Skip to content

Commit

Permalink
unneeded color variables remvoed
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Apr 27, 2024
1 parent 1ecbd1d commit e2d0494
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions macros/load_filament.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ gcode:

# config
{% set color_ok = printer["gcode_macro RatOS"].status_color_ok|string %}
{% set color_error = printer["gcode_macro RatOS"].status_color_error|string %}
{% set color_unknown = printer["gcode_macro RatOS"].status_color_unknown|string %}

# update frontend
Expand Down Expand Up @@ -107,7 +106,6 @@ gcode:

# config
{% set color_ok = printer["gcode_macro RatOS"].status_color_ok|string %}
{% set color_error = printer["gcode_macro RatOS"].status_color_error|string %}
{% set color_unknown = printer["gcode_macro RatOS"].status_color_unknown|string %}

# cache current extruder
Expand Down
4 changes: 0 additions & 4 deletions macros/unload_filament.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ gcode:
{% endif %}

# config
{% set color_ok = printer["gcode_macro RatOS"].status_color_ok|string %}
{% set color_error = printer["gcode_macro RatOS"].status_color_error|string %}
{% set color_unknown = printer["gcode_macro RatOS"].status_color_unknown|string %}

DEBUG_ECHO PREFIX="_DEFAULT_UNLOAD_FILAMENT" MSG="temp={temp}"
Expand Down Expand Up @@ -107,8 +105,6 @@ gcode:
{% set filament = params.FILAMENT|default(-1)|int %}

# config
{% set color_ok = printer["gcode_macro RatOS"].status_color_ok|string %}
{% set color_error = printer["gcode_macro RatOS"].status_color_error|string %}
{% set color_unknown = printer["gcode_macro RatOS"].status_color_unknown|string %}

# cache current extruder
Expand Down

0 comments on commit e2d0494

Please sign in to comment.