Hello Guest it is March 28, 2024, 07:11:19 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 - Graham Waterworth

881
Share Your GCode / Re: Sub programs
« on: May 12, 2016, 07:10:27 PM »
Try it like this

%
O001
G90 G18 G40 G80 G21
G54
M03 s500
G00 Z50 x23
G00 Z45
G01 X0 f75
G0 Z46 X22
G01 Z45 x21.8
M98 P0002 L32
G90 z46 x22
M05
M30

O0002
G91 X-.3
G90
G01 Z30 f100
G01 Z25 X22
G0  Z46 X21.8
G91 X-.3
M99
%

882
General Mach Discussion / Re: china cnc 6040
« on: February 08, 2016, 10:39:58 AM »
is this a lathe or mill or what, what computer, what hardware, parallel port or motion controller?

 

883
CS-Lab / Re: CSMIO/IP-A plugin with win10 ok?
« on: December 12, 2015, 01:40:08 PM »
The best cure for this is to remove update KB3035583 and then untick the 'Give me recommended updates' under change settings.  No more nagging until Microsoft force everybody onto there latest pay as you go scheme.

884
G-Code, CAD, and CAM discussions / Re: Incrementing with macros and G52
« on: November 19, 2015, 10:41:58 AM »
It looks like you need to adjust the G54 fixture offset so it reflects the amount it has removed from the wheel at the end of the re-profile.

This can be done using #2601=[#2601+#1006] or #2601=[#2601-#1006] depending on which way you machine is set and placed after the M98P123L#1002 line.

I take no responsibility if there is a BANG!!! so take care.


885
G-Code, CAD, and CAM discussions / Re: need help with artcam post
« on: August 03, 2015, 04:27:55 AM »
This is not the place to be asking that question, you will do much better on the Artcam forum site.


886
it could be the INC IJ in the config that is set the wrong way round for your code, try changing it.

887
Do you have the dwell set to milliseconds in the config as it can also be set as seconds?

888
G-Code, CAD, and CAM discussions / Re: Problem with simulation
« on: June 21, 2015, 02:38:43 PM »
I would try the SolidCAM forum

889
General Mach Discussion / Re: Path Generation not working
« on: June 14, 2015, 01:55:48 PM »
Load one of the demo files from inside mach3 and see if they load


890
Mach3 likes G41/G42 to use a line and arc lead in/line out.