Slicer Configuration
Klipper Made Easy OS – Slicer Configuration
Release: V:20220121-01 (Alpha 3)
Release Notes – V:20220121-01 (Alpha 3):
Starting with V:20220121-01 (Alpha 3) a full set of macros is now included with KME. In order to take full advantage of these, you need to add the following settings to Cura, SuperSlicer, or your favorite slicer software.
Cura
Settings -> Printers -> Manage Printers -> (Select Printer) -> Machine Settings:
Start G-code Box:
TIMELAPSE_TAKE_FRAME
START_PRINT BED_TEMP={material_bed_temperature} EXTRUDER_TEMP={material_print_temperature} BMP=default
End G-Code Box:
END_PRINT
TIMELAPSE_RENDER
Marketplace (Button) -> Plugins -> Install “Post Processing” by Ultimaker B.V.
Extensions -> Post Processing -> Modify G-Code:
Post Processing Scripts -> Insert at layer change:
When to insert: Before
G-code to insert: TIMELAPSE_TAKE_FRAME
KNOWN CHALLENGES:
None.
SuperSlicer
Printer Settings -> Custom G-code:
Start G-code Box:
TIMELAPSE_TAKE_FRAME
START_PRINT BED_TEMP=[first_layer_bed_temperature] EXTRUDER_TEMP=[first_layer_temperature] BMP=default
End G-Code Box:
END_PRINT
TIMELAPSE_RENDER
Before layer change G-code Box:
TIMELAPSE_TAKE_FRAME
KNOWN CHALLENGES:
None.