diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-07-16 12:58:52 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-07-16 13:04:00 -0400 |
commit | 53092a64743846f587bcd90b6119661b1be80b79 (patch) | |
tree | 10491d8b8315b6372293b3503cb3fcad54ea8ff2 | |
parent | e4d0044be8333f7862bd2cd8c1e6f702ec63518b (diff) | |
download | kutter-53092a64743846f587bcd90b6119661b1be80b79.tar.gz kutter-53092a64743846f587bcd90b6119661b1be80b79.tar.xz kutter-53092a64743846f587bcd90b6119661b1be80b79.zip |
docs: Add link to config/sample-macros.cfg in Slicers.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Slicers.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Slicers.md b/docs/Slicers.md index 51abfd15..b3863dc3 100644 --- a/docs/Slicers.md +++ b/docs/Slicers.md @@ -18,6 +18,10 @@ END_PRINT in the slicer's configuration. Defining these actions in the Klipper configuration may make it easier to tweak the printer's start and end steps as changes do not require re-slicing. +See +[sample-macros.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/sample-macros.cfg) +for example START_PRINT and END_PRINT macros. + See the [example-extras.cfg](https://github.com/KevinOConnor/klipper/tree/master/config/example-extras.cfg) file for details on defining a gcode_macro. |