Hello Guest it is April 19, 2024, 08:26:27 PM

Author Topic: Toolpath display  (Read 2671 times)

0 Members and 1 Guest are viewing this topic.

Toolpath display
« on: February 14, 2012, 05:48:53 AM »
I have some issues with the toolpath display.
Is it possible to clear the display manually or on cycle start - not regeneration?

My g-code for laser is of the form

G92X0Y0
cut profile
step to next start postion
G92X0Y0


this is done using subroutines.
When the g-code is loaded or regenerated it is displayed as expected. However, using cycle start the G92 seems to be ignored and the parts are drawn on top of each other. This makes observing a simulation almost impossible - not helped by the display not being cleared.

Also, G68 is sometmes being ignored. It works fine except it has no effect if a G2/G3 is preceded by a G91.

At the moment I am running Mach3 offline prior to upgrading our machines, so I don't know if there are actual errors with the g-code or faults with the display.

Finally, is there a way to speed up the simulation?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Toolpath display
« Reply #1 on: February 14, 2012, 06:46:57 AM »
It is a display thing I think.
Hood
Re: Toolpath display
« Reply #2 on: February 15, 2012, 03:05:36 AM »
Thanks for the second opinion. I can now ignore the display and get on with writing a new post & a converter program.

Does anyone know a fix for a simulation that doesn't simulate?