Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ gcode:
G1 E10 F150
G90
{% endif %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
RESUME_BASE
{% endif %}
{% elif state == 'normal' %}
Expand All @@ -494,7 +494,7 @@ gcode:
%}
{action_respond_info("Please Insert filament in Sensor!")}
{% else %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
G91
G1 E{e_restract} F300
G90
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ gcode:
G1 E10 F150
G90
{% endif %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
RESUME_BASE
{% endif %}
{% elif state == 'normal' %}
Expand All @@ -506,7 +506,7 @@ gcode:
%}
{action_respond_info("Please Insert filament in Sensor!")}
{% else %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
G91
G1 E{e_restract} F300
G90
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ gcode:
G1 E10 F150
G90
{% endif %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
RESUME_BASE
{% endif %}
{% elif state == 'normal' %}
Expand All @@ -506,7 +506,7 @@ gcode:
%}
{action_respond_info("Please Insert filament in Sensor!")}
{% else %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
G91
G1 E{e_restract} F300
G90
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ gcode:
G1 E10 F150
G90
{% endif %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
RESUME_BASE
{% endif %}
{% elif state == 'normal' %}
Expand All @@ -506,7 +506,7 @@ gcode:
%}
{action_respond_info("Please Insert filament in Sensor!")}
{% else %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
G91
G1 E{e_restract} F300
G90
Expand Down
4 changes: 2 additions & 2 deletions home/sovol/patch/config/Macro.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ gcode:
G1 E10 F150
G90
{% endif %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
RESUME_BASE
{% endif %}
{% elif state == 'normal' %}
Expand All @@ -522,7 +522,7 @@ gcode:
%}
{action_respond_info("Please Insert filament in Sensor!")}
{% else %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
G91
G1 E{e_restract} F300
G90
Expand Down
4 changes: 2 additions & 2 deletions home/sovol/printer_data/config/Macro.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ gcode:
G1 E10 F150
G90
{% endif %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
RESUME_BASE
{% endif %}
{% elif state == 'normal' %}
Expand All @@ -522,7 +522,7 @@ gcode:
%}
{action_respond_info("Please Insert filament in Sensor!")}
{% else %}
{action_respond_info("Print resumming!")}
{action_respond_info("Print resuming!")}
G91
G1 E{e_restract} F300
G90
Expand Down