Hi @CalebPetersenPhD. Cura is basically a two-part application. The front end that provides the UI and all of the settings stuff and the back end (CuraEngine) that actually does the heavy lifting to turn the model into g-code. The PR I cited above is what is required to be changed in the front end, there is also a PR that makes changes to the back end. So without both PR's being applied and the application rebuilt, it's not going to be effective. There seems to be a bit of a log jam with the processing of contributions to Cura at the moment so I really can't say when they may get around to evaluating that contribution and considering incorporating it into a future release. Sorry to have got you all excited!
-
1
Recommended Posts
burtoogle 509
Hello @CalebPetersenPhD, this feature has been programmed but hasn't yet made it into Cura (see https://github.com/Ultimaker/Cura/pull/4561).
Link to post
Share on other sites
CalebPetersenPhD 0
Thanks for the response @smartavionics, I looked into it a bit more and it seems like that page you linked is saying that you can edit expert.cfg in /resources/setting_visibility by adding the following lines to the [material] section:
wall_material_flow
wall_0_material_flow
wall_x_material_flow
skin_material_flow
roofing_material_flow
infill_material_flow
skirt_brim_material_flow
support_material_flow
support_interface_material_flow
support_roof_material_flow
support_bottom_material_flow
And also moving prime_tower_flow from [dual] to [material]. But when I do this in my Windows installation of Cura 4.0 and then relaunch Cura, the flow settings still aren't available... do I have to build it from source?
Link to post
Share on other sites