mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 14:37:39 -06:00
🐛 Foam Cutter has no Z homing (#1024)
This commit is contained in:
parent
68f60a3214
commit
1bd7ab23b5
2 changed files with 4 additions and 4 deletions
|
@ -1812,7 +1812,7 @@
|
||||||
// :[-1,1]
|
// :[-1,1]
|
||||||
#define X_HOME_DIR -1
|
#define X_HOME_DIR -1
|
||||||
#define Y_HOME_DIR -1
|
#define Y_HOME_DIR -1
|
||||||
#define Z_HOME_DIR -1
|
#define Z_HOME_DIR 0
|
||||||
#define I_HOME_DIR -1
|
#define I_HOME_DIR -1
|
||||||
#define J_HOME_DIR -1
|
#define J_HOME_DIR -1
|
||||||
//#define K_HOME_DIR -1
|
//#define K_HOME_DIR -1
|
||||||
|
@ -2279,7 +2279,7 @@
|
||||||
// For DELTA this is the top-center of the Cartesian print volume.
|
// For DELTA this is the top-center of the Cartesian print volume.
|
||||||
//#define MANUAL_X_HOME_POS 0
|
//#define MANUAL_X_HOME_POS 0
|
||||||
//#define MANUAL_Y_HOME_POS 0
|
//#define MANUAL_Y_HOME_POS 0
|
||||||
//#define MANUAL_Z_HOME_POS 0
|
#define MANUAL_Z_HOME_POS 0
|
||||||
//#define MANUAL_I_HOME_POS 0
|
//#define MANUAL_I_HOME_POS 0
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
|
@ -1812,7 +1812,7 @@
|
||||||
// :[-1,1]
|
// :[-1,1]
|
||||||
#define X_HOME_DIR -1
|
#define X_HOME_DIR -1
|
||||||
#define Y_HOME_DIR -1
|
#define Y_HOME_DIR -1
|
||||||
#define Z_HOME_DIR -1
|
#define Z_HOME_DIR 0
|
||||||
#define I_HOME_DIR -1
|
#define I_HOME_DIR -1
|
||||||
#define J_HOME_DIR -1
|
#define J_HOME_DIR -1
|
||||||
//#define K_HOME_DIR -1
|
//#define K_HOME_DIR -1
|
||||||
|
@ -2279,7 +2279,7 @@
|
||||||
// For DELTA this is the top-center of the Cartesian print volume.
|
// For DELTA this is the top-center of the Cartesian print volume.
|
||||||
//#define MANUAL_X_HOME_POS 0
|
//#define MANUAL_X_HOME_POS 0
|
||||||
//#define MANUAL_Y_HOME_POS 0
|
//#define MANUAL_Y_HOME_POS 0
|
||||||
//#define MANUAL_Z_HOME_POS 0
|
#define MANUAL_Z_HOME_POS 0
|
||||||
//#define MANUAL_I_HOME_POS 0
|
//#define MANUAL_I_HOME_POS 0
|
||||||
//#define MANUAL_J_HOME_POS 0
|
//#define MANUAL_J_HOME_POS 0
|
||||||
//#define MANUAL_K_HOME_POS 0
|
//#define MANUAL_K_HOME_POS 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue