-
-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CURA-10829] Option to not use small skin areas on surface #1925
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2fddaf0 - Browse repository at this point
Copy the full SHA 2fddaf0View commit details -
Add setting to prevent the top layer from doing small-skin behaviour.
Actually the other way around, so we don't have another negation you have to turn on to turn off (and so the default can be false I suppose). The idea is that recently, a feature was introduced where there should be walls instead of normal skin in small hard to reach places of the model. However, this is to be excluded in most cases for all the top-layer parts exposed to air on the buildplate. implements CURA-10829
Configuration menu - View commit details
-
Copy full SHA for b4d1828 - Browse repository at this point
Copy the full SHA b4d1828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 279d938 - Browse repository at this point
Copy the full SHA 279d938View commit details -
Fix include-issue exposed by auto-formatter.
done as part of CURA-10829
Configuration menu - View commit details
-
Copy full SHA for 8677b10 - Browse repository at this point
Copy the full SHA 8677b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c375d0 - Browse repository at this point
Copy the full SHA 6c375d0View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b2aa3e - Browse repository at this point
Copy the full SHA 2b2aa3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5460306 - Browse repository at this point
Copy the full SHA 5460306View commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0bc6953 - Browse repository at this point
Copy the full SHA 0bc6953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca463b - Browse repository at this point
Copy the full SHA 4ca463bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fca128c - Browse repository at this point
Copy the full SHA fca128cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 4f34f34 - Browse repository at this point
Copy the full SHA 4f34f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a31cc3 - Browse repository at this point
Copy the full SHA 6a31cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e122c - Browse repository at this point
Copy the full SHA a3e122cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 921af0e - Browse repository at this point
Copy the full SHA 921af0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac1860 - Browse repository at this point
Copy the full SHA 6ac1860View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c64929 - Browse repository at this point
Copy the full SHA 2c64929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cebd6d - Browse repository at this point
Copy the full SHA 4cebd6dView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for abbed4c - Browse repository at this point
Copy the full SHA abbed4cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 4ac9c44 - Browse repository at this point
Copy the full SHA 4ac9c44View commit details -
Merge branch 'CURA-10927_fix_numtype_regression_candidate0' into CURA…
…-10829_dont_expose_small_skin_to_air
Configuration menu - View commit details
-
Copy full SHA for 63386af - Browse repository at this point
Copy the full SHA 63386afView commit details
Commits on Aug 12, 2023
-
Merge branch 'CURA-10670_reenable_small_skin_area' into CURA-10829_do…
…nt_expose_small_skin_to_air
1Configuration menu - View commit details
-
Copy full SHA for a2ed0bc - Browse repository at this point
Copy the full SHA a2ed0bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac86c03 - Browse repository at this point
Copy the full SHA ac86c03View commit details
Commits on Aug 15, 2023
-
Also possible to exclude bottom from small skin behaviour.
Small skin areas replace the normal fill pattern and use walls. Previously in this branch, the possibility was added to not do that to areas exposed to air. It turns out this means in general, not just on the buildplate (also, bottoms can happen away from the buildplate as well of course). As such, take skin bottoms into account of when to exclude areas for consideration when 'Small Top/Bottom On Surface' is off. part of CURA-10829
1Configuration menu - View commit details
-
Copy full SHA for f8818e1 - Browse repository at this point
Copy the full SHA f8818e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e8d340 - Browse repository at this point
Copy the full SHA 3e8d340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d365a - Browse repository at this point
Copy the full SHA 28d365aView commit details -
Was still left over from the code review for CURA-10670, committed as part of CURA-10829.
1Configuration menu - View commit details
-
Copy full SHA for b85dd9f - Browse repository at this point
Copy the full SHA b85dd9fView commit details
Commits on Aug 16, 2023
-
Inner countour needs to be unioned and re-intersected anyway to fix s…
…pill. And the union _with_ prevent_small_exposed_to_air doesn't hurt if the area us 0 anyway. Done as part of CURA-10829, but fixes a bug found when QA'ing CURA-10670, which was split off and numbered CURA-10945.
Configuration menu - View commit details
-
Copy full SHA for 5a0ae57 - Browse repository at this point
Copy the full SHA 5a0ae57View commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef687fe - Browse repository at this point
Copy the full SHA ef687feView commit details