Merge pull request #5862 from thinkyhead/rc_fix_a_thing
Finish reducing of ABL_BILINEAR_SUBDIVISION
This commit is contained in:
commit
012aff6823
|
@ -145,7 +145,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
|
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
|
||||||
extern void bed_level_virt_prepare();
|
|
||||||
extern void bed_level_virt_interpolate();
|
extern void bed_level_virt_interpolate();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -564,7 +563,6 @@ void Config_Postprocess() {
|
||||||
EEPROM_READ(bilinear_start); // 2 ints
|
EEPROM_READ(bilinear_start); // 2 ints
|
||||||
EEPROM_READ(bed_level_grid); // 9 to 256 floats
|
EEPROM_READ(bed_level_grid); // 9 to 256 floats
|
||||||
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
|
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
|
||||||
bed_level_virt_prepare();
|
|
||||||
bed_level_virt_interpolate();
|
bed_level_virt_interpolate();
|
||||||
#endif
|
#endif
|
||||||
//set_bed_leveling_enabled(leveling_is_on);
|
//set_bed_leveling_enabled(leveling_is_on);
|
||||||
|
|
Loading…
Reference in a new issue