diff options
author | flowerysong <junk+github@flowerysong.com> | 2023-04-11 11:39:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 11:39:41 -0400 |
commit | d16adc356bc03cbb1095f4b91b57afbdec667dd4 (patch) | |
tree | 577bc189ec662bd253adac253c12be343f22e1ad /docs | |
parent | aa8a6f4cf1a50724a61fd0ee6a80590677856b21 (diff) | |
download | kutter-d16adc356bc03cbb1095f4b91b57afbdec667dd4.tar.gz kutter-d16adc356bc03cbb1095f4b91b57afbdec667dd4.tar.xz kutter-d16adc356bc03cbb1095f4b91b57afbdec667dd4.zip |
docs: Add missing code block indicators to Slicers.md(#6161)
Signed-off-by: Paul Arthur <paul.arthur@flowerysong.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Slicers.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Slicers.md b/docs/Slicers.md index cb0f5e6d..afffe749 100644 --- a/docs/Slicers.md +++ b/docs/Slicers.md @@ -103,7 +103,9 @@ START_PRINT BED_TEMP={material_bed_temperature_layer_0} EXTRUDER_TEMP={material_ In slic3r derivatives such as PrusaSlicer and SuperSlicer, the following would be used: +``` START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature] +``` Also note that these slicers will insert their own heating codes when certain conditions are not met. In Cura, the existence of the |