UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
The TwoTrees base definition file defines a lot of support settings. Those settings carry over to all their regular definition files. The Creality and Artillery definitions do not have support presets in their definitions.
One of the problems may be this line in your "two_trees_base.def.json" file:
"support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 25" }
The effect of that line is that every time you switch from Normal to Tree supports the Support Density will go to "0" and the problem will show up.
Related to that is this line:
"support_wall_count": { "value": 0 }
With no walls and no infill you have no support stucture except for the brim.
You should probably go back to TwoTrees support and let them know.
If you go to Custom settings you can make the "Support Density" setting visible and change it to something other than "0" and the support structure will show up.
In the Cura 5.8 stable release, everyone can now tune their Z seams to look better than ever. Method series users get access to new material profiles, and the base Method model now has a printer profile, meaning the whole Method series is now supported in Cura!
We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
Recommended Posts
GregValiant 1,358
The TwoTrees base definition file defines a lot of support settings. Those settings carry over to all their regular definition files. The Creality and Artillery definitions do not have support presets in their definitions.
One of the problems may be this line in your "two_trees_base.def.json" file:
"support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 25" }
The effect of that line is that every time you switch from Normal to Tree supports the Support Density will go to "0" and the problem will show up.
Related to that is this line:
"support_wall_count": { "value": 0 }
With no walls and no infill you have no support stucture except for the brim.
You should probably go back to TwoTrees support and let them know.
If you go to Custom settings you can make the "Support Density" setting visible and change it to something other than "0" and the support structure will show up.
Link to post
Share on other sites
peerhu 0
You're right! When support wall line count changed to 1 the tree appeared.
Thank you for the info!
Link to post
Share on other sites