diff options
| author | Mel <mel@rnrd.eu> | 2025-09-06 20:58:41 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-09-06 20:59:14 +0200 |
| commit | 2d5be15a2a4161dbbe860e49df9f498eed6e5d35 (patch) | |
| tree | 8fda61c4ac8fbaff5eff281af33bfe37e6aa2bf6 /assets/printer/printer.cfg | |
| parent | 7ab53b3080b15fb0c0b02de0b364fca2a43b6fc5 (diff) | |
| download | network-2d5be15a2a4161dbbe860e49df9f498eed6e5d35.tar.zst network-2d5be15a2a4161dbbe860e49df9f498eed6e5d35.zip | |
Fixup Klipper printer config
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'assets/printer/printer.cfg')
| -rw-r--r-- | assets/printer/printer.cfg | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/assets/printer/printer.cfg b/assets/printer/printer.cfg index e790ba6..90ebe06 100644 --- a/assets/printer/printer.cfg +++ b/assets/printer/printer.cfg @@ -80,7 +80,7 @@ heater_pin: PA1 sensor_type: ATC Semitec 104GT-2 sensor_pin: PC4 max_extrude_cross_section: 50.0 -max_extrude_only_distanec: 500 +max_extrude_only_distance: 500 control: pid pid_kp: 28.347 pid_ki: 1.588 @@ -105,10 +105,6 @@ max_temp: 110 [fan] pin: PA0 -[controller_fan controller_fan] -pin: PA14 -stepper: stepper_x,stepper_y,stepper_z,stepper_z1 - [temperature_fan Mainboard] pin: mcu:PA14 sensor_type: temperature_mcu @@ -157,7 +153,7 @@ mesh_min: 15, 15 mesh_max: 230, 230 probe_count: 7, 7 mesh_pps: 2, 3 -algorithm: basic +algorithm: bicubic fade_end: 10.0 [filament_switch_sensor runout] |
