- Somerville, MA
- https://sixteenmillimeter.com
- Joined on
2021-04-12
Add bearing to sprocketed roller
This has been added to both the upright and inverted solid rollers, which are the recommended ones at the moment.
Add bearing to sprocketed roller
ce910d66b4
Remove pre-commit hook for now. Cannot access requested commit message so it won't do what I want
e1f6085b87
Add variables for setting the target fps and rpm
5134038ac5
Add a placeholder git pre-commit script for executing versioning rules
db21753d71
Add the version.sh script for incrementing semver number on changes
6205cef7f1
Add version file and VERSION constant to project
c036aad6cb
Rename classes and constructors from EncoderMotor to DriveMotor.
937cb85141
Rename encoder motor files drive motor (still broken).
1056e81b82
Fill out EncoderMotor methods and add variables to be used to calculate position + speed and used for PID. TODO: rename class because it is not a generic EncoderMotor class, should instead be DriveMotor.
1c1978107d
Move all ramp variables to class members. To move the ramp behavior to the Loop() method there will need to be a global timer.
344e1e8d1d
Implement pwm ramp up with ledcWrite(), not analogWrite(). Use directional pins to start in particular direction and stop in both. Ramp behavior should move to loop so that it is not blocking loop behavior.
990dd83da1
Fixed corner module
bb9f3bf33a
Refactored takeup panels. Bolts are properly positioned. Adjusted rounded corners.
4917080517
Frame has been resized and new panels have been drafted. Still not perfectly parametric and the const variables are getting out of hand. Needs a refactor at the top and then throughout panel modules first, removing magic numbers. Rounded panel corners at frame corners (one per panel). Printing this draft for possible revision if needed.
670296e5a8
Make a draft of the sprocketed roller that is the sold, invert version of the one with top sprockets.
ffbbb7c3ce
Work on frame resizing. Still trying to massage reel distance without cutting aluminum. Wanted to do it tomorrow but will wait until next week after doing tests this weekend. MAYBE: a module that generates a tool for generating a guide that shows how far reels will sit from one another.
e90e5f4ae0
Move old design files to scad/old, don't just tag in the name.
eb3c920d2d
Project compiles now with scripts/compile.sh and in the IDE
03e8df9617
Ignore bin dir