Update 'printer.conf'
hydra direct drive mount update
This commit is contained in:
parent
2e4c80ddb6
commit
ccd86e07cd
1 changed files with 25 additions and 19 deletions
28
printer.conf
28
printer.conf
|
@ -57,8 +57,8 @@ dir_pin: !P0.20
|
||||||
enable_pin: !P2.8
|
enable_pin: !P2.8
|
||||||
step_distance: .0125
|
step_distance: .0125
|
||||||
endstop_pin: P1.27
|
endstop_pin: P1.27
|
||||||
position_endstop: 0
|
position_endstop: -9 #0
|
||||||
position_min: 0
|
position_min: -10
|
||||||
position_max: 235
|
position_max: 235
|
||||||
homing_speed: 50
|
homing_speed: 50
|
||||||
|
|
||||||
|
@ -116,13 +116,13 @@ filament_diameter: 1.750
|
||||||
heater_pin: P2.7
|
heater_pin: P2.7
|
||||||
sensor_type: 104NT-4-R025H42G #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
|
||||||
pid_Ki: 1.08
|
#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.75
|
pressure_advance: 0.23
|
||||||
#max_extrude_only_velocity: 120
|
#max_extrude_only_velocity: 120
|
||||||
#max_extrude_only_accel: 1000
|
#max_extrude_only_accel: 1000
|
||||||
|
|
||||||
|
@ -163,9 +163,9 @@ control_pin: P2.0
|
||||||
#pin_move_time: 0.8
|
#pin_move_time: 0.8
|
||||||
#pin_up_reports_not_triggered: True
|
#pin_up_reports_not_triggered: True
|
||||||
#pin_up_touch_mode_reports_triggered: False
|
#pin_up_touch_mode_reports_triggered: False
|
||||||
x_offset: -60
|
x_offset: 11.684 #-60
|
||||||
y_offset: -13
|
y_offset: 40.199 #-13
|
||||||
z_offset: 0.7 #2.9
|
z_offset: 3.25 #2.9
|
||||||
samples: 2
|
samples: 2
|
||||||
#speed: 3
|
#speed: 3
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ gcode:
|
||||||
G90
|
G90
|
||||||
G1 Z20 F600
|
G1 Z20 F600
|
||||||
G28 X0 Y0 F3000
|
G28 X0 Y0 F3000
|
||||||
G1 X177 Y130 F3000 # G1 X117 Y117 F3000
|
G1 X110 Y130 F3000 # G1 X117 Y117 F3000
|
||||||
G28 Z0
|
G28 Z0
|
||||||
G1 Z20 F500
|
G1 Z20 F500
|
||||||
BED_MESH_PROFILE Load=new
|
BED_MESH_PROFILE Load=new
|
||||||
|
@ -243,3 +243,9 @@ serial: /dev/serial/by-id/usb-Klipper_lpc1768_09A0FF10031436AF84F46A5BC72000F5-i
|
||||||
#*# max_y = 206.99
|
#*# max_y = 206.99
|
||||||
#*# mesh_x_pps = 2
|
#*# mesh_x_pps = 2
|
||||||
#*# max_x = 159.99
|
#*# max_x = 159.99
|
||||||
|
#*#
|
||||||
|
#*# [extruder]
|
||||||
|
#*# control = pid
|
||||||
|
#*# pid_kp = 22.427
|
||||||
|
#*# pid_ki = 1.168
|
||||||
|
#*# pid_kd = 107.652
|
||||||
|
|
Loading…
Reference in a new issue