mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-12-24 08:28:32 -07:00
🚸 Editable homing for Prusa MK3 with BTT002 (#1136)
This commit is contained in:
parent
7b937c3930
commit
2ba199d117
2 changed files with 2 additions and 2 deletions
|
|
@ -2399,7 +2399,7 @@
|
|||
#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (5*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
|
||||
|
|
|
|||
|
|
@ -3000,7 +3000,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue