Browse Source

Merge pull request #8305 from tcm0116/1.1.x-delta_eeprom

[1.1x] Fix Delta EEPROM
Scott Lahteine 7 years ago
parent
commit
60ea0f1222
No account linked to committer's email address
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/configuration_store.cpp

+ 0
- 2
Marlin/configuration_store.cpp View File

903
         EEPROM_READ(delta_segments_per_second); // 1 float
903
         EEPROM_READ(delta_segments_per_second); // 1 float
904
         EEPROM_READ(delta_calibration_radius);  // 1 float
904
         EEPROM_READ(delta_calibration_radius);  // 1 float
905
         EEPROM_READ(delta_tower_angle_trim);    // 3 floats
905
         EEPROM_READ(delta_tower_angle_trim);    // 3 floats
906
-        dummy = 0.0f;
907
-        for (uint8_t q=2; q--;) EEPROM_READ(dummy);
908
 
906
 
909
       #elif ENABLED(X_DUAL_ENDSTOPS) || ENABLED(Y_DUAL_ENDSTOPS) || ENABLED(Z_DUAL_ENDSTOPS)
907
       #elif ENABLED(X_DUAL_ENDSTOPS) || ENABLED(Y_DUAL_ENDSTOPS) || ENABLED(Z_DUAL_ENDSTOPS)
910
 
908
 

Loading…
Cancel
Save