Separate names with a comma.
Some features disabled for guests. Register Today.
Check out the source code for CONTROL on GitHub.
Realtime commands aren't text strings, but ascii, should be sent accordingly.
That's how OpenBuilds CONTROL handles it. Sends a max distance move on keydown, sends the cancel command on keyup (fixed feed throughout the move...
The buffer is internal. Check out the Jogging page of the wiki to see a method of short moves + cancel jog realtime commands
That does seem computer related (macOS randomly unmounted the DMG)
Please contact the store via Support > New Ticket for assistance
Sidenote, easier to capture readable screenshots directly (not with camera) Use Snipping Tool to capture screenshots - Microsoft Support
Correct, you need a "rs232 to 5v ttl converter" of some sorts (MAX3232 based for example)
See Getting started with Javascript Macros in CONTROL / Library of Macros created by the community for examples of the power of JS macros
Checkout the Software section of the Documentation ^ Link's on the toolbar above. We have a Fusion360 post there
Y2 is the remappable port. XYZ is always XYZ. X2 will be on the Y2 spare port
You can build custom firmware using the grblHAL Web Builder. Ganged X motors is a dropdown on the first tab. Once built you can flash it using...
Tramming can effect squareness, which can affect measurements. See Tramming: A generic guideline For example, X and Y not square to each other...
Intermittent wiring symptoms can indicate cable damage too. Bending back and forth at a strain point can over time, damages the copper wiring...
Then you'll have to figure out what's wrong with Python on your Mac: Python not found when updating firmware
Something is wrong with the Python paths on your Mac. You can try fixing it Python not found when updating firmware or Try a different PC...
Checkout Grbl v1.1 Configuration Have a read through the Steps-per-mm section, but also see Acceleration and Max Rate - if the machine stalls...
The grbl comms interface is detailed on the Grbl Wiki - see Grbl v1.1 Interface Same command/response set can be accessed over a Telnet interface...
Could check with the manufacturer. Otherwise grab an X32 for proven compatibility (see https://docs.openbuilds.com/blackbox-x32 )
Check if it runs standard grbl/grblHAL and most importantly has a UART: docs:interface:connect-generic [OpenBuilds Documentation]