Ghostkeeper
Ghostkeeper
We're not calling `CPACK_SET_DESTDIR` as far as I can see, so it shouldn't be using DESTDIR at all :confused:
I don't think I have the same problem as you. However I still have the problem that if I do `make install` it asks me for admin permissions to create...
I see it now in the [setup](https://github.com/irmen/pyminiaudio/blob/master/setup.py#L35) script. Then considering these fields are implemented with `self.xyz = abc` lines in the `__init__`, how would you propose that this documentation best...
It is contained in the `DecodedSoundFile.samples` field. I've added documentation in #63, as I was also bothered by it.
Looks like it's because the figure is built through armatures. In the export it iterates over all Blender objects it received through the export operator, and only writes objects that...
May be a duplicate of https://github.com/Ghostkeeper/SettingsGuide/issues/80, since the symptoms are similar.
I'm also unable to reproduce this issue, and the log files don't say anything about it.
You probably used a different layer height back then, or scaled the model differently. 914 is about 50% more than 595 (actually 53.6%).
Maybe the speed was set to 0.0001mm/s or the layer height to 1 carbon atom's width.
You could make a post-processing script (called "plug-in" in legacy Cura) that does this for you. Every G1 command gets preceded by your "Turn extrusion on" command. Every G0 command...