Separate names with a comma.
Some features disabled for guests. Register Today.
I see, thank you! Im guessing there is no way around this? :) My case is that I have to steer the ACRO in realtime, which I do with jog-commands...
Hi! Is it possible to jog with different feedrates for X- and Y-axis? For example a command like: $J=G90 G21 X500 Y1000 Fx1000 Fy2000? I cant...
Aaaah, alright, thank you!
Thank you. :) I know that !, ? and ~ are realtime commands that do not go into the buffer, but is picked up beforehand and a flag is set. And...
Hi! I'm controlling the ACRO1515 from a C++ program over serial communication, and whenever i start a program I send $x and $h to reset and home...
Hi there, this might be a stupid question but is it correct that the UART in the BlackBox X32 is configurated with: 8 data bits 0 parity bits 1...
Yeah, I worked it out last night that the serial console was limiting my inputs, and especially realtime-commands. When using puTTY instead, the...
I'm sorry but could you give me a little more than that? Do you mean this: GitHub - OpenBuilds/OpenBuilds-CONTROL: OpenBuilds CONTROL: Download...
Okay, i tried ASCII now, and wrote the horizontal ellipse (…), which is 0x85 = 133(dec), but it seems like it doesn't work. I don't get an error...
Thank you, that makes my problem so much easier :) What is the cancel command btw? I've tried " ! " and "0x85". If i insert $J=G90 G21 X100 F1000...
Thank you, this seems to be what I'm looking for! So if I have a joystick (or another speed- and direction-variable signal) and in worst case the...
As I can understand by the Grbl Wiki, there is a "look ahead planner-buffer". Is this buffer something I can access? If I am not mistaken, when a...
Hi, I have a task where I need to loop between some points and was wondering how I could do that? I have an ACRO1515, without a tool (we just need...
Hi, I've just built and coupled the ACRO 1515, and tested it with some hello world-programs, and I have to say I'm impressed! Super easy to build...