fixed typo

This commit is contained in:
Félix Boisselier
2024-02-19 23:26:53 +01:00
parent 80c8da622d
commit f4e700a1ff

View File

@@ -27,7 +27,7 @@ gcode:
{ action_raise_error("AXIS selection invalid. Should be either all, x or y!") } { action_raise_error("AXIS selection invalid. Should be either all, x or y!") }
{% endif %} {% endif %}
{% if scv is None %} {% if scv is none %}
{% set scv = printer.toolhead.square_corner_velocity %} {% set scv = printer.toolhead.square_corner_velocity %}
{% endif %} {% endif %}
@@ -37,7 +37,7 @@ gcode:
RESPOND MSG="X axis frequency profile generation..." RESPOND MSG="X axis frequency profile generation..."
RESPOND MSG="This may take some time (1-3min)" RESPOND MSG="This may take some time (1-3min)"
RUN_SHELL_COMMAND CMD=shaketune PARAMS="--type shaper --scv {scv} {% if max_sm is not None %}--max_smoothing {max_sm}{% endif %} {% if keep_csv %}--keep_csv{% endif %}" RUN_SHELL_COMMAND CMD=shaketune PARAMS="--type shaper --scv {scv} {% if max_sm is not none %}--max_smoothing {max_sm}{% endif %} {% if keep_csv %}--keep_csv{% endif %}"
{% endif %} {% endif %}
{% if Y %} {% if Y %}
@@ -46,7 +46,7 @@ gcode:
RESPOND MSG="Y axis frequency profile generation..." RESPOND MSG="Y axis frequency profile generation..."
RESPOND MSG="This may take some time (1-3min)" RESPOND MSG="This may take some time (1-3min)"
RUN_SHELL_COMMAND CMD=shaketune PARAMS="--type shaper --scv {scv} {% if max_sm is not None %}--max_smoothing {max_sm}{% endif %} {% if keep_csv %}--keep_csv{% endif %}" RUN_SHELL_COMMAND CMD=shaketune PARAMS="--type shaper --scv {scv} {% if max_sm is not none %}--max_smoothing {max_sm}{% endif %} {% if keep_csv %}--keep_csv{% endif %}"
{% endif %} {% endif %}
M400 M400