This repo will serve as the file hosting/iterating source for Carl's C-Bot and its various incarnations. To contribute to this build, YOUR build must be based on Carl's original c-bot design. It must be CoreXY mechanics, and most importantly, opensource.
this will also serve as a place to test experimental builds and parts
file names will be as follows:
- {original_filename}{(#_times_to_print)}.{Author}.{version}
ex:
- X_EndStop(x1).CarlFeniak.V2.stl
- V-Wheel_Spacer(x16).CarlFeniak.v1.stl
{Your Name - Your Build}/
- Parts/
- Main_Frame/
- Z-Bed/
- XY_Gantry/
- Other/
- Test_Parts [each to be deleted when incorporated into final build]/
- Other_Files [BOM, etc]/
- Instructions [if any]/
README.md
the readme.md is the place to show all sorts of info on your build, link to your build log somewhere or thingiverse. its what is displayed when looking at your folder on github. just like this file is displayed. it might also be a good idea to include YOUR folder structure if its different than the standard, and/or any other notes or progress reports or whatever needs to be seen when looking at your build.
if you want to add your build to the list, simply submit a pull request with the proper folder structure
Master branch will always be 'stable'. so new people can pull down the master branch at any time and have stable finished builds, that are orginized and easy to navigate.