Hello Guest it is March 28, 2024, 02:01:20 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lightaces

Pages: 1
1
Any luck finding that code?

2
That code would be great - and since I set it up three or four years ago, if you could remind me where it goes!


Gabriel

3
Oh, here is an example of a piece of G-Code from Fusion 360 which I used today, which caused the problem.



(LOCATING PIN)
(T2  D=0.125 CR=0. - ZMIN=-0.25 - FLAT END MILL)
G90 G94 G91.1 G40 G49 G17
G20
G28 G91 Z0.
G90

(LOCATING)
M5
M9
T2 M6
S20000 M3
G54
M9
G0 X0. Y-9.7649
G43 Z0.6 H2
Z0.2
G98 G81 X0. Y-9.7649 Z-0.25 R0.1408 F11.7
G80
Z0.6

M9
G28 G91 Z0.
G28 X0. Y0.
M30

4
I'm having a couple of problems with G-Code coming out of Fusion 360.  It runs fine - BUT, after the code has run, my MDI no longer works, and the machine won't run the Mach Blue Z-axis zeroing routing correctly - it finds the plate, and then pauses, and then crashes DOWN again!!!!  I've wreaked a couple of end mills this way.  Both the Z probing and the MDI work fine before I run the code from Fusion, but not after.  They also work before or after I run code from CamBam. 

Now, I'm no expert at G-code, but I'm assuming there is some command which is switching off the MDI, and that is somehow effecting the Z probe code as well.  After the Z-probe fails, there is a message about an error in line 19 (I believe - I don't remember the exact details).

Any help would be great!


Gabriel

Pages: 1