Thread: Getting dizzy cutting circles!
Threaded View
-
15-05-2010 #18
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:
Code:<price>100</price>
Code:<price>145</price>
But if i wrote
Code:<priceGBP>100</priceGBP>
Code:<priceUSD>145</priceUSD>
Even better would be...
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?
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
Bookmarks