diff --git a/config/printer-tenlog-d3-32bit.cfg b/config/printer-tenlog-d3-32bit.cfg index ebf0c7e79cac..5bc98c9c6d42 100644 --- a/config/printer-tenlog-d3-32bit.cfg +++ b/config/printer-tenlog-d3-32bit.cfg @@ -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. @@ -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, @@ -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 @@ -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 @@ -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