Przeglądaj źródła

Set deltas to park on the left

Scott Lahteine 7 lat temu
rodzic
commit
b6cd8d9cc6

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h Wyświetl plik

1417
 
1417
 
1418
 #if ENABLED(NOZZLE_PARK_FEATURE)
1418
 #if ENABLED(NOZZLE_PARK_FEATURE)
1419
   // Specify a park position as { X, Y, Z }
1419
   // Specify a park position as { X, Y, Z }
1420
-  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1420
+  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), 0, 20 }
1421
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1421
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1422
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1422
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1423
 #endif
1423
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h Wyświetl plik

1398
 
1398
 
1399
 #if ENABLED(NOZZLE_PARK_FEATURE)
1399
 #if ENABLED(NOZZLE_PARK_FEATURE)
1400
   // Specify a park position as { X, Y, Z }
1400
   // Specify a park position as { X, Y, Z }
1401
-  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1401
+  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), 0, 20 }
1402
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1402
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1403
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1403
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1404
 #endif
1404
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h Wyświetl plik

1398
 
1398
 
1399
 #if ENABLED(NOZZLE_PARK_FEATURE)
1399
 #if ENABLED(NOZZLE_PARK_FEATURE)
1400
   // Specify a park position as { X, Y, Z }
1400
   // Specify a park position as { X, Y, Z }
1401
-  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1401
+  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), 0, 20 }
1402
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1402
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1403
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1403
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1404
 #endif
1404
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h Wyświetl plik

1401
 
1401
 
1402
 #if ENABLED(NOZZLE_PARK_FEATURE)
1402
 #if ENABLED(NOZZLE_PARK_FEATURE)
1403
   // Specify a park position as { X, Y, Z }
1403
   // Specify a park position as { X, Y, Z }
1404
-  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1404
+  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), 0, 20 }
1405
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1405
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1406
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1406
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1407
 #endif
1407
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration.h Wyświetl plik

1386
 
1386
 
1387
 #if ENABLED(NOZZLE_PARK_FEATURE)
1387
 #if ENABLED(NOZZLE_PARK_FEATURE)
1388
   // Specify a park position as { X, Y, Z }
1388
   // Specify a park position as { X, Y, Z }
1389
-  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1389
+  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), 0, 20 }
1390
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1390
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1391
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1391
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1392
 #endif
1392
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration.h Wyświetl plik

1388
 
1388
 
1389
 #if ENABLED(NOZZLE_PARK_FEATURE)
1389
 #if ENABLED(NOZZLE_PARK_FEATURE)
1390
   // Specify a park position as { X, Y, Z }
1390
   // Specify a park position as { X, Y, Z }
1391
-  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1391
+  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), 0, 20 }
1392
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1392
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1393
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1393
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1394
 #endif
1394
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration.h Wyświetl plik

1389
 
1389
 
1390
 #if ENABLED(NOZZLE_PARK_FEATURE)
1390
 #if ENABLED(NOZZLE_PARK_FEATURE)
1391
   // Specify a park position as { X, Y, Z }
1391
   // Specify a park position as { X, Y, Z }
1392
-  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1392
+  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), 0, 20 }
1393
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1393
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1394
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1394
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1395
 #endif
1395
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration.h Wyświetl plik

1389
 
1389
 
1390
 #if ENABLED(NOZZLE_PARK_FEATURE)
1390
 #if ENABLED(NOZZLE_PARK_FEATURE)
1391
   // Specify a park position as { X, Y, Z }
1391
   // Specify a park position as { X, Y, Z }
1392
-  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
1392
+  #define NOZZLE_PARK_POINT { (X_MIN_POS + 10), 0, 20 }
1393
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1393
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1394
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1394
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1395
 #endif
1395
 #endif

Ładowanie…
Anuluj
Zapisz