UBL_DELTA => UBL_SEGMENTED
This commit is contained in:
parent
bb33a26e62
commit
6e8da93c42
6 changed files with 18 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue