You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
insert flow control for the top / bottom layer only. This feature is fundamental and already present in all the other slicers. It is even present in super prusaslice!
The text was updated successfully, but these errors were encountered:
An example of a quite powerful G-code modification by a reasonably complex regular expression: Increase the extrusion rate of top solid infill from the default 95 percent to 98 percent.
Find: (;TYPE:Top solid infill\n)(.*?)(;TYPE:|$)(?!Top solid infill)
Replace with: ${1}M221 S98\n${2}M221 S95\n${3}
Modifiers: regexp, single line
We are considering adding some sort of "per-feature" flow setting in the future.
I am closing this issue as a duplicate. You can continue discussion here #7200.
insert flow control for the top / bottom layer only. This feature is fundamental and already present in all the other slicers. It is even present in super prusaslice!
The text was updated successfully, but these errors were encountered: