Separate names with a comma.
Some features disabled for guests. Register Today.
Peter in the video also does a little 2 line buttsaver at the start of every program G20 ; he uses inches G0 Z1 M0 You could insert this sort...
do not push the gantry around by hand if the motors are connected to the drivers, you can kill the electronics! if the wheels are set according to...
Solved by either having homing switches and using them consistantly, or using this resource to fake the home and doing that consistantly.
PS: that Z machine position will ALWAYS be a negative number since Z homes to the top of travel. [ATTACH]
So your Machine zero is moving, That happens when you run the home sequence, or when GRBL resets. GRBL resets when the power comes on, and when...
Right, ready for you to test @Dave 20B Go to OpenBuilds/OpenBuilds-Fusion360-Postprocessor and hit the green 'code' button to download the...
macro: (googles definition) noun: macro; plural noun: macros; noun: macro instruction; plural noun: macros instruction; plural noun: macro...
I think that as with your windows setup Rob, his is hiding the extension but the file is actually named something like myproject.txt.gcode windows...
I like the macro solution rather than building it into the post because I would want to check before the code runs. I have not crashed into...
Here, let me google that for you (-: choosing bits for cnc router - Buscar con Google
snap. P1 and P2 though, numbering starts at 1 for G54
I would use G54 and G55 work coordinate systems say G54 for the pen and G55 for the laser User sets G54 mode and then sets 0,0,0 WCS a MACRO...
have you read the .txt file? .txt is usually an error message, tick the 'open gcode in editor' box on the post dialog so you can automatically...
the 'job finished' message pops up when all the Gcode has been sent to the BB, the BB has an internal queue in memory that it must still process....
I would do the leading edge with a router in a router table. recesses first, roundovers last, and might even use 32x64mm strip and saw it in...
oh, Tormachs are not pricey (-: what we all really want is this TM-1 | 40-Taper Mill | Toolroom Mills | Vertical Mills – Haas CNC Machines
go to tormach.com and pick one, aluminum framed machines are not for cutting steel (it is possible, just not a good solution at all)
Just double the speed till it fails to move properly, then try 'previousworkingspeed + previousworkingspeed/2) Then double the acceleration till...
There are options in config.h (part of GRBL's source code) for the parking motion, then you have to compile and flash your custom GRBL to your...
no, not 'helped', I just need to know so I can give you the correct answer. In short , you need to 'fake the home'. (details of how to do it are...