Skip to content

Commit

Permalink
Fix white space issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Giraudon committed Feb 9, 2024
1 parent 859b714 commit be9bcc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/printer-tenlog-d3-32bit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file contains common pin mappings for the Tenlog D3 with a 32bit mainboard

# Original work by audiobrian at https://github.com/audiobrian/tld3pro_klipper
# Additional work by Guillaume Giraudon
# Additional work by Guillaume Giraudon

# To use this config, the firmware should be compiled for the
# HC32F460 with a 100 pin package.
Expand Down Expand Up @@ -30,7 +30,7 @@ restart_method: command
[board_pins]
aliases:
LED0=PB7,
GEN_ENABLE=PB2,
GEN_ENABLE=PB2,
BOARD_SDIO_D0=PC8,
BOARD_SDIO_D1=PC9,
BOARD_SDIO_D2=PC10,
Expand Down Expand Up @@ -165,7 +165,7 @@ sensor_pin: TEMP_1_PIN
control: pid
smooth_time: 2.5
#control: pid
min_temp: 0
min_temp: 0
max_temp: 260
max_extrude_only_distance: 250.0

Expand Down Expand Up @@ -237,7 +237,7 @@ z_hop_speed: 5
screw1: 35,35
screw2: 35,275
screw3: 275,275
screw4: 275,35
screw4: 275,35

[respond]
default_type: echo
Expand Down Expand Up @@ -265,7 +265,7 @@ pause_on_runout: True
# runout_gcode is omitted then runout detection is disabled. Default
# is True.
runout_gcode:
RESPOND MSG="Filament runout detected. Print paused."
RESPOND MSG="Filament runout detected. Print paused."
# A list of G-Code commands to execute after a filament runout is
# detected. See docs/Command_Templates.md for G-Code format. If
# pause_on_runout is set to True this G-Code will run after the
Expand Down

0 comments on commit be9bcc7

Please sign in to comment.