Thread: Getting dizzy cutting circles!
Hybrid View
-
15-05-2010 #1
I don't have Mach3 installed anywhere, but downloaded it into an XML editor and can immediately see why the pulse width setting would be an issue. This is a classic case of bad design in XML. An XML document should be absolute and the units defined...
If I wrote a document that contained this snippet:
and another that saidCode:<price>100</price>
what would you surmise?Code:<price>145</price>
But if i wrote
andCode:<priceGBP>100</priceGBP>
you'd get it and it would work anywhere...Code:<priceUSD>145</priceUSD>
Even better would be...
In the file you sent the 'pulsewidth' is 19551... but 19551 of what??? and thats the issue... probably relates to machine clock speed or something... which would explain the issue Steve saw...Code:<price> <amount>100</amount> <currency>GBP</currency> </price>
Incidentally there is no node whose name suggests anything meaningful as regards incremental or absolute arcs, which makes me wonder if its in the file as a default at all until someone changes it, then gets saved as a preference. Maybe the default setting is whatever happens to be in memory at the time the program is first loaded?
-
15-05-2010 #2
Probably clock speed which is why it varies.
When the program is down loaded it defaults to absolute, why I have no idea given that most people use incremental but this is why there is all the confusion over what has been dubbed 'crop circles'
However if you change your post processor to have G91.1 in the startup line, every post you make will force the program to default to incremental and you never see crop circles.
.John S -
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Font cutting
By petesos in forum Machine DiscussionReplies: 9Last Post: 17-05-2014, 08:14 PM -
Major issue with snapping to circles -Autocad 2013
By craigrobbo in forum AutoCADReplies: 8Last Post: 01-02-2014, 09:33 AM -
Cutting Ply/MDF
By Leadhead in forum Wood Finishing Tips & TricksReplies: 3Last Post: 02-10-2013, 01:59 PM -
Cutting Perspex?
By Shinobiwan in forum Machine DiscussionReplies: 7Last Post: 19-02-2013, 09:25 PM -
Cutting out a circle
By Martin Paul in forum Machine DiscussionReplies: 2Last Post: 19-04-2011, 12:58 AM



Reply With Quote

Bookmarks