Search found 3 matches

by valadas
Sat Nov 30, 2019 12:16 am
Forum: Software
Topic: color mixer works out of the box for linux. Please make it available
Replies: 4
Views: 9277

Re: color mixer works out of the box for linux. Please make it available

Hi William, I have a modified version of this program which works for gcode cura slicer and in linux, can I publish it? Legally speaking it's pretty OK to do it for myself because I live in the European Union. However this software is shipped without a license and without copyright so I'm not quite ...
by valadas
Thu Nov 28, 2019 8:55 am
Forum: Software
Topic: color mixer works out of the box for linux. Please make it available
Replies: 4
Views: 9277

Re: color mixer works out of the box for linux. Please make it available

Can someone please confirm if the mac version works at all? I'm hitting an infinite loop, while loading the UI. After fixing that I see the model fails if it doesn't starts with 'G1 Z15 F' or 'G1 Z15.0 F' There is no way this can work: def analyse_gcode(self, path): self.reset() with open(path, 'r')...
by valadas
Thu Nov 28, 2019 7:11 am
Forum: Software
Topic: color mixer works out of the box for linux. Please make it available
Replies: 4
Views: 9277

color mixer works out of the box for linux. Please make it available

The color mixer software is essentially a pyQT5 application, both in the cases of windows and mac it's the same application. We can see everything by downloading the mac application (the windows one too but it's a bit more complicated). And it's pretty easy to get running. Given that it's so simple ...