Page 1 of 1

Changing a layer flow rate in a script?

Posted: Mon May 10, 2021 11:21 am
by RoboDLC
There is one feature that I really like in CURA where you can increase the flow rate on the first layer to get a better "smoosh" and a smoother surface. S3D only allows you to change the line width, that REALLY isn't the same thing. There are a variety of hidden scripting changes that you can make at various points in an S3D print.

Has anyone found a way to increase the first layer flow rate? Or, perhaps even better, arbitrarily change the flow rate at any layer?

be well,
DLC

Re: Changing a layer flow rate in a script?

Posted: Mon May 10, 2021 1:09 pm
by dkightley
Here's a very simple way of achieving the same result......

1) Increase the first layer height
2) Reduce the Global-Z height.


Just because there isn't a setting that says "Make a cup of tea." it doesn't mean you're going to go thirsty!!


I do know of a way to increase the flow rate for one specific layer.....but you'll like that solution even less than what I've suggested above.

Re: Changing a layer flow rate in a script?

Posted: Mon May 10, 2021 5:50 pm
by parallyze
RoboDLC wrote: Mon May 10, 2021 11:21 am Has anyone found a way to increase the first layer flow rate? Or, perhaps even better, arbitrarily change the flow rate at any layer?
Maybe the printers firmware supports something like this?

https://marlinfw.org/docs/gcode/M221.html
(Set Flow Percentage)

Using the post processing tab it should be easy to change flow rate at specific layers.

Re: Changing a layer flow rate in a script?

Posted: Wed May 12, 2021 4:15 pm
by RoboDLC
dkightley wrote: Mon May 10, 2021 1:09 pm Here's a very simple way of achieving the same result......

1) Increase the first layer height
2) Reduce the Global-Z height.


Just because there isn't a setting that says "Make a cup of tea." it doesn't mean you're going to go thirsty!!


I do know of a way to increase the flow rate for one specific layer.....but you'll like that solution even less than what I've suggested above.
That is a clever dodge. I didn’t think of that.

DLC