- [filament_switch_sensor my_sensor]
- pause_on_runout: True
- switch_pin: !PE4
- [stepper_x]
- microsteps: 16
- step_pin: PF0
- dir_pin: PF1
- enable_pin: !PD7
- rotation_distance: 31.455
- endstop_pin: !PE5
- position_endstop: 0
- position_max: 300
- homing_speed: 60
- [stepper_y]
- microsteps: 16
- step_pin: PF6
- dir_pin: PF7
- enable_pin: !PF2
- rotation_distance: 31.746
- endstop_pin: !PJ1
- position_endstop: 0
- position_max: 300
- homing_speed: 60
- [stepper_z]
- microsteps: 16
- step_pin: PL3
- dir_pin: !PL1
- enable_pin: !PK0
- rotation_distance: 1.983
- endstop_pin: probe:z_virtual_endstop
- position_min: 0
- position_max: 350
- homing_speed: 8
- [extruder]
- microsteps: 16
- step_pin: PA4
- dir_pin: PA6
- enable_pin: !PA2
- rotation_distance: 7.538
- nozzle_diameter: 0.400
- filament_diameter: 1.750
- heater_pin: PB4
- sensor_type: ATC Semitec 104GT-2
- sensor_pin: PK5
- control: pid
- pid_Kp: 22.2
- pid_Ki: 1.08
- pid_Kd: 114
- min_temp: 0
- max_temp: 250
- [tmc2209 stepper_x]
- uart_pin: PK1
- run_current: 0.9
- hold_current: 0.5
- stealthchop_threshold: 9999999
- [tmc2209 stepper_y]
- uart_pin: PK2
- run_current: 0.9
- hold_current: 0.5
- stealthchop_threshold: 9999999
- [tmc2209 stepper_z]
- uart_pin: PK3
- run_current: 0.9
- hold_current: 0.5
- stealthchop_threshold: 9999999
- [tmc2209 extruder]
- uart_pin: PK4
- run_current: 0.9
- hold_current: 0.5
- stealthchop_threshold: 9999999
- [heater_fan extruder_fan]
- pin: PH4
- heater: extruder
- heater_temp: 50.0
- [heater_bed]
- heater_pin: PH5
- sensor_type: Generic 3950
- sensor_pin: PK6
- control: pid
- pid_Kp: 56.401
- pid_Ki: 1.649
- pid_Kd: 482.228
- min_temp: 0
- max_temp: 130
- [bltouch]
- sensor_pin: PD3
- control_pin: PB5
- # Please read the documentation to configure x, y and z offsets
- # https://github.com/KevinOConnor/klipper/blob/master/docs/Probe_Calibrate.md
- x_offset: -44
- y_offset: 0
- #z_offset: 0.0
- #x_offset:
- #y_offset:
- #z_offset:
- [bed_mesh]
- speed: 150
- horizontal_move_z: 5
- mesh_min: 25,25
- mesh_max: 275,275
- probe_count: 4,4
- mesh_pps: 2,2
- [safe_z_home]
- home_xy_position: 150, 150 # Change coordinates to the center of your print bed
- speed: 50
- z_hop: 10 # Move up 10mm
- z_hop_speed: 5
- [fan]
- pin: PH6
- [mcu]
- # WARNING: Replace by your own path see http://github.com/KevinOConnor/klipper/blob/master/docs/FAQ.md#wheres-my-serial-port
- serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
- [printer]
- kinematics: cartesian
- max_velocity: 250
- max_z_velocity: 27
- max_accel: 2000
- max_z_accel: 120
- [virtual_sdcard]
- path: ~/gcode_files
- [display_status]
- [pause_resume]
- # "RepRapDiscount 128x64 Full Graphic Smart Controller" type displays
- [display]
- lcd_type: st7920
- cs_pin: PH1
- sclk_pin: PA1
- sid_pin: PH0
- encoder_pins: ^PC6, ^PC4
- click_pin: ^!PC2
- menu_timeout: 40
- # Beeper pin
- [output_pin BEEPER_pin]
- pin: PC0
- pwm: True
- value: 0
- shutdown_value: 0
- cycle_time: 0.001
- scale: 1000
Raw Paste