-
-
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
Unable to rename groups/"erasers" #9531
Comments
Please report issues with the meshtools plugin with the developer of that plugin: https://github.com/fieldOfView/Cura-MeshTools |
Thanks, it's hard to find the plugin Github pages. |
The marketplace shows the website for most plugins. That's where I got this from. |
You had to look it up? For shame! |
Psh, you have so much plugins and I had the marketplace open :P |
I looked into the issue of renaming groups using the MeshTools plugin, and it turns out that Cura renames the group right back to Shall I create a PR to make that code a bit more permissive of other names (as long as there is a name), or is there a reason to force the group names to (for reference: the MeshTools issue opened by @KenLucke is here: fieldOfView/Cura-MeshTools#20) |
Fixed link to where it gets renamed (permalink this time): Line 171 in 4bf440b
|
This seems to originate from here: c839bc1 As far as I can tell, the purpose of this is just to make sure the groups have some recognisable/identifiable name, rather than an empty string or all having the same name when groups are created. If the group names are unique by default, it's fine that they get given other names. So a pull request to fix this would be welcome! Otherwise I'll propose this to the team, but I must say that I don't expect our PO to give this a lot of priority as you might understand. |
I'll create a PR that does something smart with the group names then. |
Application Version
4.8.0
Platform
Mac OS 10.15.7 (Catalina)
Printer
N/A
Reproduction steps
Group some objects
Attempt to rename the object group or support blocker ("eraser") via Mesh Tools > Rename
Actual results
Rename Dialog appears, allows entry, but fails to rename group or support blocker.
Expected results
Should allow all objects - models, support blockers ("erasers"), and groups - to be renamed, for clarity in the Objects List.
claws.3mf.zip
The text was updated successfully, but these errors were encountered: