Shawn A
Shawn A
I get this alot and have to restart cura. Let me know what you need to debug, thanks..  https://github.com/Ultimaker/Cura/issues/6733
`0xFF272822` alpha - R - G - B R - G - B - Alpha No idea how you could allow both without some kind of user toggle?
Workaround ```C++ #if defined(ARDUINO) && ARDUINO >= 100 #include "Arduino.h" #else #include "WProgram.h" #endif ```
you can use setpoints without _m and set degree to Hermite ```C++ x.setPoints( float x[], float y[], int numPoints ); x.setDegree(Hermite); ``` Then calc will access _m[i], _m[i+1] which is...
in st3 The hotkeys defined in default config still work when there is a user config with different hotkeys defined. can't override `ctrl+shift+r` ( which breaks find symbol in project...
setBrightness is pixel destructive. But the example loop does not reset the pixel colors, so it only fades once then just sits there dimming black up and down. Need to...
Cannot find library by author name, other effects are minimal afaik. as per library manifest docs `author - name/nickname of the authors and their email addresses (not mandatory) separated by...
This library should support all streams equally, it would make it more useful. It is often useful to have both tethered and ip logging interfacing - [ ] add serial...
allow tokens to replace `(...)` bracket enclosures I have my own syntax highlighter and use `[..]` brackets for debug features It looks like this might be an easy change
For some reason my cpu reporting has been at 0% since like 10/7 Any hints where I can test this endpoint and see whats going on? All other metrics seem...