Merge branch 'master' into any-printer

This commit is contained in:
Bassam Husain
2025-01-11 18:47:01 -05:00
12 changed files with 1832 additions and 886 deletions

View File

@@ -60,7 +60,7 @@ gcode:
{% if purge_y_origin > 0 %}
{action_respond_info("KAMP purge starting at {}, {} and purging {}mm of filament, requested flow rate is {}mm/s3.".format(
{action_respond_info("KAMP purge starting at {}, {} and purging {}mm of filament, requested flow rate is {}mm3/s.".format(
(purge_x_center),
(purge_y_origin),
(purge_amount),
@@ -69,7 +69,7 @@ gcode:
{% else %}
{action_respond_info("KAMP purge starting at {}, {} and purging {}mm of filament, requested flow rate is {}mm/s3.".format(
{action_respond_info("KAMP purge starting at {}, {} and purging {}mm of filament, requested flow rate is {}mm3/s.".format(
(purge_x_origin),
(purge_y_center),
(purge_amount),

View File

@@ -1,3 +1,6 @@
[idle_timeout]
timeout: 600
[force_move]
enable_force_move: True