mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-05 04:54:12 -06:00
More parity with CR-10 configs, etc.
This commit is contained in:
parent
c40bed0672
commit
81cb940498
6 changed files with 14 additions and 14 deletions
|
@ -1344,8 +1344,8 @@
|
|||
|
||||
// Manually set the home position. Leave these undefined for automatic settings.
|
||||
// For DELTA this is the top-center of the Cartesian print volume.
|
||||
#define MANUAL_X_HOME_POS X_MIN_POS
|
||||
#define MANUAL_Y_HOME_POS Y_MIN_POS
|
||||
//#define MANUAL_X_HOME_POS 0
|
||||
//#define MANUAL_Y_HOME_POS 0
|
||||
//#define MANUAL_Z_HOME_POS 0
|
||||
|
||||
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
|
||||
|
@ -1499,7 +1499,7 @@
|
|||
|
||||
#if ENABLED(NOZZLE_PARK_FEATURE)
|
||||
// Specify a park position as { X, Y, Z_raise }
|
||||
#define NOZZLE_PARK_POINT { (X_MIN_POS + 3), (Y_MAX_POS - 3), 10 }
|
||||
#define NOZZLE_PARK_POINT { (X_MIN_POS + 10), (Y_MAX_POS - 10), 20 }
|
||||
#define NOZZLE_PARK_XY_FEEDRATE 100 // (mm/s) X and Y axes feedrate (also used for delta Z axis)
|
||||
#define NOZZLE_PARK_Z_FEEDRATE 5 // (mm/s) Z axis feedrate (not used for delta printers)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue