chaffra

Results 16 comments of chaffra

Plus I think the aspect ratios are different between using assemblies and using the stack directly. The bumps look taller when using assemblies. ![image](https://github.com/CadQuery/cadquery/assets/2158653/3c5081e0-336b-4773-b45f-a0177919e69e) ![image](https://github.com/CadQuery/cadquery/assets/2158653/cff4ceca-fb61-4329-8ecf-3897c3bd96f1)

any workarounds? it would be good to have this solved. Also unicode characters in names or labels are not displayed correctly either. You can use them for attribute names but...

Me too. Same issue after enabling Bluetooth on my ubuntu

Nothing in the cell output. Just an empty CadDocument widget. This is what I am getting in the console when I execute the example above. I am running the conda...

Figure it out. Posting solution for others: ``` def rename(doc, old_name, new_name): if new_name == old_name: return new_obj = doc.get_object(old_name) new_obj.name = new_name doc.add_object(new_obj).remove(old_name) ```

Yes, I can contribute. Let me submit a pull request. I am know new here so will try and follow the coding guidelines.