Hello Guest it is April 20, 2024, 01:09: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 - woodspinner

Pages: « 1 2 3 4 5 6 7 8 9 10 »
11
General Mach Discussion / Re: Mach 3 problem
« on: August 02, 2013, 09:19:08 PM »
sounds like lost steps while plunging?

John

12
General Mach Discussion / Re: Insert a sequence anywhere on toolpath?
« on: July 18, 2013, 06:43:01 PM »
OK... I thought it worked but something is strange...

This is the code I insert:
G28.1 Z8
G92 Z0
G00 Z2.5
G92 Z0
G00 Z100

The problem is now that for some reason Mach doesn't follow the sequence from top to bottom. It starts with the rapid move to Z100 and then do the G28.1 move and then do the offset to 2.5... I use exactly the same code in all parts we cut normally.

Am I doing something wrong or could I force it in a certain direction?

CD
could force it like this

G28.1 Z8
While ismoving()
Wend
G92 Z0
While ismoving()
Wend
G00 Z2.5
While ismoving()
Wend
G92 Z0
While ismoving()
Wend
G00 Z100

just a thought

John

13
maybe the OP is looking for offsets and runtime?

14
General Mach Discussion / Re: RE:Mach 3
« on: July 01, 2013, 10:10:53 PM »
will the hobby version support the parallel port?

John

15
I have used mach cloud to convert point cloud to stl, worked fine for engraving a gunstock.

John

16
General Mach Discussion / Re: Haywire Mach3 and bit destruction
« on: May 05, 2013, 04:12:14 PM »
I think the G43   H21 in this line is invoking the offsets

N140G00G43Z1.0000H21

you can either remove them from the table, correct them to function as intended or remove the g43...h21 from that line

John

17
General Mach Discussion / Re: Im new to the Mach3 program
« on: May 01, 2013, 07:05:29 PM »
if your profile name is MILL_JAC, your xml file will be named MILL_JAC.xml .

John

18
General Mach Discussion / Re: Motor Tuning Troubleshooting
« on: April 27, 2013, 06:34:33 PM »
The only part I can answer for you is that yes a profile can become corrupted.  If you suspect that it is corrupted, you can change the extension of that profile to something like .bak then check in C:\Mach3\xmlbackups if you installed to the default folder and locate a file with your profile name with a date you know was working, copy it to the Mach3 folder and change its extension to .xml  . That should fix it if its the profile causing your problems.

John

19
G-Code, CAD, and CAM discussions / Re: MachIII GCode Leadin questions
« on: April 22, 2013, 09:55:42 AM »
leadins would be defined in your gcode.

John

20
Finished Screens / Re: Another 2010 Screen Question
« on: April 17, 2013, 06:35:51 PM »
Did you copy all the macros over to the new profiles?

John

Pages: « 1 2 3 4 5 6 7 8 9 10 »