Separate names with a comma.
Some features disabled for guests. Register Today.
Out of curiosity, I created a new plasma cutter tool (just copied the Autodesk default plasma cutter) and now the simulation behaves exactly as I...
Yes, I did download the previous F360 files. The tool has a nozzle diameter of 1.377" but a kerf width of 0.06" which actually does the cutting....
I strongly suspect that you're running into accuracy limits within GRBL that are inherent in the move that the machine is being asked to make with...
Ooh! Is that new?
Sorry - I thought that the XYZ probe inverted the signal. My bad.
Hi - Do you mean this macro? Getting started with Javascript Macros in CONTROL / Library of Macros created by the community My macro only...
Highly recommended to set $11 at 0.010 and leave it alone.
It does look like it's the G3 command that's generating the error.... I'll have another look tomorrow.
Can you copy & paste the console output upto and including the error?
It's probably just the G38.2 Z-3.937 F6 taking the travel out of range - have you got ~4" of travel below your probing height? ETA: You might...
Thanks - btw defining G28 & G30 should be a once only operation - the positions are stored through power cycles, etc. so don't need resetting...
Sounds like an error in your gcode file - can you attach the console output of the error and the gcode file?
It shouldn't be necessary to set the reference tool a second time, but equally, it shouldn't hurt anything, either. When you say 'go to zero',...
I'm pretty sure you will get an error due to not having a 'P' parameter in the G10 L20 command (not sure what error number it will give, as I...
Hi, The macro should work for that sort of thing... Are you setting your first tool as a 'Reference Tool' using the tool setter *after* you've...
You **may** be able to use the LASER mode with dynamic power (M4) to produce a drive signal proportional to travel speed. (Just an avenue to...
Just attach it to a post here ('upload a file' under the reply window).
I can't view the video, but from the symptoms, another possibility is a loose / intermittent connection to the motor - check wiring, etc.
You need to tell grbl how quickly it can accelerate each axis ($120...$122), and what the top speed of each axis is ($110...$112). These would...