We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug There are 2 types in file "Beziers_for_Beginners.md" with the address https://github.com/BelfrySCAD/BOSL2/blob/8f795bb93b2167d75b2167bf225aef52c3d4f540/tutorials/Beziers_for_Beginners.md
in "Bézier Paths" the line bez = [[0,0], [30,30], [0,50], {70,30] [0,100]]; 2 typos: { before 70,30] and , is missing after 70,30]
The text was updated successfully, but these errors were encountered:
Not sure what's happening here. The version in the wiki appears correct.
https://github.com/BelfrySCAD/BOSL2/wiki/Tutorial-Beziers_for_Beginners
Sorry, something went wrong.
revarbat
No branches or pull requests
Describe the bug
There are 2 types in file "Beziers_for_Beginners.md" with the address
https://github.com/BelfrySCAD/BOSL2/blob/8f795bb93b2167d75b2167bf225aef52c3d4f540/tutorials/Beziers_for_Beginners.md
in "Bézier Paths"
the line bez = [[0,0], [30,30], [0,50], {70,30] [0,100]];
2 typos: { before 70,30] and , is missing after 70,30]
The text was updated successfully, but these errors were encountered: