Files
steel_klipper_config/steel_data/config/printer.cfg

205 lines
3.8 KiB
INI

[include jschuh_klipper_macros.cfg]
#[include KAMP_Settings.cfg]
[temperature_sensor raspberypi]
sensor_type: temperature_host
min_temp: 10
max_temp: 100
[mcu]
serial: /dev/ttySteel
[bed_mesh]
speed: 60
horizontal_move_z: 5
mesh_min: 0,0
mesh_max: 185,168
probe_count: 3, 3
mesh_pps: 2, 2
fade_start: 1
fade_end: 10
fade_target: 0
[bed_screws]
screw1: 20,0
screw1_name: Front left screw
screw2: 20,150
screw2_name: Rear left screw
screw3: 190,0
screw3_name: Front right screw
screw4: 190,150
screw4_name: Rear right screw
[screws_tilt_adjust]
horizontal_move_z: 3
speed: 60
screw1: 20,0
screw2: 190,150
screw3: 20,150
screw4: 190,0
screw_thread: CW-M3
[bltouch]
sensor_pin: PD2 #^PD3
control_pin: PB5
x_offset: -4
y_offset: 12
speed: 10.0
samples: 2
speed: 2
#z_offset: 0.0
probe_with_touch_mode: False
pin_up_reports_not_triggered: True
pin_up_touch_mode_reports_triggered: True
[safe_z_home]
home_xy_position: 96.5, 107.5# Change coordinates to the center of your print bed
speed: 50
z_hop: 10 # Move up 10mm
z_hop_speed: 5
[stepper_x]
step_pin: PF0
dir_pin: !PF1
enable_pin: !PD7
microsteps: 16
rotation_distance: 32
endstop_pin: ^!PE4
position_endstop: 193
position_max: 193
position_min: 0
homing_speed: 50
[stepper_y]
step_pin: PF6
dir_pin: !PF7
enable_pin: !PF2
microsteps: 16
rotation_distance: 32
endstop_pin: ^!PJ0
position_endstop: 210
position_max: 210
position_min: -30
homing_speed: 50
[stepper_z]
step_pin: PL3
dir_pin: !PL1
enable_pin: !PK0
microsteps: 16
rotation_distance: 0.8
endstop_pin: ^!PD3
#position_endstop: 0.0
endstop_pin: probe:z_virtual_endstop
position_max: 270
position_min: -10
homing_speed: 20
[extruder]
max_extrude_only_distance: 101.0
step_pin: PA4
dir_pin: PA6
enable_pin: !PA2
microsteps: 16
#rotation_distance: 22.222
rotation_distance: 7.920
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PB4
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PK5
#control: pid
min_temp: 0
max_temp: 250
#pid_kp = 21.801
#pid_ki = 1.546
#pid_kd = 76.848
[heater_bed]
heater_pin: PH5
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PK6
control: watermark
min_temp: 0
max_temp: 110
;pid_kp = 72.814
;pid_ki = 1.634
;pid_kd = 810.970
[verify_heater heater_bed]
max_error: 130
check_gain_time: 300
hysteresis: 3
heating_gain: 1
[verify_heater extruder]
max_error: 120
check_gain_time: 20
hysteresis: 5
heating_gain: 2
[fan]
pin: PH6
[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 3000
max_z_velocity: 5
max_z_accel: 100
square_corner_velocity: 20.0
[display]
lcd_type: st7920
cs_pin: EXP1_4
sclk_pin: EXP1_5
sid_pin: EXP1_3
encoder_pins: ^EXP2_3, ^EXP2_5
click_pin: ^!EXP1_2
;[output_pin BEEPER_pin]
;ipin: EXP1_1
# Common EXP1 / EXP2 (display) pins
[board_pins]
aliases:
# Common EXP1 header found on many "all-in-one" ramps clones
EXP1_1=PC0, EXP1_3=PH0, EXP1_5=PA1, EXP1_7=PA5, EXP1_9=<GND>,
EXP1_2=PC2, EXP1_4=PH1, EXP1_6=PA3, EXP1_8=PA7, EXP1_10=<5V>,
# EXP2 header
EXP2_1=PB3, EXP2_3=PC6, EXP2_5=PC4, EXP2_7=PL0, EXP2_9=<GND>,
EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PG0, EXP2_10=<RST>
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi"
# Note, some boards wire: EXP2_8=<RST>, EXP2_10=PG0
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 28.573
#*# pid_ki = 2.352
#*# pid_kd = 86.791
#*#
#*# [bltouch]
#*# z_offset = 0.950
#*#
#*# [bed_mesh default]
#*# version = 1
#*# points =
#*# 0.003375, -0.020000, -0.053625
#*# 0.030750, -0.001250, -0.051500
#*# -0.005125, 0.000500, -0.040375
#*# x_count = 3
#*# y_count = 3
#*# mesh_x_pps = 2
#*# mesh_y_pps = 2
#*# algo = lagrange
#*# tension = 0.2
#*# min_x = 59.47019999999999
#*# max_x = 140.5102
#*# min_y = 59.470200000000006
#*# max_y = 140.51020000000003