Replies: 3 comments 8 replies
-
The base plate generator only works for cadquery. OpenSCAD can't inspect objects as it is a "blind" generator so it can create the base plate in the same way. The bottom of the keyboard and the base plate are just cuts and projections onto the XY plane so the generator never directly creates coordinates to work from. I inspect the projected lines in the cadquery version to find the inner and outer loops and all the included circles, something not even remotely possible with OpenSCAD. |
Beta Was this translation helpful? Give feedback.
-
Thanks for that. Getting cadquery and cq-editor working on a Mac was a bit of a hassle, but now that I've got everything installed I can see the correctly generated base plates. |
Beta Was this translation helpful? Give feedback.
-
I got the base plate printed using the Since the base plate can only be rendered with cadquery, it might be worth it to change the default engine to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having an issue where the *_left_plate.scad and *_right_plate.scad files are only the borders of a base plate - the inside is hollow. I've also tried changing a few parameters like base_thickness and screw_hole_diameter, just to see if it would generate a different scad file, but nothing seems to affect the output of the base plates.
Beta Was this translation helpful? Give feedback.
All reactions