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
Sorry I don't know how to drive GitHub for code changes.
Currently it doesn't cut a clean triangle, the module needs to be
module equiTriangle(side, height) { difference() { translate([-side/2,side/2,0]) cube([side, side, height], true); rotate([0,0,30]) dislocateBox(side, side*2, height*1.1); translate([-side,0,0]) { rotate([0,0,60]) dislocateBox(side*2, side, height*1.1); } } }
changes are 4th line _2 is on second 'side' not first & height_1.1 6th line height*1.1
Height changes are to produce a clean F5 preview.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sorry I don't know how to drive GitHub for code changes.
Currently it doesn't cut a clean triangle, the module needs to be
changes are
4th line _2 is on second 'side' not first & height_1.1
6th line height*1.1
Height changes are to produce a clean F5 preview.
The text was updated successfully, but these errors were encountered: