Filaments mechanism and slicer
-
Hello,
I'd like to use the filaments mechanism in dwc in the future for setting temps and speeds for the loaded filaments.
Until now, i only set the parameters with the slicer (cura).
How do i need to handle it in cura, that it doesn't insert the parameters like temps and speeds in the gcode?
Do i need something like a postprocess which replaces the parameters?Thanks an advance
-
Nobody here who can give me a hint?
-
If you add a heating command to your start gcode even just a dummy one, Cura won't insert it's own values. You may also be able to tell Cura you don't have a heater. For the bed at least.
-
I can't help with Cura but I use my own "pre-print" macros that do everything, and in Prusa Slicer, under ="Filaments" I set all the temperatures (first layer, other layers, and both nozzle and bed) to 0 (zero). That suppresses all temperature commands from being inserted in the gcode file. In the custom gcode section of Prusa Slicer - filaments I have one line which is M98 P"0:/macros/PrePrintABS.g" (or PrePrint PLA, or PrePrint PET-G as appropriate).
-
@deckingman @Phaedrux Thanks for your inputs. I will try it with temp=0