Update printer.cfg
This commit is contained in:
parent
e400863fa9
commit
4799ab2e71
16
printer.cfg
16
printer.cfg
|
@ -72,12 +72,7 @@ enable_pin: !PE0
|
||||||
rotation_distance: 40
|
rotation_distance: 40
|
||||||
gear_ratio: 80:16
|
gear_ratio: 80:16
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
endstop_pin: ^PF2
|
endstop_pin: probe:z_virtual_endstop
|
||||||
## Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0)
|
|
||||||
## (+) value = endstop above Z0, (-) value = endstop below
|
|
||||||
## Increasing position_endstop brings nozzle closer to the bed
|
|
||||||
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
|
|
||||||
position_endstop: -2
|
|
||||||
position_max: 340
|
position_max: 340
|
||||||
position_min: -5
|
position_min: -5
|
||||||
homing_speed: 5
|
homing_speed: 5
|
||||||
|
@ -179,13 +174,12 @@ pid_kd: 363.769
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
[probe]
|
[probe]
|
||||||
## Inductive Probe
|
## TAP Probe
|
||||||
## This probe is not used for Z height, only Quad Gantry Leveling
|
## This probe is used for Z height and Quad Gantry Leveling
|
||||||
## NPN and PNP proximity switch types can be set by jumper
|
|
||||||
pin: ^PF1
|
pin: ^PF1
|
||||||
x_offset: 0
|
x_offset: 0
|
||||||
y_offset: 25.0
|
y_offset: 0
|
||||||
z_offset: 0
|
z_offset: -2
|
||||||
speed: 10.0
|
speed: 10.0
|
||||||
samples: 3
|
samples: 3
|
||||||
samples_result: median
|
samples_result: median
|
||||||
|
|
Loading…
Reference in New Issue