daid

Results 11 issues of daid

When I read about this tool on the RepRap wiki, I had some high hopes for it. But I just tested it, and for me it seems to generate a...

First off, THANKS. DrMingw and especially the "exchndl" part that you can link to your application is a great help. I was wondering if it's possible to add the functionality...

enhancement
wontfix

Fixes #82, replaces and based on #654, including rebase and fixes. - [ ] Add a mechanism so that RGBASM-elided references are still emitted - [ ] Add more tests...

enhancement
rgblink
WIP

![image](https://user-images.githubusercontent.com/964186/125268664-3302d800-e308-11eb-98b1-aeaf7d134c42.png) Measured on my CGB by shorting the serial in pin with ground and then release it. While the CGB is on. Did not measure the DMG yet. So just...

There are two versions of RenderModes, that use different values: https://github.com/Ultimaker/Uranium/blob/master/UM/View/Renderer.py#L14 https://github.com/Ultimaker/Uranium/blob/master/UM/View/RenderBatch.py#L34 renderer.queueNode() in Cura uses the Renderer one: https://github.com/Ultimaker/Cura/blob/master/plugins/SolidView/SolidView.py#L61 However, the implementation acts as the one RenderBatch version. I...

enhancement

I've added support to the drawText function to limit the amount of text lines drawn, as well as to skip the first X lines to draw. This to add scrollable...

libclipper is one of the workhorses for CuraEngine, seeing that there is a newer version which has better performance: http://www.angusj.com/clipper2/Docs/Changes.htm You might get overall beter performance in Cura if this...

dependencies

This works by having configuration values use a different method to check for changes. Example usage, just replace a member this way: Old: ```C++ int32_t parent_id = 0; ``` New:...

Not sure what all was changed around this, but emulator reset no longer works properly. If you run this example: https://raw.githubusercontent.com/daid/gameboy-assembly-by-example/master/graphics/sprites.asm The first run is fine, and the 2nd run...