Emery Denuccio

Results 24 comments of Emery Denuccio

Extremely slow here as well. Terminal sessions take 10 seconds to initialize with avn on.

I don't have a CNC machine anymore. I added you as a collaborator if you want to work on the project.

Could this be due to linuxcnc using z- as towards the bed, and gcanvas using z+? Try ctx.map('xy-z') Still debating weather or not to invert Z by default. It makes...

As for non inverse time mode feeds. What exactly goes wrong with G93? There's a lot I can do to make it works across different drivers but I need to...

Oh and you can currently get around G93 by just not setting ctx.feedrate and setting it beforehand in your controller, or `ctx.driver.send('F1000')` I recently learned that GRBL doesn't support G93....

Yo. Try it now. I went ahead and inverted Z by default so Z- is towards the bed like everything else uses. Also I published an early version of my...

Actually that is -Y... Ok... two problems here. 1. Y is still opposite of linuxcnc... : [ my bad 2. I should have made the map() string have some separator...

Actually.. I don't know if I wanna do that yet. I have to think about it. I'm wondering if lineTo(100,100) becoming g1 x100 y-100 is a lot worse than not...

Z didn't matter because standard canvas has no Z, but when Y gets inverted that's kinda f'ed.

FYI - You could do this by writing a custom purgecss extractor that matches all of your named functions and map them back to the CSS selector. Then you could...