Browse Source

Merge pull request #5862 from thinkyhead/rc_fix_a_thing

Finish reducing of ABL_BILINEAR_SUBDIVISION
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
012aff6823
  1. 2
      Marlin/configuration_store.cpp

2
Marlin/configuration_store.cpp

@ -145,7 +145,6 @@
#endif
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
extern void bed_level_virt_prepare();
extern void bed_level_virt_interpolate();
#endif
@ -564,7 +563,6 @@ void Config_Postprocess() {
EEPROM_READ(bilinear_start); // 2 ints
EEPROM_READ(bed_level_grid); // 9 to 256 floats
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
bed_level_virt_prepare();
bed_level_virt_interpolate();
#endif
//set_bed_leveling_enabled(leveling_is_on);

Loading…
Cancel
Save