212 lines
4.0 KiB
INI
212 lines
4.0 KiB
INI
[include jschuh_klipper_macros.cfg]
|
|
|
|
[filament_switch_sensor runout]
|
|
switch_pin: !PG5
|
|
pause_on_runout: True
|
|
insert_gcode:
|
|
runout_gcode:
|
|
|
|
[temperature_sensor odroidC2]
|
|
sensor_type: temperature_host
|
|
min_temp: 10
|
|
max_temp: 100
|
|
|
|
[mcu]
|
|
serial: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_75638303037351301112-if00
|
|
|
|
[bed_screws]
|
|
screw1: 15,5
|
|
screw1_name: Front left screw
|
|
screw2: 15,180
|
|
screw2_name: Rear left screw
|
|
screw3: 285,5
|
|
screw3_name: Front right screw
|
|
screw4: 285,180
|
|
screw4_name: Rear right screw
|
|
|
|
[screws_tilt_adjust]
|
|
horizontal_move_z: 5
|
|
screw1: 8,181
|
|
screw1_name: back left
|
|
screw2: 298,181
|
|
screw2_name: back right
|
|
screw3: 8,21
|
|
screw3_name: front left
|
|
screw4: 298,21
|
|
screw4_name: front right
|
|
screw_thread: CW-M3
|
|
|
|
[bltouch]
|
|
sensor_pin: PD3 #^PD3
|
|
control_pin: PB5
|
|
x_offset: 0
|
|
y_offset: -20
|
|
speed: 10.0
|
|
samples: 2
|
|
speed: 2
|
|
#z_offset: 0.0
|
|
pin_up_reports_not_triggered: True
|
|
pin_up_touch_mode_reports_triggered: False
|
|
#pin_up_touch_mode_reports_triggered: True
|
|
|
|
|
|
[safe_z_home]
|
|
home_xy_position: 145, 95# Change coordinates to the center of your print bed
|
|
speed: 50
|
|
z_hop: 10 # Move up 10mm
|
|
z_hop_speed: 5
|
|
|
|
[bed_mesh]
|
|
speed: 60
|
|
horizontal_move_z: 5
|
|
mesh_min: 20,20
|
|
mesh_max: 285,150
|
|
probe_count: 5,3
|
|
mesh_pps: 2,2
|
|
fade_start: 1
|
|
fade_end: 10
|
|
fade_target: 0
|
|
|
|
[stepper_x]
|
|
step_pin: PF0
|
|
dir_pin: !PF1
|
|
enable_pin: !PD7
|
|
microsteps: 16
|
|
rotation_distance: 40
|
|
endstop_pin: ^!PE5
|
|
position_endstop: 0
|
|
position_max: 305
|
|
homing_speed: 50
|
|
|
|
[stepper_y]
|
|
step_pin: PF6
|
|
dir_pin: !PF7
|
|
enable_pin: !PF2
|
|
microsteps: 16
|
|
rotation_distance: 40
|
|
endstop_pin: ^!PJ0
|
|
position_endstop: 189
|
|
position_max: 189
|
|
homing_speed: 50
|
|
|
|
[stepper_z]
|
|
step_pin: PL3
|
|
dir_pin: PL1
|
|
enable_pin: !PK0
|
|
microsteps: 16
|
|
rotation_distance: 8
|
|
endstop_pin: ^!PD2
|
|
endstop_pin: probe:z_virtual_endstop
|
|
#homing_positive_dir: true
|
|
#position_endstop: 278
|
|
position_max: 270
|
|
position_min: -6
|
|
homing_speed = 15
|
|
|
|
[extruder]
|
|
max_extrude_only_distance: 101.0
|
|
step_pin: PA4
|
|
dir_pin: PA6
|
|
enable_pin: !PA2
|
|
microsteps: 16
|
|
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
|
|
#pid_Kp: 22.2
|
|
#pid_Ki: 1.08
|
|
#pid_Kd: 114
|
|
min_temp: 0
|
|
max_temp: 270
|
|
pressure_advance: 0.5
|
|
max_extrude_cross_section: 99999
|
|
#min_extrude_temp: 0
|
|
|
|
[heater_bed]
|
|
heater_pin: PH5
|
|
sensor_type: EPCOS 100K B57560G104F
|
|
sensor_pin: PK6
|
|
control: watermark
|
|
min_temp: 0
|
|
max_temp: 130
|
|
|
|
[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
|
|
|
|
[output_pin beeper]
|
|
pin: EXP1_1
|
|
|
|
[printer]
|
|
kinematics: corexy
|
|
max_velocity: 500
|
|
max_accel: 5000
|
|
max_z_accel: 30
|
|
max_z_velocity: 30
|
|
|
|
[display]
|
|
lcd_type: hd44780
|
|
rs_pin: EXP1_4
|
|
e_pin: EXP1_3
|
|
d4_pin: EXP1_5
|
|
d5_pin: EXP1_6
|
|
d6_pin: EXP1_7
|
|
d7_pin: EXP1_8
|
|
encoder_pins: ^EXP2_3, ^EXP2_5
|
|
click_pin: ^!EXP1_2
|
|
|
|
|
|
[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.
|
|
#*#
|
|
#*# [bed_mesh default]
|
|
#*# version = 1
|
|
#*# points =
|
|
#*# 0.052500, 0.021250, 0.022500, 0.058750, 0.073750
|
|
#*# 0.027500, -0.008750, 0.022500, 0.041250, 0.058750
|
|
#*# 0.100000, 0.095000, 0.126250, 0.146250, 0.163750
|
|
#*# x_count = 5
|
|
#*# y_count = 3
|
|
#*# mesh_x_pps = 2
|
|
#*# mesh_y_pps = 2
|
|
#*# algo = lagrange
|
|
#*# tension = 0.2
|
|
#*# min_x = 20.0
|
|
#*# max_x = 285.0
|
|
#*# min_y = 20.0
|
|
#*# max_y = 150.0
|
|
#*#
|
|
#*# [bltouch]
|
|
#*# z_offset = 2.360
|
|
#*#
|
|
#*# [extruder]
|
|
#*# control = pid
|
|
#*# pid_kp = 26.528
|
|
#*# pid_ki = 1.579
|
|
#*# pid_kd = 111.418
|