Hi,
I am trying to use some macros in Klipper, and need several pieces of information to pass from the slicer to the macros. What I am looking for is listed in the gCode file created by S3D in these lines:
; layerHeight,0.30000
; extrusionWidth,0.40000
; makerBotModelMaterial,pla
My macro call looks like this:
print_start EXTRUDER=[extruder0_temperature] BED=[platform0_temperature] LAYER=0.30 FILAMENT=PLA EXTRUSION=0.40
This is needed for parity with Orca and other slicers!
Thanks!
John