Update 'printer.conf'
This commit is contained in:
parent
979258c4c0
commit
18cb05b267
1 changed files with 5 additions and 8 deletions
13
printer.conf
13
printer.conf
|
@ -12,7 +12,7 @@ max_accel: 3000 #2000
|
|||
max_z_velocity: 50
|
||||
max_z_accel: 150
|
||||
#max_extrude_only_velocity: 120
|
||||
#max_extrude_only_accel: 1500
|
||||
max_extrude_only_accel: 1000
|
||||
|
||||
|
||||
#####################################################################################
|
||||
|
@ -120,7 +120,7 @@ pid_Ki: 1.08
|
|||
pid_Kd: 114
|
||||
min_temp: 10
|
||||
max_temp: 290
|
||||
#pressure_advance: 0.3
|
||||
pressure_advance: 0.0
|
||||
|
||||
#####################################################################################
|
||||
|
||||
|
@ -160,7 +160,7 @@ control_pin: P2.0
|
|||
#pin_up_touch_mode_reports_triggered: False
|
||||
x_offset: -60
|
||||
y_offset: -13
|
||||
z_offset: 3.6 #2.7
|
||||
z_offset: 2.5 #3.1
|
||||
samples: 2
|
||||
#speed: 3
|
||||
|
||||
|
@ -180,8 +180,8 @@ gcode:
|
|||
|
||||
[bed_mesh]
|
||||
speed: 100
|
||||
horizontal_move_z: 5
|
||||
mesh_min: -15,19
|
||||
horizontal_move_z: 10
|
||||
mesh_min: -3,20
|
||||
mesh_max: 160,207
|
||||
probe_count: 3,3
|
||||
split_delta_z: 0.025
|
||||
|
@ -195,6 +195,3 @@ mesh_pps: 2,2
|
|||
serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-if00
|
||||
|
||||
#####################################################################################
|
||||
|
||||
# x,y,z = 1.3A
|
||||
# e = 1.7A
|
Loading…
Reference in a new issue