Mihail Vasiliev

Results 3 comments of Mihail Vasiliev

I've made some coding on this. (https://github.com/mickvav/openscad/commit/493409033d4e55ab45ad8b37a3bf8bfc306a427c) But it increases memory footprint and solves your problem in a different way - you can do, say color("red") projection(cut=true) translate([0,0,-5]) cube([10,10,10]);

It wasn't pulled upstream, so yes - in general, you need to rebuild it. It's not so difficult - just install the requirements and follow the instructions, AFAIR. Those export-related...

If I want to remove all the "old" data from all my rocksdb tables, is it safe to just remove all .sst files, older than that "old" date? Will I...