Skip to content
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

correct some warnings in the OpenSCAD code #183

Open
wants to merge 1 commit into
base: MK3S
Choose a base branch
from

Commits on Mar 10, 2024

  1. correct some warnings in the OpenSCAD code

    The following issues are corrected by this change:
    1. The text module does not have a "center" parameter, therefore
       there is no point in specifying it.
    2. In some places for cylinders "r" and "r2" where specified instead
       of "r1" and "r2".
    3. In some places the start value was larger than the end value in
       ranges.
    schiele committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d15d1b8 View commit details
    Browse the repository at this point in the history