improved config and manual
This commit is contained in:
@@ -140,7 +140,7 @@ endstop_pin: ^PA0
|
||||
## (+) 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: 0
|
||||
position_endstop: 0
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
## Uncomment below for 250mm build
|
||||
@@ -269,10 +269,10 @@ min_temp: 10
|
||||
max_temp: 270
|
||||
max_power: 1.0
|
||||
min_extrude_temp: 190
|
||||
#control = pid
|
||||
#pid_kp = 26.213
|
||||
#pid_ki = 1.304
|
||||
#pid_kd = 131.721
|
||||
control = pid
|
||||
pid_kp = 26.213
|
||||
pid_ki = 1.304
|
||||
pid_kd = 131.721
|
||||
# Try to keep pressure_advance below 1.0
|
||||
pressure_advance: 0.05
|
||||
# Default is 0.040, leave stock
|
||||
@@ -308,7 +308,7 @@ heater_pin: PC8
|
||||
sensor_type: Generic 3950
|
||||
sensor_pin: PB0 # TB Position
|
||||
## Adjust Max Power so your heater doesn't warp your bed
|
||||
max_power: 1
|
||||
max_power: 0.6
|
||||
min_temp: 0
|
||||
max_temp: 120
|
||||
control: pid
|
||||
@@ -382,17 +382,6 @@ heater: heater_bed
|
||||
heater_temp: 60
|
||||
fan_speed: 1.0
|
||||
|
||||
#####################################################################
|
||||
# LED Control
|
||||
#####################################################################
|
||||
|
||||
[output_pin caselight]
|
||||
## Chamber Lighting
|
||||
pin: ^PB13
|
||||
pwm: true
|
||||
shutdown_value: 0
|
||||
cycle_time: 0.01
|
||||
|
||||
#####################################################################
|
||||
# Homing and Gantry Adjustment Routines
|
||||
#####################################################################
|
||||
|
||||
Reference in New Issue
Block a user