I might just be doing this wrong, but I have a startup script that optimizes my startup time for printing by pre-heating my tools and bed so they all are at temps at the same time. I can't get it to work in S3D as I can't call out the various tools used in the process. I can manually put them in, but I prefer the variable names in case I change things.
Typically in other slicers, I would do something like
Code: Select all
M568 P[tool1] S[tool1_temp] R[tool1_temp_inactive]
M568 P[tool1] A2
The only variables I could find for S3D dealing directly with the tools were:
Code: Select all
[current_tool]
[first_tool]
[last_tool]
Are there any other variables that directly relate to the tools created in the Process?