mirror of https://github.com/Desuuuu/klipper.git
config: Minor updates to printer-creality-cr20-pro-2019.cfg
Don't specify a default for pressure_advance. Don't specify values that are already at their default. Add to printers.test test case. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
0cd808cfde
commit
c11e4b74c2
|
@ -12,8 +12,6 @@ endstop_pin: ^PE5
|
|||
position_endstop: 0
|
||||
position_max: 235
|
||||
homing_speed: 100
|
||||
second_homing_speed: 50
|
||||
homing_retract_dist: 5
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PF6
|
||||
|
@ -24,8 +22,6 @@ endstop_pin: ^PJ1
|
|||
position_endstop: 0
|
||||
position_max: 235
|
||||
homing_speed: 100
|
||||
second_homing_speed: 50
|
||||
homing_retract_dist: 5
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PL3
|
||||
|
@ -45,7 +41,6 @@ enable_pin: !PA2
|
|||
step_distance: .010526
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
pressure_advance: 0.9 # please calibrate!
|
||||
heater_pin: PB4
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PK5
|
||||
|
@ -62,7 +57,6 @@ control_pin: PB5
|
|||
z_offset: 3.60
|
||||
x_offset: 46
|
||||
y_offset: 9
|
||||
pin_move_time: 0.15
|
||||
speed: 3.0
|
||||
samples: 1
|
||||
|
||||
|
@ -78,8 +72,6 @@ horizontal_move_z: 8
|
|||
min_point: 60,30
|
||||
max_point: 235,220
|
||||
probe_count: 3,3
|
||||
fade_start: 1.0
|
||||
fade_end: 0 # disable fading
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PH5
|
||||
|
|
|
@ -25,6 +25,7 @@ CONFIG ../../config/printer-anycubic-kossel-2016.cfg
|
|||
CONFIG ../../config/printer-anycubic-kossel-plus-2017.cfg
|
||||
CONFIG ../../config/printer-creality-cr10s-2017.cfg
|
||||
CONFIG ../../config/printer-creality-cr20-2018.cfg
|
||||
CONFIG ../../config/printer-creality-cr20-pro-2019.cfg
|
||||
CONFIG ../../config/printer-lulzbot-taz6-2017.cfg
|
||||
CONFIG ../../config/printer-lulzbot-taz6-dual-v3-2017.cfg
|
||||
CONFIG ../../config/printer-makergear-m2-2012.cfg
|
||||
|
|
Loading…
Reference in New Issue