svg2gcode icon indicating copy to clipboard operation
svg2gcode copied to clipboard

Automatically determine toPoly integer scale based on occupied space

Open em opened this issue 12 years ago • 0 comments

Do getPoints first, keep track of the bounding box, then use the abs max of the limits to determine an integer scale. This approach shouldn't require any tolerances to account for the divisions because we are working with the actual nominal curve instead of the theoretic one.

em avatar Oct 10 '13 07:10 em