Separate names with a comma.
Some features disabled for guests. Register Today.
If you go to the GCode editor tab, you can save the surfacing code wherever you want. [ATTACH]
I've just added a macro to generate LASER engraving power / speed test patterns: Getting started with Javascript Macros in CONTROL / Library of...
LASER engraving test pattern generator I have recently acquired a diode LASER to fit to my CNC router. I couldn't find anything like this easily...
Here it is Auto level of Y axis on USB break out board (it was behind the sofa ;) ) For future reference, if you go to your profile, you can...
Glad to hear that! :) As I said, I’ve used it quite a bit recently, and have even started to trust it!
Hi, thanks for the feedback - it should preserve the Z height (it does for me) - if you have Z0 set at the waste board with the old tool, the Z0...
I think you would add it as follows, but note that I haven't tested this. if (typeof object !== 'undefined') { var string = "" if...
FWIW, I noticed exactly the same thing the other day when I tried FluidNC again. (There was some other funky stuff, too - it seemed to get...
Ok, it has been a while, but I've updated the macro to check the 'homedRecently' status and that the spindle isn't running, etc. Code here The...
Hi, sorry for your problems - The entire excerpt from the serial log is consistent with G30 being set too low for the travel requested by the...
No, because I want to keep it independent of any GCode. It's straightforward enough (and simpler) to check...
No, I think the naming is fine - I couldn’t find the code that set the status though, so was resorting to trial & error! :)
Thanks Peter - I'd found that line, but wasn't sure what the definition of 'Recently' was, so I was going to have a play around and see what it...
Ah, yes - it needs to be homed. I think it might be possible to check for this. The other thing that I thought of was to check that the spindle...
Glad that it seems to be working for you, and thanks for the feedback! :) Was it something to do with using the macro, or just the process of...
No, that was just a nod to full blown CNC with tool changers, sorry - I don't have any such thing :) I run each tool as a separate job (I use...
There's a macro that I wrote for Control which allows you to reference one tool from another. This will work with the 'upside down' probe plate in...
Just to pick up on this, in case it isn't a typo: These should be X-Y-Z: Are you sure it shouldn't be 1000, 1000, 100?
As one user to another: They're in mm (it says mm in the description on my computer, not sure if yours is the same:) [ATTACH] Depends on what...
I have updated the code / file in the original post to V1.1 in response to the above. There is now another variable at the top of the file...