mirror of https://github.com/Desuuuu/klipper.git
config: Add generic-ruramps-v1.3.cfg to test cases and minor updates
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
831a4fe7fa
commit
4799d05d42
|
@ -42,7 +42,7 @@ step_pin: PD6
|
||||||
dir_pin: PD3
|
dir_pin: PD3
|
||||||
enable_pin: !PC1
|
enable_pin: !PC1
|
||||||
microsteps: 16
|
microsteps: 16
|
||||||
rotation_distance: 7.700
|
rotation_distance: 33.500
|
||||||
nozzle_diameter: 0.400
|
nozzle_diameter: 0.400
|
||||||
filament_diameter: 1.750
|
filament_diameter: 1.750
|
||||||
heater_pin: PB27
|
heater_pin: PB27
|
||||||
|
@ -52,7 +52,6 @@ control: pid
|
||||||
pid_kp: 15.572
|
pid_kp: 15.572
|
||||||
pid_ki: 0.446
|
pid_ki: 0.446
|
||||||
pid_kd: 136.064
|
pid_kd: 136.064
|
||||||
min_extrude_temp: 160
|
|
||||||
min_temp: 0
|
min_temp: 0
|
||||||
max_temp: 270
|
max_temp: 270
|
||||||
|
|
||||||
|
|
|
@ -96,6 +96,7 @@ CONFIG ../../config/generic-printrboard-g2.cfg
|
||||||
DICTIONARY sam3x8e.dict
|
DICTIONARY sam3x8e.dict
|
||||||
CONFIG ../../config/generic-archim2.cfg
|
CONFIG ../../config/generic-archim2.cfg
|
||||||
CONFIG ../../config/generic-radds.cfg
|
CONFIG ../../config/generic-radds.cfg
|
||||||
|
CONFIG ../../config/generic-ruramps-v1.3.cfg
|
||||||
|
|
||||||
# Printers using the sam4s8c
|
# Printers using the sam4s8c
|
||||||
DICTIONARY sam4s8c.dict
|
DICTIONARY sam4s8c.dict
|
||||||
|
|
Loading…
Reference in New Issue