ballaswag / creality_k1_klipper_mod

Unoffical mod for Creality K1 (Max) 3D printers to run Moonraker, custom Klipper, Mainsail & Fluidd
GNU General Public License v3.0
25 stars 3 forks source link

How to move Z when calibrating eddy? #4

Open dfbpurcell opened 3 weeks ago

dfbpurcell commented 3 weeks ago

How do you move the bed 20mm from eddy to calibrate it? I get an error saying I must calibrate eddy first.

FelixOstermeier commented 2 weeks ago

Move your bed ~20mm to the printhead BEFORE installing eddy. If you already installed Guppy I assume you can just boot into the stock OS and move the bed

AaronMickDee commented 6 days ago

Is enable_force_move set? If so, you can force the bed to move without homing. Try this: Inside printer.cfg: [force_move] enable_force_move: True

In console: save_config (wait for restart) SET_KINEMATIC_POSITION X=120 Y=120 Z=100

Then move Z down to around 20mm in SMALL increments. Since you manually set the Z height, it could be much lower than 100mm and you can crash into the bed. There is no safeguards with force_move and set_kinematic_position. BE CAREFUL!