Przeglądaj źródła

Improve A20M config

Scott Lahteine 4 lat temu
rodzic
commit
1ea78cdd69
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      config/examples/Geeetech/A20M/Configuration.h

+ 2
- 2
config/examples/Geeetech/A20M/Configuration.h Wyświetl plik

1276
  * Commands to execute at the end of G29 probing.
1276
  * Commands to execute at the end of G29 probing.
1277
  * Useful to retract or move the Z probe out of the way.
1277
  * Useful to retract or move the Z probe out of the way.
1278
  */
1278
  */
1279
-//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10"
1279
+#define Z_PROBE_END_SCRIPT "G1 Z5 F6000\nG1 X10 Y10\nG1 Z0.2"
1280
 
1280
 
1281
 
1281
 
1282
 // @section homing
1282
 // @section homing
1445
 
1445
 
1446
 #if ENABLED(NOZZLE_PARK_FEATURE)
1446
 #if ENABLED(NOZZLE_PARK_FEATURE)
1447
   // Specify a park position as { X, Y, Z_raise }
1447
   // Specify a park position as { X, Y, Z_raise }
1448
-  #define NOZZLE_PARK_POINT { 3, (Y_MAX_POS - 3), 10 }
1448
+  #define NOZZLE_PARK_POINT { X_MIN_POS, Y_MIN_POS, 6 }
1449
   #define NOZZLE_PARK_XY_FEEDRATE 100   // (mm/s) X and Y axes feedrate (also used for delta Z axis)
1449
   #define NOZZLE_PARK_XY_FEEDRATE 100   // (mm/s) X and Y axes feedrate (also used for delta Z axis)
1450
   #define NOZZLE_PARK_Z_FEEDRATE 5      // (mm/s) Z axis feedrate (not used for delta printers)
1450
   #define NOZZLE_PARK_Z_FEEDRATE 5      // (mm/s) Z axis feedrate (not used for delta printers)
1451
 #endif
1451
 #endif

Ładowanie…
Anuluj
Zapisz