mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Merge branch 'master' into sv06-plus
This commit is contained in:
@@ -287,6 +287,8 @@ This repository contains many files and folders. Some are _necessary_ for this K
|
|||||||
|
|
||||||
### What are some settings that I can change?
|
### What are some settings that I can change?
|
||||||
|
|
||||||
|
Edit the relevant file according to your needs.
|
||||||
|
|
||||||
| File | Section |
|
| File | Section |
|
||||||
| ---------------------- | ------------------------ |
|
| ---------------------- | ------------------------ |
|
||||||
| `cfgs/misc-macros.cfg` | `[gcode_macro _globals]` |
|
| `cfgs/misc-macros.cfg` | `[gcode_macro _globals]` |
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ gcode:
|
|||||||
|
|
||||||
{% if purge_y_origin > 0 %}
|
{% 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_x_center),
|
||||||
(purge_y_origin),
|
(purge_y_origin),
|
||||||
(purge_amount),
|
(purge_amount),
|
||||||
@@ -69,7 +69,7 @@ gcode:
|
|||||||
|
|
||||||
{% else %}
|
{% 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_x_origin),
|
||||||
(purge_y_center),
|
(purge_y_center),
|
||||||
(purge_amount),
|
(purge_amount),
|
||||||
|
|||||||
Reference in New Issue
Block a user