Can't get the first move of a 2D Contour to be safe

Can't get the first move of a 2D Contour to be safe

FluffyAce
Explorer Explorer
507 Views
9 Replies
Message 1 of 10

Can't get the first move of a 2D Contour to be safe

FluffyAce
Explorer
Explorer

So I've got a 2D contour move that engraves text on our little custom info plate engraver. I typed in the text, made a setup, got the stock set up correctly, and post-processed it with the OpenBuilds Black Box post (the engraver runs on a BlackBox). For some reason, the move to the first cut is being made at Z<1 and I can not figure out why. I've messed with every setting (except the plasma/laser settings), but the first move is always at the work surface and it'll hit the workholding screws. Anyone have any idea how to get that move to be safe?

 

EDIT: Forgot to mention that this machine does not have limit switches

Thanks!

0 Likes
508 Views
9 Replies
Replies (9)
Message 2 of 10

da_fish
Advocate
Advocate

As in (I believe) all the milling strategies, the clearance height is where the tool retracts to at the start and end of the tool path and the retract height is where the tool retracts to between each cut with in the tool path.

da_fish_0-1724707437476.png

 

If the white line in simulation is what your talking about. I don't think you need to worry about that. Usually simulation will start with the tool at xyz 0, which is usually not the case in reality. The white line shows the tool moving to the first position and if you start the program with the tool at a safe height, I think you'll be fine. I've never used that specific controller so you will want to be super carful to make sure what I said is true.

 

 

 

 

0 Likes
Message 3 of 10

seth.madore
Community Manager
Community Manager

I suppose it's going to depend on where along the Z axis your machine starts. If the tool is below the surface of the part and your machine doesn't recognize a G28 move, it's possible that the tool will drag across the surface of the part.


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 4 of 10

programming2C78B
Advisor
Advisor

Ensure you raise the Z and re-connect your machine so that it uses that location for its G53 movement. 

Please click "Accept Solution" if what I wrote solved your issue!
0 Likes
Message 5 of 10

FluffyAce
Explorer
Explorer

Checked all my clearance and retract heights. Still "crashed" on a test run without the stock material.

0 Likes
Message 6 of 10

FluffyAce
Explorer
Explorer

Tested this, still got a sim crash. Machine re-homed the spindle, then dragged it through where the stock material would be.

0 Likes
Message 7 of 10

FluffyAce
Explorer
Explorer

The machine homes to the work zero, which is at the surface of the work, then moves to the first cut position without raising the spindle. Once it's at the first cut position, it raises the spindle to the clearence height, then plunges the .2mm for the cut.

0 Likes
Message 8 of 10

programming2C78B
Advisor
Advisor

from what I see you have a Start Z of -15! 

Ensure there is a G53 z0. posted at the start of your program

This is the grbl post I wrote and use. 

Please click "Accept Solution" if what I wrote solved your issue!
0 Likes
Message 9 of 10

FluffyAce
Explorer
Explorer

Yeah that was to try and force the spindle to move at 15mm above the stock at the start. I assume that's incorrect?

0 Likes
Message 10 of 10

FluffyAce
Explorer
Explorer

g53 z0.png

 There's a G53 Z0 

0 Likes