Come si configura e si installa klipper su lk1?

I have an alfawise u20 or longer lk1 and I would like to switch it to klipper but I can’t find the printer.cfg file for my printer.
premise I’m a novice

Hello @pietro !

This is an English language based forum.

Please write in English - you may use the help of online translators.

3 Likes

Welcome pietro,

There is a printer.cfg listed.

Good luck, hcet14

But I have the lk1 without bltouch in theory the above mentioned file has the bltouch ba ok the same or do I have to make changes if I have to make changes what do I have to do. Thanks for any help

You cane leave the [bltouch] section away and have to make a change in this section:

[stepper_z]
step_pin: PE0
dir_pin: !PB9
enable_pin: !PE1
microsteps: 16
rotation_distance: 8
endstop_pin: probe:z_virtual_endstop   # <----------
position_max: 400

For the endstop_pin you have to find the proper pin#. !PE6 should work.

endstop_pin: PE6 

or

endstop_pin: !PE6

You have to check.

From:

[bltouch]
sensor_pin: PE6 # Z-Min pin (White Wire)
control_pin: !PD13 # Servo control pin (Orange wire)
z_offset: 2
#stow_on_each_sample: False
#probe_with_touch_mode: False