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
this bar on bottom-right should be in the middle of the top-left tabs
CSG clamp_hard_stop = new Cube(3, cclamp.totalY, cclamp.totalZ).toCSG() .toYMax(cclamp).toZMax(cclamp)
The text was updated successfully, but these errors were encountered:
desired functionality:
implementation:
CSG clamp_hard_stop = new Cube(3, cclamp.totalY, cclamp.totalZ).toCSG() .toZMax() .movez(cclamp.maxZ) .toYMax() .movey(cclamp.maxY)
Sorry, something went wrong.
JansenSmith
No branches or pull requests
this bar on bottom-right should be in the middle of the top-left tabs
The text was updated successfully, but these errors were encountered: