Sfoglia il codice sorgente

Keep G29 N on the DL

Scott Lahteine 3 anni fa
parent
commit
00bc094914
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      Marlin/Configuration_adv.h

+ 2
- 2
Marlin/Configuration_adv.h Vedi File

@@ -3344,7 +3344,7 @@
3344 3344
   //#define USER_SCRIPT_RETURN  // Return to status screen after a script
3345 3345
 
3346 3346
   #define USER_DESC_1 "Home & UBL Info"
3347
-  #define USER_GCODE_1 "G29NW"
3347
+  #define USER_GCODE_1 "G28\nG29W"
3348 3348
 
3349 3349
   #define USER_DESC_2 "Preheat for " PREHEAT_1_LABEL
3350 3350
   #define USER_GCODE_2 "M140 S" STRINGIFY(PREHEAT_1_TEMP_BED) "\nM104 S" STRINGIFY(PREHEAT_1_TEMP_HOTEND)
@@ -3353,7 +3353,7 @@
3353 3353
   #define USER_GCODE_3 "M140 S" STRINGIFY(PREHEAT_2_TEMP_BED) "\nM104 S" STRINGIFY(PREHEAT_2_TEMP_HOTEND)
3354 3354
 
3355 3355
   #define USER_DESC_4 "Heat Bed/Home/Level"
3356
-  #define USER_GCODE_4 "M140 S" STRINGIFY(PREHEAT_2_TEMP_BED) "\nG29N"
3356
+  #define USER_GCODE_4 "M140 S" STRINGIFY(PREHEAT_2_TEMP_BED) "\nG28\nG29"
3357 3357
 
3358 3358
   #define USER_DESC_5 "Home & Info"
3359 3359
   #define USER_GCODE_5 "G28\nM503"

Loading…
Annulla
Salva