mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-07 22:14:06 -06:00
🚸 Editable homing BIQU BX, Prusa MK3, Rook MK1
This commit is contained in:
parent
acc5a8885e
commit
897e7859b4
6 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue