| Description: | Third implementation of 'entity based splitting':
- Now 'entity based splitting' is enabled for 1DPlanar, 1DAngular and Ring splitting.
- 'entity based splitting' for MarkingOnTheFly1D will be enabled some time later. If any customer needs this, please call SCAPS.
If more options for 'entity based splitting' are required, please contact SCAPS.
Second implementation of 'entity based splitting':
- Now TextChars and Serial numbers are allowed as well for 'entity based splitting'.
First implementation of 'entity based splitting': - All 2D entities in the job are sorted internally in marking order by their corresponding center. - Each entity is marked, then a motion move to next entity center is done. - if distance of center of two entities is smaller than SC_EPSILON / 0.0001 mm ( or later programmable value ), they are both taken as one entities. This implementation will be extended with further sub-order-modes, like e.g.: - order only entities of first level, so some sub-entities can be grouped to be marked without additional motion moves. |