Hello Guest it is April 19, 2024, 06:03:00 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 - RavenBS

Pages: 1 2 »
1
Great, thank you for the Hint for G68 - this is exactly what I'm looking for.
With this you can flip the Part on a vacuum plate without trimming it in and doing everything automatic.
You also do not need to trim in the vice every time.

2
For all who might find this Thread - this seems the official document for Mach4 GCode:
https://www.machsupport.com/wp-content/uploads/2014/05/Mach4%20Mill%20GCode%20Manual.pdf

It sais it does not?? support angled work coordinate systsems. right?
So it seems I spotted the one feature the LinuxCNC software has over mach4?

3
Thank you Joeaverage.
Any idea where to find an up to date and official Mach4 Gcode documentation?


Most google Links to offilical Mach ressources are broken, and search does not work here...
Where to find this probing screen, mine looks completely different.
It can measure Angles, but not compensate it in G-code?

4
Found a Youtube video, where a guy with Linux CNC just flipp a Part, programmed automated probing in his Gcode and set not only the zero also the Angle of the Workpiece with G10.

Code: [Select]
#1111 = [[#1021+#1031]/2 - [#1051+#1061]/2] ; dx
#1112 = [[#1022+#1032]/2 - [#1052+#1062]/2] ; dy
#1113 = [ATAN[-#1111]/[#1112]]       ; dr
#1114 = #[5210+20*#5220]            ; current r
G10 L2 P0 R[#1113+#1114]

Seems this "R" is Linux CNC specific and can not be done with Mach4?
As I understood, Mach 4 can only set the work zero after automated probing and can not compensate an angle?


At least it is not listed in machs G-Code reference?
https://machmotion.com/documentation/Software/Mach4/Mach4-G-and-M-Code-Reference-Manual.pdf


5
Mach4 General Discussion / Re: Mach 4 and ATC
« on: December 31, 2018, 05:33:54 AM »
Thank you, I filed a ticket for the missing examples.

6
Mach4 General Discussion / Re: Mach 4 and ATC
« on: December 31, 2018, 05:04:53 AM »
I Mailed them.
How to raise a ticket?

7
Mach4 General Discussion / Re: Mach 4 and ATC
« on: December 31, 2018, 03:03:56 AM »
Maybe they are off over the holidays. Now answer since 4 days, but lets wait. Tnx you all.

8
Mach4 General Discussion / Re: Mach 4 and ATC
« on: December 30, 2018, 02:57:18 AM »
Is there any way to contact the "professional" support?

Maybe they forgot to package it in the newest version.
At least they could fix the forum to find stuff which maybe is already solved.
But there is no answer on my mail until now...

9
Mach4 General Discussion / Re: Mach 4 and ATC
« on: December 29, 2018, 12:29:39 PM »
Find attached an Image of my folder.
Seems I dont have those files in the free download version - maybe you can post yours as example?

Have I done something wrong?

10
Mach4 General Discussion / Re: Mach 4 and ATC
« on: December 29, 2018, 04:21:44 AM »
If you mean the folder on Harddrive which comes with Mach4Hobby - there is LuaExamples, but no scripts related to M6 or Toolchange...

Pages: 1 2 »