UBL_DELTA => UBL_SEGMENTED
This commit is contained in:
parent
bb33a26e62
commit
6e8da93c42
6 changed files with 18 additions and 18 deletions
|
|
@ -605,7 +605,7 @@ void Planner::calculate_volumetric_multipliers() {
|
|||
#endif
|
||||
|
||||
rz += (
|
||||
#if ENABLED(AUTO_BED_LEVELING_UBL) // UBL_DELTA
|
||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||
ubl.get_z_correction(rx, ry) * fade_scaling_factor
|
||||
#elif ENABLED(MESH_BED_LEVELING)
|
||||
mbl.get_z(rx, ry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue