mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
3D printer / slicing GUI built on top of the Uranium framework
![]() Some brim settings seemed to behave as if they where linked, when in fact for any extruder set to -1 the 'default extruder' was set by some hacky code that supposedly fixes a 'dissallowed area' issue, very likely also related to the skirt/brim settings. Since dissalowed area for skirt/brim will not be a thing anymore, at least in the front-end, due to CURA-9066 (the 'parent' jira ticket that was blocked by this bug); it was sinplest just to remove the hack altogether. (Otherwise we'd have to make an artificial distinction between -1 and None as it relates to 'Not Set/Used' versus 'Not Overridden', only to then force it back to -1 in situations that call for it -- like communicating to the engine.) CURA-9553 |
||
---|---|---|
.github | ||
.run_templates | ||
cura | ||
docs | ||
packaging | ||
plugins | ||
resources | ||
scripts | ||
tests | ||
.gitignore | ||
.pylintrc | ||
CITATION.cff | ||
CMakeLists.txt | ||
conandata.yml | ||
conanfile.py | ||
contributing.md | ||
cura-logo-dark.PNG | ||
cura-logo.PNG | ||
cura.sharedmimeinfo | ||
cura_app.py | ||
CuraVersion.py.jinja | ||
LICENSE | ||
pytest.ini | ||
README.md | ||
requirements-dev.txt | ||
requirements-ultimaker.txt | ||
requirements.txt | ||
SECURITY.md | ||
Ultimaker-Cura.spec.jinja |