Hello Guest it is April 27, 2024, 01:30: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 - FeketeB

Pages: 1
1
G-Code, CAD, and CAM discussions / Re: Tangential CAM program
« on: October 23, 2016, 06:08:26 AM »
Also you should check out a free software called ECAM. It's great for 2D CAD too, and it also has very simple post processor editor, so with a few tweaks you can get the Gcode you want without having to manually overwrite it.

Take a look: https://postimg.org/image/wcaz5ur2x/

2
G-Code, CAD, and CAM discussions / Re: Tangential CAM program
« on: October 23, 2016, 06:03:49 AM »
My answer may be slightly late :D. I was facing the same problem a few days ago, so I started looking for answers on this forum. Later I found very simple solution to work around this bug of mach3 (A axis rotates even in linear move after a g2/g3 arc). What I noticed is this only appears when the specific linear move is perfectly parallel with X or Y. So I started rotating my sketches. It turns out even an angle 0.01 degree is enough to avoid the problem :). Just make sure your Gcode cordinates have enough decimals for this rotation to become visible (I use 3 decimal)

Pages: 1