Browse Source

Remove line that does nothing

Scott Lahteine 8 years ago
parent
commit
f0f9fb7465
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/Marlin_main.cpp

+ 0
- 1
Marlin/Marlin_main.cpp View File

@@ -8266,7 +8266,6 @@ inline void gcode_M205() {
8266 8266
   inline void gcode_M665() {
8267 8267
     if (parser.seen('H')) {
8268 8268
       home_offset[Z_AXIS] = parser.value_linear_units() - DELTA_HEIGHT;
8269
-      current_position[Z_AXIS] += parser.value_linear_units() - DELTA_HEIGHT - home_offset[Z_AXIS];
8270 8269
       update_software_endstops(Z_AXIS);
8271 8270
     }
8272 8271
     if (parser.seen('L')) delta_diagonal_rod = parser.value_linear_units();

Loading…
Cancel
Save