forked from timschmidt/parameterized-mendel
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc7e1dc
commit 266747f
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
Todo: | ||
|
||
---- | ||
- replace all STLs with OpenSCAD files | ||
---- | ||
|
||
- add configuration option for vik's simplified kiwi mendel | ||
- fix vik's fudging of various hole diameters | ||
- unify z leadscrew base, z motor bracket, and z tensioner bracket files - optionally render as individual or combined parts | ||
- parameterize foot height on frame vertex, and make middle three holes optional | ||
- merge x carriage upper and lower with modified bfb versions | ||
-- Short Term Goals -- | ||
- replace all STLs with OpenSCAD files | ||
|
||
-- Medium Term Goals -- | ||
- improve parameterization | ||
- move all defined constants into mendel.conf | ||
- consolidate modules in mendel.inc | ||
- re-use constants and modules wherever possible | ||
- create commented pre-defined configurations of the mendel in mendel.conf for easy selection of a few major variants | ||
|
||
-- Long Term Goals -- | ||
- improve servicability | ||
- re-design parts to allow any individual part to be removed without requiring significant disassembly | ||
- modify parts for easy tool access after installation | ||
|
||
|
||
-- Individual Items -- | ||
- fix vik's fudging of various hole diameters | ||
- unify z leadscrew base, z motor bracket, and z tensioner bracket files - optionally render as individual or combined parts | ||
- parameterize foot height on frame vertex, and make middle three holes optional | ||
- merge x carriage upper and lower with modified bfb versions |