-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading ellipses stored in blocks can result in incorrect results #359
Comments
If I draw such ellipse in LibreCAD, the import in GRBL-Plotter is correct. |
I feel that the problem lies in the fact that the plotter software may have a problem parsing the code stored in the elliptical arc part of the block I used autocad 2019 to draw this figure, and the elliptic arc is in a block. If the elliptic arc is not in the block, it is also correct for plotter to read the elliptic arc that is not in the block The steps for drawing this elliptic arc
I guess is that the plotter software may have a problem with the part of the code that interprets the elliptic arc stored in the block |
Found the problem: I applied group-angle also to start/end angle of ellipse. |
I still need more testing for version 1.7.0.2-g software There is also an error reading arcs stored in the block(Testing with version 1.7.0.2 software) Plotter software and AutoCAD software read the arcs stored in the block, and the coordinates of the starting point of the arcs displayed by the two software are different test file |
After testing, version 1.7.0.2-g of the software temporarily found no issues when reading elliptical arcs and arcs stored in blocks |
👍 I hope you mean 1.7.0.2-h |
Sorry, there was an error in the input of the previous reply version Yes, the version I tested is 1.7.0.2-h, and no issues have been found so far |
The software version 1.7.0.2 reads elliptical arcs stored in blocks, which may result in incorrect orientation of the read graphics. This error should exist in all versions
test file
test.zip
test image
On the left is the result read by version 1.7.0.2 software, and on the right is the result read by CAD software
The text was updated successfully, but these errors were encountered: