Browse Source

Set deltas to park on the left

Scott Lahteine 6 years ago
parent
commit
b6cd8d9cc6

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -1417,7 +1417,7 @@
1417 1417
 
1418 1418
 #if ENABLED(NOZZLE_PARK_FEATURE)
1419 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 1421
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1422 1422
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1423 1423
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h View File

@@ -1398,7 +1398,7 @@
1398 1398
 
1399 1399
 #if ENABLED(NOZZLE_PARK_FEATURE)
1400 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 1402
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1403 1403
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1404 1404
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -1398,7 +1398,7 @@
1398 1398
 
1399 1399
 #if ENABLED(NOZZLE_PARK_FEATURE)
1400 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 1402
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1403 1403
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1404 1404
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h View File

@@ -1401,7 +1401,7 @@
1401 1401
 
1402 1402
 #if ENABLED(NOZZLE_PARK_FEATURE)
1403 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 1405
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1406 1406
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1407 1407
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration.h View File

@@ -1386,7 +1386,7 @@
1386 1386
 
1387 1387
 #if ENABLED(NOZZLE_PARK_FEATURE)
1388 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 1390
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1391 1391
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1392 1392
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration.h View File

@@ -1388,7 +1388,7 @@
1388 1388
 
1389 1389
 #if ENABLED(NOZZLE_PARK_FEATURE)
1390 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 1392
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1393 1393
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1394 1394
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_pro/Configuration.h View File

@@ -1389,7 +1389,7 @@
1389 1389
 
1390 1390
 #if ENABLED(NOZZLE_PARK_FEATURE)
1391 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 1393
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1394 1394
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1395 1395
 #endif

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration.h View File

@@ -1389,7 +1389,7 @@
1389 1389
 
1390 1390
 #if ENABLED(NOZZLE_PARK_FEATURE)
1391 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 1393
   #define NOZZLE_PARK_XY_FEEDRATE 100   // X and Y axes feedrate in mm/s (also used for delta printers Z axis)
1394 1394
   #define NOZZLE_PARK_Z_FEEDRATE 5      // Z axis feedrate in mm/s (not used for delta printers)
1395 1395
 #endif

Loading…
Cancel
Save