From 2e4c80ddb6e950f8c98b690f85ab73bbd93cc6bb Mon Sep 17 00:00:00 2001 From: zwnk Date: Wed, 4 Nov 2020 02:46:41 +0100 Subject: [PATCH] Update 'printer.conf' new thermistor added --- printer.conf | 59 +++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 8 deletions(-) diff --git a/printer.conf b/printer.conf index de841e2..a773ed5 100644 --- a/printer.conf +++ b/printer.conf @@ -100,17 +100,21 @@ stealthchop_threshold: 250 #driver_PWM_AUTOSCALE: True #driver_HEND: 3 #driver_HSTRT: 0 +[thermistor 104NT-4-R025H42G] +temperature1:25 +resistance1:100000 +beta: 4267 [extruder] step_pin: P2.13 dir_pin: !P0.11 enable_pin: !P2.12 -# step_distance 4 bmg 0.002409 -step_distance: 0.00926 +#0.00926 stock extruder #0.002409 +step_distance: 0.002245188 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: P2.7 -sensor_type: EPCOS 100K B57560G104F +sensor_type: 104NT-4-R025H42G #EPCOS 100K B57560G104F sensor_pin: P0.24 control: pid pid_Kp: 22.2 @@ -118,9 +122,9 @@ pid_Ki: 1.08 pid_Kd: 114 min_temp: 0 max_temp: 290 -pressure_advance: 0.0 -max_extrude_only_velocity: 120 -max_extrude_only_accel: 1000 +pressure_advance: 0.75 +#max_extrude_only_velocity: 120 +#max_extrude_only_accel: 1000 ##################################################################################### @@ -161,7 +165,7 @@ control_pin: P2.0 #pin_up_touch_mode_reports_triggered: False x_offset: -60 y_offset: -13 -z_offset: 2.95 #3.1 +z_offset: 0.7 #2.9 samples: 2 #speed: 3 @@ -177,7 +181,7 @@ gcode: G1 X177 Y130 F3000 # G1 X117 Y117 F3000 G28 Z0 G1 Z20 F500 - BED_MESH_CALIBRATE + BED_MESH_PROFILE Load=new [bed_mesh] @@ -200,3 +204,42 @@ path = ~/sdcard 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