What slicers support G10 temperature changes?
-
Does anyone know what slicers support using G10 instead of M104 for setting the active temperature? So far, I can only find that S3D supports this. Prusa Slicer and Cura don’t appear to.
In case you’re not familiar with why I ask this, please see this post.
EDIT:
Wondering if it's even worth it to use G10 commands for temp since my machine is single extruder. Do most people just have the slicer send M104 to set the temp and M104 S0 in the end script and not deal with controlling the active and standby temperatures separately?
Thanks!
-
@mwolter This doesn't directly answer your question but personally, I set all the temperatures to zero in the slicer, then use macros in my start and end gcodes to set the temperatures, and I use G10 to do that.
This allows me to run other macros to do things like carrying out homing and nozzle wiping while the bed is heating, rather than having to wait for it to reach temperature as I would otherwise have to do when the slicer sets the start temperatures. -
The cloud based Canvas slicer allows you to use whatever commands you want.
https://canvas3d.io -
I use this in slicer PE start gcode
G10 P0 R100 S[first_layer_temperature] ; set temp and standby temp