ryannining
ryannining
After install latest 2.7.14 python and using PIP to get WXpython. Need to change configtool code AddSpacer have been replaced with just Add. wx.OPEN change to wx.FD_OPEN wx.CHANGE_DIR to wx.FD_CHANGE_DIR...
[complete calculation code](https://gist.github.com/ryannining/48a8526a76b048fd009533e57543c1c6) I try to create mini code to check the ramping code of the teacup, compared to other firmware code. And then measure time each step needed. The...
I was printing this test object And the x y movement is very stuttering. So i investigate and found this piece of code fix that and make the high polygon...
I am working on repetier host compatibility, including the Eprom manager so user can change machine setting on the repetier host. https://github.com/repetier/Repetier-Host/wiki/EEPROM-settings  The description is short to save memory....
I have modify by copy paste ARC implementation from repetier. and found problem when calculating the arc radius. i also have problem with square root32, then i take code from...
does it work on xiaomi phone on portrait mode ? i try the demo web, it says no depth data.
In PHP you have 2 part, execute query and then fetch the result one by one, this is save resources and very fast. I am comparing fetching 100000records and php...
I have some code like this ``` ngx.ctx.uploads={} --m.getupload() ngx.req.read_body() ngx.ctx.posts={} args, err = ngx.req.get_post_args() for key, val in pairs(args) do ngx.ctx.posts[key]=val ngx.ctx.gets[key]=val ``` and m.getupload is using your library,...
Nice project, i want to integrate on my Inkscape CAM karyaCNC. I read some the code, and i think i already done the fix path winding and path tree to...
Its says ISR on in IRAM, but its work on SDK 2.7xx, havent found the solution