mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-08 17:21:04 -07:00
99 lines
1.5 KiB
INI
99 lines
1.5 KiB
INI
# Test config for load cells
|
|
[stepper_x]
|
|
step_pin: PF0
|
|
dir_pin: PF1
|
|
enable_pin: !PD7
|
|
microsteps: 16
|
|
rotation_distance: 40
|
|
endstop_pin: ^PE5
|
|
position_endstop: 0
|
|
position_max: 200
|
|
homing_speed: 50
|
|
|
|
[stepper_y]
|
|
step_pin: PF6
|
|
dir_pin: !PF7
|
|
enable_pin: !PF2
|
|
microsteps: 16
|
|
rotation_distance: 40
|
|
endstop_pin: ^PJ1
|
|
position_endstop: 0
|
|
position_max: 200
|
|
homing_speed: 50
|
|
|
|
[stepper_z]
|
|
step_pin: PL3
|
|
dir_pin: PL1
|
|
enable_pin: !PK0
|
|
microsteps: 16
|
|
rotation_distance: 8
|
|
endstop_pin: PK1
|
|
position_endstop: 0.0
|
|
position_max: 200
|
|
|
|
[extruder]
|
|
step_pin: PA4
|
|
dir_pin: PA6
|
|
enable_pin: !PA2
|
|
microsteps: 16
|
|
rotation_distance: 33.5
|
|
nozzle_diameter: 0.400
|
|
filament_diameter: 1.750
|
|
heater_pin: PB4
|
|
sensor_type: EPCOS 100K B57560G104F
|
|
sensor_pin: PK5
|
|
control: pid
|
|
pid_Kp: 22.2
|
|
pid_Ki: 1.08
|
|
pid_Kd: 114
|
|
min_temp: 0
|
|
max_temp: 250
|
|
|
|
[heater_bed]
|
|
heater_pin: PH5
|
|
sensor_type: EPCOS 100K B57560G104F
|
|
sensor_pin: PK6
|
|
control: watermark
|
|
min_temp: 0
|
|
max_temp: 130
|
|
|
|
[bed_mesh]
|
|
mesh_min: 10,10
|
|
mesh_max: 180,180
|
|
|
|
[mcu]
|
|
serial: /dev/ttyACM0
|
|
|
|
[printer]
|
|
kinematics: cartesian
|
|
max_velocity: 300
|
|
max_accel: 3000
|
|
max_z_velocity: 5
|
|
max_z_accel: 100
|
|
|
|
[load_cell my_ads1220]
|
|
sensor_type: ads1220
|
|
cs_pin: PA0
|
|
data_ready_pin: PA1
|
|
|
|
[load_cell my_hx711]
|
|
sensor_type: hx711
|
|
sclk_pin: PA3
|
|
dout_pin: PA5
|
|
|
|
[load_cell my_hx717]
|
|
sensor_type: hx717
|
|
sclk_pin: PA7
|
|
dout_pin: PJ0
|
|
|
|
[load_cell_probe]
|
|
z_offset: 0
|
|
sensor_type: ads1220
|
|
speed: 10.0
|
|
cs_pin: PJ2
|
|
data_ready_pin: PJ3
|
|
counts_per_gram: 100
|
|
reference_tare_counts: 1000
|
|
drift_filter_cutoff_frequency: 0.8
|
|
buzz_filter_cutoff_frequency: 100.0
|
|
notch_filter_frequencies: 50, 60
|