Add possibility to schedule the changing of the Speed, Flow, Fan and Temperatures values

Is it possible to add scheduling while changing the Speed, Flow, Fan or Temperatures values?
For example, I want to reduce the Flow not now (current Layer is 340, for example), but at Layer 505

Comments

  • Not during print. We need to know the g-code when we start. You can use the g-code editor and add the command to the code before you add print to queue. It already has a layer selector so you just need to add the line at the layer start.

    You can also add a function call in slicer that calls the function every layer and with a wizard you could program to set the layer and code to insert next. When the layer does not match the next layer value it does nothing. When layer is reached it would set action layer to -1 to not trigger it again.
Sign In or Register to comment.