Separate names with a comma.
Some features disabled for guests. Register Today.
What's happening on the serial console in Control when that happens? In general, the Black Box will only move things if it's told to.
What are you using to send gcode to the Black Box?
Hi, I've run your toolpath through the Autodesk GRBL post processor and it generated the attached gcode that looks reasonable *to me*. Maybe a...
I agree with Peter - the machine skips steps when retracting from the probe in the -X direction (at 0:39 -ish). The previous post hasn't got the...
Hi, it doesn't apply to the OpenBuilds Post, and it can be avoided in the Autodesk Post. It was just a bit of background info - sorry if it has...
Further to David's reply: The command G28 sends the machine to a predefined position in *machine* coordinates. It is intended that this is a...
Those axis directions are OK. The orientation will match the screen if you look at the machine from the side opposite the garage door in your...
Worth checking for backlash by hand (IMHO) - push and pull each axis by hand with the machine powered up and see if anything moves that shouldn't....
Have you checked for backlash and things like slipping motor couplings?
But do the X & Y axes correspond to the right hand rule? Units are set in the GCode file: G20 for inches, G21 for mm (GCode reference) Your...
That Gcode file generates a design with an oval outline about 9" wide x 5" tall. The 9" dimension is parallel to the X axis. [ATTACH] If that's...
The GCode will only reflect what Fusion360 shows that it is doing. If you are going to use the same X & Y position on the machine for the origin...
What your pictures show are the Work Coordinates. You can make them read anything you want. The spindle location is shown where the Work...
Definitely not. G53 moves rely on the machine being 'homed'. Have you homed your machine? (Not the same as setting X, Y or Z to the workpiece or...
Try $1 = 255 Does the DLC32 use the enable input of the drivers? You could try $4=1 if the above doesn't make the steppers hold position.
It does. GRBL_ESP32 is no longer supported, but it works for me. You would probably be better off putting the effort into GRBL_HAL.
Without getting into the debate about the inclusion of G53, there's some stuff that's wrong: G53 isn't a WCS (Work Coordinate System), it...
I don't know about GRBL_HAL specifically, but try reducing your accelerations (to say 200). (GRBL_ESP32 plays nicely with Control, BTW)
This should mimic what you're doing by hand (Create a macro, name it & copy this into the GCode window): G20 G90 G0 Z1.620 G10 L20 P0 Z1.625...