Working triple Color Mixer for Cura 4.4.1 (NodeJS)
Working triple Color Mixer for Cura 4.4.1 (NodeJS)
Being disappointed with the issues of standard Geeetech color mixer software that fails to work with the Cura gcode (mode with three extruders), I wrote simple color mixer for NodeJS. I have tested it on my A20T and found no errors. Sources in attachment.
Re: Working triple Color Mixer for Cura 4.4.1 (NodeJS)
Never mind figured it out.
Re: Working triple Color Mixer for Cura 4.4.1 (NodeJS)
Cannot get it to work. Either it errors out at 99.5% on 216 layer gcode or returns nothing at all.
layer: 215 progress 99.5%
(node:20448) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'indexOf' of undefined
at mixColorForRange (C:\Users\cjmdh\Desktop\3D Projects\mixer\mixer.js:63:17)
at start (C:\Users\cjmdh\Desktop\3D Projects\mixer\mixer.js:13:4)
(node:20448) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:20448) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
layer: 215 progress 99.5%
(node:20448) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'indexOf' of undefined
at mixColorForRange (C:\Users\cjmdh\Desktop\3D Projects\mixer\mixer.js:63:17)
at start (C:\Users\cjmdh\Desktop\3D Projects\mixer\mixer.js:13:4)
(node:20448) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:20448) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Re: Working triple Color Mixer for Cura 4.4.1 (NodeJS)
You have to properly set config.json according to layers amount of your model and your color-mix scheme. Do not use my config.json.
Re: Working triple Color Mixer for Cura 4.4.1 (NodeJS)
Yes, made my own config. Layers were 216, used my own mix but still received the error.
Re: Working triple Color Mixer for Cura 4.4.1 (NodeJS)
How do I use/install this possum mixer
Re: Working triple Color Mixer for Cura 4.4.1 (NodeJS)
Hi, can somebody help us?