snegovick / bcad

B-tier OpenSCAD-like 3D CAD software
Other
3 stars 0 forks source link

Fix range calculation with end<start #16

Closed snegovick closed 4 years ago

snegovick commented 4 years ago

Analysis

Current implementation does not check range boundaries which can lead to infinite loop when end<start.