Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
- #define INVERT_X_DIR false // DELTA does not invert
- #define INVERT_Y_DIR false
- #define INVERT_Z_DIR false
- // @section extruder
- // For direct drive extruder v9 set to true, for geared extruder set to false.///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////EXTRUDER SECTION
- #define INVERT_E0_DIR true
- #define INVERT_E1_DIR false
- #define INVERT_E2_DIR false
- #define INVERT_E3_DIR false
- // @section homing
- //#define Z_HOMING_HEIGHT 15 // (in mm) Minimal z height before homing (G28) for Z clearance above the bed, clamps, ...
- // Be sure you have this distance over your Z_MAX_POS in case.
- // ENDSTOP SETTINGS:
- // Sets direction of endstops when homing; 1=MAX, -1=MIN
- // :[-1,1]
- #define X_HOME_DIR 1 // deltas always home to max
- #define Y_HOME_DIR 1
- #define Z_HOME_DIR 1
Advertisement
Add Comment
Please, Sign In to add comment