Hello Guest it is April 25, 2024, 06:12:07 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.


Topics - eatsteelnotbutter

Pages: 1
1
Hello,

Has anybody had difficulty creating a secondTurn profile and deskto icon from the Mach3 launcher?  I pick my current Turn profile to clone and what I keep getting a profile one for Mill that needs all the settings repopulated and  no icon appears anywhere that I can find.  Has anyone run into this?  Is there a way to fix it? 

I'm trying to work around an issue with BobCAD where arcs come into Mach3 backwards, you need to click a box in Mach3 to reverse them but it blows up all the built in Turn Wizard code generating functions.  Building separate BobCAD and a Turn Wizard profiles is apparently the fix.  This is a long term known BobCAD issue with Mach3.  Visual Turn is looking better and better all the time.

Any help would be appreciated, thanks.

Damon

2
Hello everyone, I'm new to the forum but have been a Mach3 user for some time.  I just started using Mach3 Turn for my converted lathe, everything is working perfectly aside from the threading wizard.

So here's what happens:  Cutter moves to the start point (Z0), steps in to cut, makes a pass, steps in to cut again and continues to cut in the same direction until it's out of code or hits the chuck.  (ouch)  The code clearly has a G00 rapid with coordinates to return back to the origin (part Z0) but the lathe is isn't responding.  Very odd.  Almost seems like it studders during the rapid and doesn't move.

The preview tool paths look correct.

Other wizards work fine, they also generate G00 moves, no issues, no lost steps, parts turn out perfect.


Is this a setting problem???

Any help would be greatly appreciated!

Again, everything else is working perfectly on the machine, this the only glitch I have.


Thanks,


Damon


www.damonjurkiewicz.com



Important Data:


Mach 3 Version R2.63
Simple threading (Lathe) 1.17

G Code Sample

(Taper = 0)
(Infeed Angle = 29)
(Total_Depth = 0.035)
(StartZ = 0)
(EndZ = 1)
(Seq = 0 )
(Min_Decrement = 0.006 )
(Dia Mode )
G95
G0 X0.75 Z0
G0 X0.725
(Decrement = 0.025 pass 1)
G01 Z0
G32 X0.7 Z0.0069 F0.2
G32 X0.7 Z0.9825 F0.2
G01 X0.75 Z1F0.2
G00 X0.75 Z0
G00 X0.725
(Last Pass ID_OD = 1)
(Decrement = 0.0099 pass 2)
G01 Z0
G32 X0.6901 Z0.0096 F0.2
G32 X0.6901 Z0.9825 F0.2
G01 X0.75 Z1F0.2
G00 X0.75 Z0
G00 X0.725
( Last pass at depth of 0.0001)
G01 Z0
G32 X0.69 Z0.0096 F0.2
G32 X0.69 Z0.9825 F0.2
G01 X0.75 Z1F0.2
G00 X0.75 Z0
G00 X0.725
( Spring pass number 1)
G01 Z0
G32 X0.69 Z0.0096 F0.2
G32 X0.69 Z0.9825 F0.2
G01 X0.75 Z1F0.2
G00 X0.75 Z0
G00 X0.725
G00 X0.75 Z0



Pages: 1