QIDITECH / QIDI_MAX3

GNU General Public License v3.0
38 stars 2 forks source link

Implement G28+SCREWS_TILT_CALCULATE #40

Closed ffries closed 3 months ago

ffries commented 3 months ago

Hello,

Could you implement G28+SCREWS_TILT_CALCULATE which is standard on Klipper and would help users fine-tune the bed level.

Kind regards,

Fisheye3D commented 3 months ago

You already can, Just add this to your config

[screws_tilt_adjust] horizontal_move_z: 4 screw_thread: CCW-M4 speed: 300

screw1: 7,37 screw1_name: front left screw2: 262,37 screw2_name: front right screw3: 262,297 screw3_name: rear right screw4: 7,297 screw4_name: rear left

Then in your console use the command SCREWS_TILT_CALCULATE it will probe all 4 corners and give you a readout to tell you how much to turn the screws.

Hello,

Could you implement G28+SCREWS_TILT_CALCULATE which is standard on Klipper and would help users fine-tune the bed level.

Kind regards,