Skip to content

Commit ad44a52

Browse files
committed
Clean Spaces in files
1 parent 02a8be5 commit ad44a52

File tree

20 files changed

+47
-49
lines changed

20 files changed

+47
-49
lines changed

config/hardware/axis/XY/TMC/xy_TMC2209_V0specific.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ driver_TBL: 2
1111
driver_TOFF: 2
1212
driver_HEND: 1
1313
driver_HSTRT: 4
14-
driver_PWM_LIM: 8
14+
driver_PWM_LIM: 8
1515
driver_PWM_GRAD: 8
1616
driver_PWM_FREQ: 1
1717
driver_PWM_REG: 4
@@ -23,7 +23,7 @@ driver_TBL: 2
2323
driver_TOFF: 2
2424
driver_HEND: 1
2525
driver_HSTRT: 4
26-
driver_PWM_LIM: 8
26+
driver_PWM_LIM: 8
2727
driver_PWM_GRAD: 8
2828
driver_PWM_FREQ: 1
2929
driver_PWM_REG: 4

config/hardware/displays/BTT_mini12864.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable_status_leds_minidisplay_enabled = True
44
variable_status_leds_minidisplay_led_name: "btt_mini12864"
55
gcode:
66

7-
# Also include directly the leds control macros from here
7+
# Also include directly the leds control macros from here
88
[include ../../../macros/hardware_functions/status_leds.cfg]
99

1010

@@ -35,7 +35,7 @@ initial_GREEN: 0.5
3535
initial_BLUE: 0.0
3636
color_order: RGB
3737

38-
# Set RGB values on boot up for each Neopixel.
38+
# Set RGB values on boot up for each Neopixel.
3939
# Index 1 = display, Index 2 and 3 = Knob
4040
[delayed_gcode setdisplayneopixel]
4141
initial_duration: 1

config/hardware/displays/BTT_mini12864_inversed.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable_status_leds_minidisplay_enabled = True
44
variable_status_leds_minidisplay_led_name: "btt_mini12864"
55
gcode:
66

7-
# Also include directly the leds control macros from here
7+
# Also include directly the leds control macros from here
88
[include ../../../macros/hardware_functions/status_leds.cfg]
99

1010

@@ -35,7 +35,7 @@ initial_GREEN: 0.5
3535
initial_BLUE: 0.0
3636
color_order: RGB
3737

38-
# Set RGB values on boot up for each Neopixel.
38+
# Set RGB values on boot up for each Neopixel.
3939
# Index 1 = display, Index 2 and 3 = Knob
4040
[delayed_gcode setdisplayneopixel]
4141
initial_duration: 1

config/hardware/displays/Fysetc_mini12864.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable_status_leds_minidisplay_enabled = True
44
variable_status_leds_minidisplay_led_name: "fysetc_mini12864"
55
gcode:
66

7-
# Also include directly the leds control macros from here
7+
# Also include directly the leds control macros from here
88
[include ../../../macros/hardware_functions/status_leds.cfg]
99

1010

@@ -35,7 +35,7 @@ initial_GREEN: 0.5
3535
initial_BLUE: 0.0
3636
color_order: RGB
3737

38-
# Set RGB values on boot up for each Neopixel.
38+
# Set RGB values on boot up for each Neopixel.
3939
# Index 1 = display, Index 2 and 3 = Knob
4040
[delayed_gcode setdisplayneopixel]
4141
initial_duration: 1

config/hardware/displays/Fysetc_mini12864_inversed.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable_status_leds_minidisplay_enabled = True
44
variable_status_leds_minidisplay_led_name: "fysetc_mini12864"
55
gcode:
66

7-
# Also include directly the leds control macros from here
7+
# Also include directly the leds control macros from here
88
[include ../../../macros/hardware_functions/status_leds.cfg]
99

1010

@@ -35,7 +35,7 @@ initial_GREEN: 0.5
3535
initial_BLUE: 0.0
3636
color_order: RGB
3737

38-
# Set RGB values on boot up for each Neopixel.
38+
# Set RGB values on boot up for each Neopixel.
3939
# Index 1 = display, Index 2 and 3 = Knob
4040
[delayed_gcode setdisplayneopixel]
4141
initial_duration: 1

config/hardware/filament_sensors/motion_sensor.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ pause_on_runout:False
1919
#pause_delay:
2020
# See the "filament_switch_sensor" section for a description of the
2121
# above parameters.
22-
23-

config/mcu_definitions/main/BTT_SKR_Pico_v1.0.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[board_pins mcu_manufacturer]
22
aliases:
3-
MCU_X_STEP=gpio11 , MCU_X_DIR=gpio10 , MCU_X_EN=gpio12 ,
4-
MCU_Y_STEP=gpio6 , MCU_Y_DIR=gpio5 , MCU_Y_EN=gpio7 ,
5-
MCU_Z_STEP=gpio19 , MCU_Z_DIR=gpio28 , MCU_Z_EN=gpio2 ,
6-
MCU_E0_STEP=gpio14 , MCU_E0_DIR=gpio13 , MCU_E0_EN=gpio15 ,
7-
MCU_TMCUART=gpio9 , MCU_TMCTX=gpio8 ,
3+
MCU_X_STEP=gpio11 , MCU_X_DIR=gpio10 , MCU_X_EN=gpio12 ,
4+
MCU_Y_STEP=gpio6 , MCU_Y_DIR=gpio5 , MCU_Y_EN=gpio7 ,
5+
MCU_Z_STEP=gpio19 , MCU_Z_DIR=gpio28 , MCU_Z_EN=gpio2 ,
6+
MCU_E0_STEP=gpio14 , MCU_E0_DIR=gpio13 , MCU_E0_EN=gpio15 ,
7+
MCU_TMCUART=gpio9 , MCU_TMCTX=gpio8 ,
88

99
MCU_X-STOP=gpio4 , MCU_Y-STOP=gpio3 , MCU_Z-STOP=gpio25 ,
1010
MCU_E0-STOP=gpio16 ,

macros/base/homing/homing_overide.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ gcode:
289289
G0 Y{probe_dock_location_y - probe_dock_margin_y} F{homing_travel_speed}
290290
#go z endstop X
291291
G0 X{z_endstop_x} F{homing_travel_speed}
292-
{% endif %}
292+
{% endif %}
293293

294294
G0 X{z_endstop_x} Y{z_endstop_y} F{homing_travel_speed}
295295

macros/base/start_print.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gcode:
4343
{% set bed_mesh_enabled = printer["gcode_macro _USER_VARIABLES"].bed_mesh_enabled %}
4444
{% set firmware_retraction_enabled = printer["gcode_macro _USER_VARIABLES"].firmware_retraction_enabled %}
4545
{% set filter_enabled = printer["gcode_macro _USER_VARIABLES"].filter_enabled %}
46-
46+
4747
{% if MATERIAL not in printer["gcode_macro _USER_VARIABLES"].material_parameters %}
4848
RESPOND MSG="Material '{MATERIAL}' is unknown!"
4949
{ action_raise_error("Add this new material to your material_parameters variable!") }
@@ -59,7 +59,7 @@ gcode:
5959
{% if status_leds_enabled %}
6060
STATUS_LEDS COLOR="BUSY"
6161
{% endif %}
62-
62+
6363
{% if light_enabled %}
6464
LIGHT_ON S={light_intensity_start_print}
6565
{% endif %}
@@ -169,7 +169,7 @@ gcode:
169169
{% set klippain_ercf_enabled = printer["gcode_macro _USER_VARIABLES"].klippain_ercf_enabled %}
170170
{% set verbose = printer["gcode_macro _USER_VARIABLES"].verbose %}
171171

172-
{% set max_extrude_cross_section = printer.configfile.settings.extruder.max_extrude_cross_section|float %}
172+
{% set max_extrude_cross_section = printer.configfile.settings.extruder.max_extrude_cross_section|float %}
173173
{% set Sp = (prime_line_flowrate / max_extrude_cross_section) * 60 |float %}
174174

175175
{% if klippain_ercf_enabled %}
@@ -281,7 +281,7 @@ gcode:
281281
{% if CHAMBER_TEMP > 0 %}
282282
{% set chamber_sensor_name = printer["gcode_macro _USER_VARIABLES"].chamber_temperature_sensor_name %}
283283
{% set CURRENT_TEMP = printer["temperature_sensor " ~ chamber_sensor_name].temperature|float %}
284-
284+
285285
# We do a first test to validate that the chamber is not already at temperature before starting the soak
286286
{% if CURRENT_TEMP <= CHAMBER_TEMP %}
287287
G0 X{max_x|int / 2} Y{max_y|int / 3} Z50 F{St}
@@ -485,7 +485,7 @@ gcode:
485485
# gcode:
486486
# ## Your custom code here
487487

488-
488+
489489
[gcode_macro _MODULE_CUSTOM3]
490490
gcode:
491491
# ---- CUSTOM Macro section

macros/calibration/adaptive_bed_mesh.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ gcode:
7272
{% if params.SIZE is defined and params.SIZE != "0_0_0_0" %}
7373
RESPOND MSG="Got a SIZE parameter for the adaptive bed mesh"
7474
{% set xMinSpec, yMinSpec, xMaxSpec, yMaxSpec = params.SIZE.split('_')|map('trim')|map('int') %}
75-
75+
7676
{% elif printer.exclude_object.objects %}
7777
# Else if SIZE is not defined, we fallback to use the [exclude_object] tags
7878
# This method is derived from Kyleisah KAMP repository: https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging)

0 commit comments

Comments
 (0)