Skip to content
Snippets Groups Projects
Commit 012aff68 authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #5862 from thinkyhead/rc_fix_a_thing

Finish reducing of ABL_BILINEAR_SUBDIVISION
parents 49d562d2 b9187020
Branches
Tags
No related merge requests found
...@@ -145,7 +145,6 @@ ...@@ -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() { ...@@ -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);
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment