Merge branch 'master' into any-printer

This commit is contained in:
Bassam Husain
2023-07-27 16:52:38 -04:00
3 changed files with 689 additions and 27 deletions

View File

@@ -76,10 +76,10 @@ Simply add `[include ./osskc.cfg]` somewhere at the top of your `printer.cfg`.
You need to adjust the start and end gcode in your slicer. The relevant macros are `PRINT_START` and `PRINT_END`. Find instructions [here](https://ellis3dp.com/Print-Tuning-Guide/articles/passing_slicer_variables.html#slicer-start-g-code).
If you would like to print a purge line before your print starts, at the end of your start gcode, on a new line add `PURGE_LINE`. Here's an example:
If you would like to print a purge line before your print starts, at the end of your start gcode, on a new line add `PURGE_LINE`. ⚠️ This is just an **example**:
```
PRINT_START BED=[first_layer_bed_temperature] HOTEND={first_layer_temperature[initial_extruder]+extruder_temperature_offset[initial_extruder]} CHAMBER=[chamber_temperature]
PRINT_START ...
PURGE_LINE
```