Merge remote-tracking branch 'main/2.1---sv' into 2.1---sv

This commit is contained in:
efflicto
2023-11-30 13:35:08 +01:00

View File

@@ -1168,7 +1168,7 @@
* Override with M92
* X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 109.4117 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 105.202 }
/**
* Default Max Feed Rate (linear=mm/s, rotational=°/s)
@@ -1674,10 +1674,10 @@
*/
//#define Z_IDLE_HEIGHT Z_HOME_POS
//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure to have this much clearance over your Z_MAX_POS to prevent grinding.
//#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z
#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z
// Direction of endstops when homing; 1=MAX, -1=MIN
// :[-1,1]