Update 'printer.conf'
new thermistor added
This commit is contained in:
parent
d1bf3f3301
commit
2e4c80ddb6
1 changed files with 51 additions and 8 deletions
59
printer.conf
59
printer.conf
|
@ -100,17 +100,21 @@ stealthchop_threshold: 250
|
||||||
#driver_PWM_AUTOSCALE: True
|
#driver_PWM_AUTOSCALE: True
|
||||||
#driver_HEND: 3
|
#driver_HEND: 3
|
||||||
#driver_HSTRT: 0
|
#driver_HSTRT: 0
|
||||||
|
[thermistor 104NT-4-R025H42G]
|
||||||
|
temperature1:25
|
||||||
|
resistance1:100000
|
||||||
|
beta: 4267
|
||||||
|
|
||||||
[extruder]
|
[extruder]
|
||||||
step_pin: P2.13
|
step_pin: P2.13
|
||||||
dir_pin: !P0.11
|
dir_pin: !P0.11
|
||||||
enable_pin: !P2.12
|
enable_pin: !P2.12
|
||||||
# step_distance 4 bmg 0.002409
|
#0.00926 stock extruder #0.002409
|
||||||
step_distance: 0.00926
|
step_distance: 0.002245188
|
||||||
nozzle_diameter: 0.400
|
nozzle_diameter: 0.400
|
||||||
filament_diameter: 1.750
|
filament_diameter: 1.750
|
||||||
heater_pin: P2.7
|
heater_pin: P2.7
|
||||||
sensor_type: EPCOS 100K B57560G104F
|
sensor_type: 104NT-4-R025H42G #EPCOS 100K B57560G104F
|
||||||
sensor_pin: P0.24
|
sensor_pin: P0.24
|
||||||
control: pid
|
control: pid
|
||||||
pid_Kp: 22.2
|
pid_Kp: 22.2
|
||||||
|
@ -118,9 +122,9 @@ pid_Ki: 1.08
|
||||||
pid_Kd: 114
|
pid_Kd: 114
|
||||||
min_temp: 0
|
min_temp: 0
|
||||||
max_temp: 290
|
max_temp: 290
|
||||||
pressure_advance: 0.0
|
pressure_advance: 0.75
|
||||||
max_extrude_only_velocity: 120
|
#max_extrude_only_velocity: 120
|
||||||
max_extrude_only_accel: 1000
|
#max_extrude_only_accel: 1000
|
||||||
|
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
@ -161,7 +165,7 @@ control_pin: P2.0
|
||||||
#pin_up_touch_mode_reports_triggered: False
|
#pin_up_touch_mode_reports_triggered: False
|
||||||
x_offset: -60
|
x_offset: -60
|
||||||
y_offset: -13
|
y_offset: -13
|
||||||
z_offset: 2.95 #3.1
|
z_offset: 0.7 #2.9
|
||||||
samples: 2
|
samples: 2
|
||||||
#speed: 3
|
#speed: 3
|
||||||
|
|
||||||
|
@ -177,7 +181,7 @@ gcode:
|
||||||
G1 X177 Y130 F3000 # G1 X117 Y117 F3000
|
G1 X177 Y130 F3000 # G1 X117 Y117 F3000
|
||||||
G28 Z0
|
G28 Z0
|
||||||
G1 Z20 F500
|
G1 Z20 F500
|
||||||
BED_MESH_CALIBRATE
|
BED_MESH_PROFILE Load=new
|
||||||
|
|
||||||
|
|
||||||
[bed_mesh]
|
[bed_mesh]
|
||||||
|
@ -200,3 +204,42 @@ path = ~/sdcard
|
||||||
serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-if00
|
serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-if00
|
||||||
|
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
|
||||||
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||||
|
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||||
|
#*#
|
||||||
|
#*# [bed_mesh default]
|
||||||
|
#*# version = 1
|
||||||
|
#*# points =
|
||||||
|
#*# 0.201250, 0.036250, -0.055000, -0.187500
|
||||||
|
#*# 0.211250, 0.065000, -0.022500, -0.175000
|
||||||
|
#*# 0.322500, 0.177500, 0.051250, -0.130000
|
||||||
|
#*# 0.400000, 0.237500, 0.091250, -0.112500
|
||||||
|
#*# tension = 0.2
|
||||||
|
#*# min_x = -3.0
|
||||||
|
#*# algo = bicubic
|
||||||
|
#*# y_count = 4
|
||||||
|
#*# mesh_y_pps = 2
|
||||||
|
#*# min_y = 20.0
|
||||||
|
#*# x_count = 4
|
||||||
|
#*# max_y = 206.99
|
||||||
|
#*# mesh_x_pps = 2
|
||||||
|
#*# max_x = 159.99
|
||||||
|
#*#
|
||||||
|
#*# [bed_mesh new]
|
||||||
|
#*# version = 1
|
||||||
|
#*# points =
|
||||||
|
#*# 0.201250, 0.036250, -0.055000, -0.187500
|
||||||
|
#*# 0.211250, 0.065000, -0.022500, -0.175000
|
||||||
|
#*# 0.322500, 0.177500, 0.051250, -0.130000
|
||||||
|
#*# 0.400000, 0.237500, 0.091250, -0.112500
|
||||||
|
#*# tension = 0.2
|
||||||
|
#*# min_x = -3.0
|
||||||
|
#*# algo = bicubic
|
||||||
|
#*# y_count = 4
|
||||||
|
#*# mesh_y_pps = 2
|
||||||
|
#*# min_y = 20.0
|
||||||
|
#*# x_count = 4
|
||||||
|
#*# max_y = 206.99
|
||||||
|
#*# mesh_x_pps = 2
|
||||||
|
#*# max_x = 159.99
|
||||||
|
|
Loading…
Reference in a new issue