Browse Source

Merge pull request #5862 from thinkyhead/rc_fix_a_thing

Finish reducing of ABL_BILINEAR_SUBDIVISION
Scott Lahteine 8 years ago
parent
commit
012aff6823
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/configuration_store.cpp

+ 0
- 2
Marlin/configuration_store.cpp View File

@@ -145,7 +145,6 @@
145 145
 #endif
146 146
 
147 147
 #if ENABLED(ABL_BILINEAR_SUBDIVISION)
148
-  extern void bed_level_virt_prepare();
149 148
   extern void bed_level_virt_interpolate();
150 149
 #endif
151 150
 
@@ -564,7 +563,6 @@ void Config_Postprocess() {
564 563
           EEPROM_READ(bilinear_start);               // 2 ints
565 564
           EEPROM_READ(bed_level_grid);               // 9 to 256 floats
566 565
           #if ENABLED(ABL_BILINEAR_SUBDIVISION)
567
-            bed_level_virt_prepare();
568 566
             bed_level_virt_interpolate();
569 567
           #endif
570 568
           //set_bed_leveling_enabled(leveling_is_on);

Loading…
Cancel
Save