Hello Guest it is April 28, 2024, 06:14:32 AM

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 - iMisspell

Pages: « 1 2 3
21
General Mach Discussion / Re: Gcode mishaps
« on: April 02, 2016, 04:24:04 PM »
Is there a physical/mechanical e-stop button wired to your machine ?
If so, is it also wired to your computer so Mach "see's" it ?

22
Hello all...

Been around CNC Lathes for a number of years, soon i will be getting alittle 6040 cnc router for home use so i just started to get familiar Mach over the last week or so.

Many thanks to everyone who has contributed to the Mach software; devs, users, plugin makers all the same, from the little ive seen so far, its very impressive.

Have fun and take care...

_

23
In the image below you will see what some g-code looks like in a text editor and what the same file looks like in Mach3's run window.

I would like to know if there is a way to have Mach display the code with a space  between the lines so its shows just like it does in the text file, possible ?

The reason behind this is so i can use custom edits in my post process file to use line numbers only at the beginning of each operation, and later when the program is being run in Mach i can use these line numbers for "Run From Here", just like you would on a "normal" cnc control.

In case image does not display:

Text Editor:
Code: [Select]
(INNER BOX)
(NEED 8, ZERO TOP LEFT CORNER)
(APRIL 2 2016)

(T2  D=0.25 CR=0. - ZMIN=0. - FLAT END MILL)

G90 G94 G91.1 G40 G49 G17
G20
G28 G91 Z0.
G90

N4 (TOP)
S2000 M3
M5

Mach Window:
Code: [Select]
(INNER BOX)
(NEED 8, ZERO TOP LEFT CORNER)
(APRIL 2 2016)
(T2  D=0.25 CR=0. - ZMIN=0. - FLAT END MILL)
G90 G94 G91.1 G40 G49 G17
G20
G28 G91 Z0.
G90
N4 (TOP)
S2000 M3
M5

_

Pages: « 1 2 3