Update printer.cfg
This commit is contained in:
parent
c9197d72d0
commit
c35948b4d6
21
printer.cfg
21
printer.cfg
|
@ -89,12 +89,12 @@ enable_pin: !PE0
|
|||
rotation_distance: 40
|
||||
gear_ratio: 80: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_endstop: -2
|
||||
position_max: 340
|
||||
position_min: -5
|
||||
homing_speed: 5
|
||||
|
@ -166,7 +166,7 @@ stealthchop_threshold: 0
|
|||
|
||||
[extruder]
|
||||
step_pin: printhead: PD0
|
||||
dir_pin: !printhead: PD1
|
||||
dir_pin: printhead: PD1
|
||||
enable_pin: !printhead: PD2
|
||||
rotation_distance: 8
|
||||
gear_ratio: 1:1
|
||||
|
@ -174,16 +174,17 @@ microsteps: 16
|
|||
full_steps_per_rotation: 200 #200 for 1.8 degree, 400 for 0.9 degree
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.75
|
||||
heater_pin: printhead: PA2
|
||||
spi_speed: 4000000
|
||||
heater_pin: printhead: PB13
|
||||
sensor_type: MAX31865
|
||||
sensor_pin: printhead: PA4
|
||||
spi_bus: spi1a
|
||||
spi_bus: spi1
|
||||
rtd_nominal_r: 1000
|
||||
rtd_reference_r: 430
|
||||
rtd_reference_r: 4300
|
||||
rtd_num_of_wires: 4
|
||||
min_temp: 10
|
||||
max_temp: 270
|
||||
max_power: 1.0
|
||||
max_power: 0.7
|
||||
min_extrude_temp: 170
|
||||
control = pid
|
||||
pid_kp = 26.213
|
||||
|
@ -202,7 +203,9 @@ stealthchop_threshold: 0
|
|||
|
||||
[adxl345]
|
||||
cs_pin: printhead: PB12
|
||||
spi_bus: spi2
|
||||
spi_software_sclk_pin: printhead: PB10
|
||||
spi_software_mosi_pin: printhead: PB11
|
||||
spi_software_miso_pin: printhead: PB2
|
||||
axes_map: x,y,z
|
||||
|
||||
#####################################################################
|
||||
|
@ -230,7 +233,7 @@ pid_kd: 363.769
|
|||
## Inductive Probe
|
||||
## This probe is not used for Z height, only Quad Gantry Leveling
|
||||
## NPN and PNP proximity switch types can be set by jumper
|
||||
pin: ^PF1
|
||||
pin: printhead: PB6
|
||||
x_offset: 0
|
||||
y_offset: 25.0
|
||||
z_offset: 0
|
||||
|
|
Loading…
Reference in New Issue