tatarize

Results 728 comments of tatarize

Phase 2 would also need to instance the commandLengthQueue: ```java commandLengthQueue = new ArrayDeque(); ``` And maybe make the whole thing optional, so GRBL isn't forced into using that, or...

You might be right. Though with it uninitialized it would never really kick in. I was mostly focused on making sure it broke nothing, but making phase 2 of that...

You're right it needs to be checked. The current behavior should be unchanged if isWaitForOKafterEachLine is set. But, keep in mind this isn't fully implemented it's just tweaked and broken...

I've mapped out all the commands and properties for Ruida controllers. My ends are a bit different, namely I'm writing an emulator so I can control my laser cutting software...

It'll automatically close if/when #180 is merged. This actually looks quite good. The stuff that needs to be configurable is configurable. I will say that some other version of the...

Okay, cloned a fresh repo. Ran it. `LibUsbException: USB error 3: Could not claim the interface: Access denied (insufficient permissions)` Trying again, running netbeans as Administrator. Apparently not good enough...

Attempted again, after uninstalling and reinstalling viscut. Gave another insufficient permission error, even from root. I ran it successfully during testing. Not sure if anything changed or if it's just...

Even with windows being weird raspberry pi *should* work, but sometimes the permission error is actually a permission error and the OS doesn't have access. If sudo fixes it, then...

You could also just modify the `LaserCutter.java` class directly to include those commands. So give it a bunch of stuff to check what it supports. ```java /** * If you...

Well, the UI wouldn't have to bloat at all. You could support the feature in the driver and yet, never give a crap in the UI that that is a...