Klipper — Mks Gen V1.4

7 min read

Get 10-day Free Algo Trading Course

Klipper — Mks Gen V1.4

[stepper_z] step_pin: PF4 dir_pin: PF5 enable_pin: !PD7 microsteps: 16 rotation_distance: 8 endstop_pin: ^PJ0 position_endstop: 0 position_max: 200 homing_speed: 10

cd ~/ cd klipper make menuconfig Set the following options exactly:

Save and exit, then build:

[printer] kinematics: cartesian max_velocity: 300 max_accel: 3000 max_z_velocity: 5 max_z_accel: 100

[stepper_x] step_pin: PF0 dir_pin: PF1 enable_pin: !PD7 microsteps: 16 rotation_distance: 40 endstop_pin: ^PE4 position_endstop: 0 position_max: 200 homing_speed: 50 [stepper_y] step_pin: PF2 dir_pin: PF3 enable_pin: !PD7 microsteps: 16 rotation_distance: 40 endstop_pin: ^PJ1 position_endstop: 0 position_max: 200 homing_speed: 50 mks gen v1.4 klipper

[fan] pin: PH3

[heater_bed] heater_pin: PH4 sensor_type: EPCOS 100K B57560G104F sensor_pin: PK6 control: pid pid_Kp: 70.0 pid_Ki: 1.5 pid_Kd: 800 min_temp: 0 max_temp: 110 [stepper_z] step_pin: PF4 dir_pin: PF5 enable_pin:

[mcu] serial: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0043_...

Igor Radovanovic