Revert: Remove 'group' attribute from macros
The 'group' attribute is not supported in all Klipper versions. This caused: 'Option group is not valid in section gcode_macro' Macros will appear under 'Uncategorized' in Mainsail/Fluidd until Klipper adds official support for macro grouping.
This commit is contained in:
parent
651f4cb7eb
commit
3ac9e9fb1f
4 changed files with 0 additions and 26 deletions
|
|
@ -9,7 +9,6 @@
|
|||
# ----------------------------------------------------------------------------
|
||||
[gcode_macro PA_TEST_PATTERN]
|
||||
description: Print Pressure Advance test pattern
|
||||
group: Calibration
|
||||
gcode:
|
||||
{% set START_PA = params.START|default(0.01)|float %}
|
||||
{% set END_PA = params.END|default(0.05)|float %}
|
||||
|
|
@ -67,7 +66,6 @@ gcode:
|
|||
# ----------------------------------------------------------------------------
|
||||
[gcode_macro FLOW_TEST_CUBE]
|
||||
description: Print flow rate calibration cube
|
||||
group: Calibration
|
||||
gcode:
|
||||
{% set START_FLOW = params.START|default(0.90)|float %}
|
||||
{% set END_FLOW = params.END|default(1.10)|float %}
|
||||
|
|
@ -137,7 +135,6 @@ gcode:
|
|||
# ----------------------------------------------------------------------------
|
||||
[gcode_macro RETRACT_TEST_PATTERN]
|
||||
description: Print retraction test pattern
|
||||
group: Calibration
|
||||
gcode:
|
||||
{% set START_RETRACT = params.START|default(1.0)|float %}
|
||||
{% set END_RETRACT = params.END|default(4.0)|float %}
|
||||
|
|
@ -213,7 +210,6 @@ gcode:
|
|||
# ----------------------------------------------------------------------------
|
||||
[gcode_macro TEMP_TOWER]
|
||||
description: Print temperature tower
|
||||
group: Calibration
|
||||
gcode:
|
||||
{% set START_TEMP = params.START|default(195)|int %}
|
||||
{% set END_TEMP = params.END|default(225)|int %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue