🚸 Editable homing BIQU BX, Prusa MK3, Rook MK1

This commit is contained in:
Scott Lahteine 2025-03-30 19:36:18 -05:00
parent acc5a8885e
commit 897e7859b4
6 changed files with 8 additions and 10 deletions

View file

@ -2397,7 +2397,7 @@
#define HOMING_FEEDRATE_MM_M { (21*60), (21*60), (6*60) }
// Edit homing feedrates with M210 and MarlinUI menu items
//#define EDITABLE_HOMING_FEEDRATE
#define EDITABLE_HOMING_FEEDRATE
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS

View file

@ -3001,7 +3001,7 @@
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
/**
* Interpolate microsteps to 256

View file

@ -2408,7 +2408,7 @@
#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (13*60) }
// Edit homing feedrates with M210 and MarlinUI menu items
//#define EDITABLE_HOMING_FEEDRATE
#define EDITABLE_HOMING_FEEDRATE
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS

View file

@ -3001,7 +3001,7 @@
#define HOLD_MULTIPLIER 1.0 // Scales down the holding current from run current
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
/**
* Interpolate microsteps to 256
@ -3030,10 +3030,8 @@
#endif
#if AXIS_IS_TMC_CONFIG(Y)
//#define Y_CURRENT 348
#define Y_CURRENT 500 // custom
//#define Y_CURRENT_HOME 182
#define Y_CURRENT_HOME 260 // custom
#define Y_CURRENT 500 // Standard = 348
#define Y_CURRENT_HOME 260 // Standard = 182
#define Y_MICROSTEPS 16
#define Y_RSENSE 0.22
#define Y_CHAIN_POS -1

View file

@ -2375,7 +2375,7 @@
#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (10*60) }
// Edit homing feedrates with M210 and MarlinUI menu items
//#define EDITABLE_HOMING_FEEDRATE
#define EDITABLE_HOMING_FEEDRATE
// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS

View file

@ -2999,7 +2999,7 @@
#define HOLD_MULTIPLIER 0.5 // Scales down the holding current from run current
//#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
#define EDITABLE_HOMING_CURRENT // Add a G-code and menu to modify the Homing Current
/**
* Interpolate microsteps to 256