Ghostkeeper
Ghostkeeper
That's the Simplify3D approach, yes. Like I said though, that also has some disadvantages that awhiemstra and I pointed out.
Our project manager removed this from our planning. We won't be getting time to implement this any time soon.
XYZPrint seems to have the same approach as Simplify3D print then (referring to [my earlier post](https://github.com/Ultimaker/Cura/issues/2779#issuecomment-346945766) in this thread), except that the current rotation angles are shown and transformations are...
> Repetier has it and it works. Repetier has the same behaviour: http://dulek.net/work/repetier_nonuniform_scale.mkv Edit: Change container format because Firefox wouldn't play mp4.
Thank you for investigating that so thoroughly! The 3MF specification requires that object IDs are defined before they are used: https://github.com/3MFConsortium/spec_core/blob/1.2.3/3MF%20Core%20Specification.md#34-model . In that case, the current code would work....
I found that indeed the spec requires that IDs are unique in the "3D model": https://github.com/3MFConsortium/spec_core/blob/1.2.3/3MF%20Core%20Specification.md#34-model , and that a 3D model is contained in a single XML document in...
I'll use your PR, but extend it a bit so that it prefers resources from the current file :) It's a good start. (But more likely tomorrow or next week...
Thank you Vijai, but I'd rather not. That library is compiled, which means that I'd need to either limit the extension to a single platform, or dynamically load the correct...
The automated code style check is complaining that there's whitespace characters on an empty line at line 146 of import_3mf.py. I'll fix that up for you if/when merging, it's a...
Our font size is dependent on the system's font scale. This can vary wildly depending on the OS settings (for accessibility etc) and screen DPI settings. And the rest of...