UBL_DELTA => UBL_SEGMENTED

This commit is contained in:
Scott Lahteine 2017-12-09 03:26:48 -06:00
parent bb33a26e62
commit 6e8da93c42
6 changed files with 18 additions and 18 deletions

View file

@ -453,7 +453,7 @@
set_current_from_destination();
}
#if UBL_DELTA
#if UBL_SEGMENTED
// macro to inline copy exactly 4 floats, don't rely on sizeof operator
#define COPY_XYZE( target, source ) { \
@ -670,6 +670,6 @@
} // cell loop
}
#endif // UBL_DELTA
#endif // UBL_SEGMENTED
#endif // AUTO_BED_LEVELING_UBL