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

Box extrude extension #12

Merged
merged 2 commits into from
Jul 2, 2020
Merged

Box extrude extension #12

merged 2 commits into from
Jul 2, 2020

Conversation

chill1n
Copy link
Contributor

@chill1n chill1n commented Jul 1, 2020

No description provided.

@JustinSDK JustinSDK merged commit 5d5ecc8 into JustinSDK:master Jul 2, 2020
@JustinSDK
Copy link
Owner

Thanks, I changed bottom_thickness_delta to bottom_thickness, default to shell_thickness.

@chill1n
Copy link
Contributor Author

chill1n commented Jul 2, 2020 via email

@JustinSDK
Copy link
Owner

Not that simple. Given the code:

use <box_extrude.scad>;

box_extrude(height = 30, shell_thickness = 2, scale = 1.5) 
    text("X", size = 40, font = "Cooper Black", valign="center", halign="center");

Your simpler code will generate a bottom like this:
image

@JustinSDK
Copy link
Owner

JustinSDK commented Jul 3, 2020

Although some math might be useful for creating a seamless bottom, the intersection section is an easy way, especially for situations that users specify twist, slices, and scale.

@chill1n
Copy link
Contributor Author

chill1n commented Jul 3, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants