Update 'printer.conf'

virtual sd card added
This commit is contained in:
zwnk 2020-10-08 23:32:14 +02:00
parent bca6a98733
commit eaef632012

View file

@ -115,7 +115,7 @@ control: pid
pid_Kp: 22.2 pid_Kp: 22.2
pid_Ki: 1.08 pid_Ki: 1.08
pid_Kd: 114 pid_Kd: 114
min_temp: 10 min_temp: 0
max_temp: 290 max_temp: 290
pressure_advance: 0.0 pressure_advance: 0.0
max_extrude_only_velocity: 120 max_extrude_only_velocity: 120
@ -132,7 +132,7 @@ control: pid
pid_Kp: 54.027 pid_Kp: 54.027
pid_Ki: 0.770 pid_Ki: 0.770
pid_Kd: 948.182 pid_Kd: 948.182
min_temp: 10 min_temp: 0
max_temp: 130 max_temp: 130
##################################################################################### #####################################################################################
@ -160,7 +160,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.5 #3.1 z_offset: 3.0 #3.1
samples: 2 samples: 2
#speed: 3 #speed: 3
@ -183,11 +183,14 @@ speed: 100
horizontal_move_z: 10 horizontal_move_z: 10
mesh_min: -3,20 mesh_min: -3,20
mesh_max: 160,207 mesh_max: 160,207
probe_count: 3,3 probe_count: 4,4
split_delta_z: 0.025 split_delta_z: 0.025
move_check_distance: 10.0 move_check_distance: 10.0
mesh_pps: 2,2 mesh_pps: 2,2
#algorithm: lagrange algorithm: lagrange
[virtual_sdcard]
path = ~/sdcard
##################################################################################### #####################################################################################