diff options
author | Damien <damlobster@gmail.com> | 2021-07-22 00:40:40 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-07-27 13:15:25 -0400 |
commit | cff61605fb7260ab60d1abd4e295b71a533869ac (patch) | |
tree | f117dd64e85ec18a62c7c4305781fa03d37ed0a9 /docs/Slicers.md | |
parent | 7e88f9220c641dd1e7e5b748381bd7ac758bc8d2 (diff) | |
download | kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.tar.gz kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.tar.xz kutter-cff61605fb7260ab60d1abd4e295b71a533869ac.zip |
docs : make modifications to all md files to make them compatible with mkdocs
all markdown files must have a single H1 heading at the top.
Signed-off-by: Damien Martin <damlobster@gmail.com>
Update CNAME
Diffstat (limited to 'docs/Slicers.md')
-rw-r--r-- | docs/Slicers.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/Slicers.md b/docs/Slicers.md index 6a8c5707..5cc678ec 100644 --- a/docs/Slicers.md +++ b/docs/Slicers.md @@ -1,14 +1,16 @@ +# Slicers + This document provides some tips for configuring a "slicer" application for use with Klipper. Common slicers used with Klipper are Slic3r, Cura, Simplify3D, etc. -# Set the G-Code flavor to Marlin +## Set the G-Code flavor to Marlin Many slicers have an option to configure the "G-Code flavor". The default is frequently "Marlin" and that works well with Klipper. The "Smoothieware" setting also works well with Klipper. -# Klipper gcode_macro +## Klipper gcode_macro Slicers will often allow one to configure "Start G-Code" and "End G-Code" sequences. It is often convenient to define custom macros in @@ -24,7 +26,7 @@ START_PRINT and END_PRINT macros. See the [config reference](Config_Reference.md#gcode_macro) for details on defining a gcode_macro. -# Large retraction settings may require tuning Klipper +## Large retraction settings may require tuning Klipper The maximum speed and acceleration of retraction moves are controlled in Klipper by the `max_extrude_only_velocity` and @@ -39,7 +41,7 @@ finds the toolhead seems to "pause" during retraction and priming, then consider explicitly defining `max_extrude_only_velocity` and `max_extrude_only_accel` in the Klipper config file. -# Do not enable "coasting" +## Do not enable "coasting" The "coasting" feature is likely to result in poor quality prints with Klipper. Consider using Klipper's @@ -52,20 +54,20 @@ between moves. This is likely to make blobbing worse, not better. In contrast, it is okay (and often helpful) to use a slicer's "retract" setting, "wipe" setting, and/or "wipe on retract" setting. -# Do not use "extra restart distance" on Simplify3d +## Do not use "extra restart distance" on Simplify3d This setting can cause dramatic changes to extrusion rates which can trigger Klipper's maximum extrusion cross-section check. Consider using Klipper's [pressure advance](Pressure_Advance.md) or the regular Simplify3d retract setting instead. -# Disable "PreloadVE" on KISSlicer +## Disable "PreloadVE" on KISSlicer If using KISSlicer slicing software then set "PreloadVE" to zero. Consider using Klipper's [pressure advance](Pressure_Advance.md) instead. -# Disable any "advanced extruder pressure" settings +## Disable any "advanced extruder pressure" settings Some slicers advertise an "advanced extruder pressure" capability. It is recommended to keep these options disabled when using Klipper as |