Open GoogleCodeExporter opened 9 years ago
The ordering of operations is a little confused right now. Until recently, we
had no way of rearranging machine operations in the list. We always used an
'execution order' value assigned to each machine operation. The operations
were sorted by this 'execution order' value before the GCode was generated. If
multiple machine operations had the same execution order value, the code would
sort them based on the cutting tool being used. eg: centre drill before drill
before chamfer etc.
Since we are now able to rearrange the machine operation objects in the list,
the request has been made to remove the execution order value and simply use
the list's order. This work has not been done yet. The issue can be seen at
Issue 98 for HeeksCNC.
In the short term you can assign values to the 'execution order' value of each
machine operation to ensure the correct order of machining.
Original comment by David.Ni...@gmail.com
on 15 Sep 2010 at 2:40
Original issue reported on code.google.com by
andrewga...@gmail.com
on 15 Sep 2010 at 2:12