Please add for current smooth operation.
Opened this issue · 1 comments
For your compiled version with:
- BLTOUCH using BL Touch "using all 5 pins" (newer model).
- 4.2.2 creality board
- V422_TMC220X_DRIVERS
- 2 Z-Axis steppers connected with a parallel "Y" cable
Please add:
(1) Babystepping in Z offset so the axis can move in real time during print without clicking each time a value is increased or decreased. Click saves it.
(2) A menu item to change and store these homing values for the Micro Swiss Extruder setup:
#define X_MIN_POS -5
#define Y_MIN_POS -10
(3) Increase current to Z Axis Stepper Driver to accommodate #4 above
(4) Confirm that BLTouch configurations are for the 5 pins version of the BLTouch
(5) A #define switch for using the BLTouch "Stow probe" or "Store probe" action when doing bed leveling even if in "slow mode"
(6) A branch for the creality 4.2.2/4.2.7 board with the complete configuration ready to compile so we can make tweaks if needed in between binary releases. <-- this would be very helpful.
<>
If the printer is sitting idle and z-offset is adjusted, the Z Axis does not move at all. (using your precompiled binary)
features has been added based on Jyer firmware.