Separate names with a comma.
Some features disabled for guests. Register Today.
thanks, I will look into it on Satruday for you
not really enough to go on here.... same issue as what? 'not stepping down' and 'plunging through material' seem to need more words between them....
@Peter Van Der Walt I think this is more your line.....
yes, 2 ways 1 - draw the dome accurately in software like Fusion360, drape the text onto the drawn dome, and generate Gcode from that. 2 - probe...
runs fine in check mode. what are the exact errors you are seeing?
thanks Terje, this is awesome, I will look at putting it into the F360 post
I could not find a setting that would 'fast rewind' the A axis after a multiturn move, so it would have to unwind. LinuxCNC has a setting that...
while that works it is not the normal process, one would normally either jog and setZero or use the 'probe' menu to probe Z, then run the Gcode....
nothing obviosuly wrong except the 'safety: check Z tool length', turn it off, it does not apply to plasma. Assuming you have homed the machien...
having the WCS zero at the same place as the limit switch is the problem. WCS zero should be the surface of the material, Z home (MCS 0) is up...
no, avoid G92 The correct code is 'G10 L20 Ps X. Y. Z' as in G Codes You will need 3 macros, one for each axis for X G90 G17 G10 L20 P0 X0 for Y...
yeah. mayhem, you do want to stop the job before power restores no, there is no pin available to sense it, and no protocol in the communications...
docs:blackbox-x32:connect-3-wire-laser [OpenBuilds Documentation] docs:blackbox-x32:connect-4-wire-laser [OpenBuilds Documentation]
yes, add a bit more. (but this may not be the total solution) you can do it incrementally, turn it by the width of the edge of the screwdriver...
There is a serial console tab in CONTROL and any errors messages will appear there. what does it say/do whne this happens? "Failing to home,...
that means the inch post is not putting a G20 code in the header, this tells the controller to regard incoming numbers as inches. G21 tells it to...
by 'this software' i take it you mean OpenBuildsCONTROL. CONTROL is beginners software, somewhere to start that is easy to use. Autolevel is an...
perhaps you wired the NC (normally closed) side of the switch instead of the NO (normally open) ?
or you can create 2 small gcode files to do it for you and keep them on the interface. one has $32=1 for laser mode on and the other has $32=0 for...
the controller stores the WCS offsets, but those are offsets from HOME. so, if you homed before setting up, then if you home when you turn it...