-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 doesn't use the Support X/Y Distance set on individual custom support #9882
Comments
Hi @5axes thank you for your bug report. |
Developers: See internal ticket CURA-8260 |
The X/Y distance currently functions as a per-object setting like "how much distance should support keep from this model". Since support is not keeping distance from other support meshes, overriding the setting in a support mesh is useless. |
Basically there are conflicting requirements here then. The Support X/Y Distance says "all support needs to keep this much distance from the model". The model still has a Support X/Y Distance set to 1.0mm (because the extruder's setting is not specialised for the model), so all support keeps 1.0mm distance from the model. Including that custom support. What would you expect to happen if you set the Support X/Y Distance for the model to 2.0mm and the Support X/Y Distance for the support mesh to 0.16mm? |
On my point of view if we can define a value on a customized support , this value should be the final distance between the Model and this particular support. If you can specify a value ( here it's the X/Y Distance) this value should be used to calculate the support according to your local modification and the other support will be calculated according to the general settings. |
Similarly, if we can define a value on a single model, this value should be the final distance between that model and all the support. You have two distances here. Both can be specialised, for either of the models. Cura says that the value specialised in the individual meshes wins. You say that the value specialised in support meshes should win. In reality, they are conflicting constraints. The conflict is currently resolved in the way that I would expect, but not in the way that you would expect. There is a ticket for it now though, so another developer should eventually look at it to see whom they agree with. |
Is this still an issue in current Cura versions (5.8.0 and up)? Can this be closed? |
Application Version
Not related to release exist for a long time but still there in 4.9
Reproduction steps
Define a custom support
Set an individual Support X/Y Distance
Set an other value for this settings in the Global profil
Actual results
Cura will only use the global settings to create the support
Expected results
As it is possible to define an individual value for every support expecting to be able to modify localy the result.
Note : Certainly same type of limitation as this report : #8082 (CURA-7610 for other developers)
Additional information & file uploads
The text was updated successfully, but these errors were encountered: