Hello Guest it is April 29, 2024, 01:48:04 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 - weldsmith

Pages: « 1 2
11
General Mach Discussion / Re: Plasma Z floating head
« on: May 18, 2018, 12:41:57 AM »
I have done exactly that. and no luck. I thought it might be a check box in settings in Mach?

12
General Mach Discussion / Re: Plasma Z floating head
« on: May 18, 2018, 12:12:06 AM »
Thank you for the reply. The code is quite long but, here are a few letters. I took at some of the Mumbo Jumbo in the Midddle

Weldsmith

Code: [Select]
(Plaque)
N10 G20
N15 G90

(2D Profile2)
N20 M6 T1
N25 G54
N30 M9
N40 G0 X0.3374 Y1.0667
N50 G31 Z-100
N55 G92 Z 0
N60 G0 Z 0.1
N65 M3
N70 G4 P 1.5
N75 G0 Z 0.065
N80 G1 X0.3863 Y1.0771 F39.37
N85 G2 X0.387 Y1.0789 I0.0295 J-0.0096
N90 G1 X0.3889 Y1.0838
N1900 X0.3833 Y1.0676
N1905 Y1.0678
N1910 X0.3848 Y1.0724
N1915 Y1.0725
N1920 X0.3863 Y1.0771
N1925 X0.3529 Y1.1143
N1930 M5
N1935 G0 Z 0.5

(2D Profile3)
N1945 M6 T1
N1950 M9
N1960 G0 X0.8993 Y0.9748
N1970 G31 Z-100
N1975 G92 Z 0
N1980 G0 Z 0.1
N1985 M3
N1990 G4 P 1.5
N1995 G0 Z 0.065
N2000 G1 X0.9778 Y0.9904 F39.37
N2005 X1.0878 Y1.3138
N2010 X1.0105

N3570 X0.9721 Y0.9749
N3575 X0.974 Y0.9801
N3580 X0.9759 Y0.9854
N3585 X0.9778 Y0.9904
N3590 X0.925 Y1.0505
N3595 M5
N3600 G0 Z 0.5

(2D Profile4)
N3610 M6 T1
N3615 M9
N3625 G0 X1.3546 Y1.2446
N3635 G31 Z-100
N3640 G92 Z 0
N3645 G0 Z 0.1
N3650 M3
N3655 G4 P 1.5
N3660 G0 Z 0.065
N3665 G1 X1.3146 Y1.3138 F39.37
N3670 X1.2168
N3675 X1.19 Y1.2351
N3680 X1.231
N3685 G2 X1.2603 Y1.1941 I0. J-0.031
N3690 G1 X1.1317 Y0.816
N3695 X1.2081
N3700 X1.3435 Y1.2141
N3705 G2 X1.3729 Y1.2351 I0.0293 J-0.01
N3710 G1 X1.4357
N3715 X1.4625 Y1.3138
N3720 X1.3146
N3725 X1.2746 Y1.2446
N3730 M5
N3735 G0 Z 0.5

(2D Profile5)
N3745 M6 T1
N3750 M9
N3760 G0 X1.4445 Y1.0039
N3770 G31 Z-100
N3775 G92 Z 0
N3780 G0 Z 0.1
N3785 M3
N3790 G4 P 1.5
N3795 G0 Z 0.065
N3800 G1 X1.4745 Y0.9519 F39.37
N3805 X1.5461
N3810 X1.5653 Y1.0082
N3815 X1.4261
N3820 X1.407 Y0.9519
N3825 X1.4745
N3830 X1.5045 Y1.0039
N3835 M5
N3840 G0 Z 0.5


13
General Mach Discussion / Re: Plasma Z floating head
« on: May 12, 2018, 12:43:00 AM »
Hello all I have Built a CNC plasma/router. The plasma is my first priority and I am pulling my hair out trying to get the touch off to work. I am cutting a few letters out that is encompassed by an oval to make a plaque.  The program starts out with a probe as it should. it raises up for pierce and delays, it cuts out the first letter. Then it raises the safe Z (.5") rapids to the next letter and probes. rather than zeroing again it raises up around an inch and then starts to cut the letter 1" above the steel. it shows that it is at cut height on the dro but it is not. The next letter it will stair step up even higher and each letter does the some until the z axis runs up to its limit. I have included the first part of the code below to let you see what fusion produced. each contour in the program has this same start to the profile. I am new to Mach so hopefully this is easy. Thanks in advance

  • Running mach3
    nvem ethernet controller.
    drawing and producing code in fusion 360
    I have modified one of the latest posts off of the Fusion forum For a G31 touch off

Code: [Select]
(Plaque)
N10 G20
N15 G90

(2D Profile2)
N20 M6 T1
N25 G54
N30 M9
N40 G0 X0.3374 Y1.0667
N50 G31 Z-100
N55 G92 Z 0.05 reseting axis
N60 G0 Z 0.2
N65 M3
N70 G4 P 2
N75 G0 Z 0.15
N80 G1 X0.3863 Y1.0771 F39.37
N85 G2 X0.387 Y1.0789 I0.0295 J-0.0096
N90 G1 X0.3889 Y1.0838
N95 Y1.0839





Pages: « 1 2