Переглянути джерело

reset bed level correction only for xyz calibration

PavelSindler 8 роки тому
батько
коміт
34ba8c3bf7
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      Firmware/Marlin_main.cpp

+ 2 - 1
Firmware/Marlin_main.cpp

@@ -3312,8 +3312,9 @@ void process_commands()
 			setTargetHotend(0, 0);
 			setTargetHotend(0, 1);
 			setTargetHotend(0, 2);
+			adjust_bed_reset(); //reset bed level correction
 		}
-		adjust_bed_reset(); //reset bed level correction
+		
         // Disable the default update procedure of the display. We will do a modal dialog.
         lcd_update_enable(false);
         // Let the planner use the uncorrected coordinates.