🐛 Foam Cutter has no Z homing (#1024)

This commit is contained in:
DerAndere 2024-03-14 20:13:49 +01:00 committed by GitHub
parent 68f60a3214
commit 1bd7ab23b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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