Matt McWilliams mattmcw
mattmcw pushed to master at 16mm/contact_printer 2024-03-01 10:31:20 +00:00
84f78985d1 Save all work positioning feet around frame. Adjust lamp in debug module for rendering image.
mattmcw pushed to master at 16mm/contact_printer 2024-03-01 10:30:21 +00:00
1eea26c9d4 Save work in progress LinearRegression class
mattmcw pushed to master at 16mm/contact_printer 2024-03-01 10:29:56 +00:00
7b762a486d begin outline of residency report
mattmcw pushed to master at 16mm/contact_printer 2024-02-25 13:00:31 +00:00
6cf8f62a42 Add variables to start and stop lamp and alternately stop the machine after x number of frames
mattmcw pushed to master at 16mm/contact_printer 2024-02-25 12:59:52 +00:00
a2c092d57c Update README
mattmcw pushed to master at 16mm/contact_printer 2024-02-24 14:46:34 +00:00
d5cb055d2c Update render to new design. Add a script that will output the render from openscad and scale/crop with imagemagick.
mattmcw opened issue 16mm/contact_printer#7 2024-02-24 14:34:36 +00:00
Create lamp board design
mattmcw opened issue 16mm/contact_printer#6 2024-02-24 14:32:56 +00:00
Remove second L298N from electronics panel design.
mattmcw opened issue 16mm/contact_printer#5 2024-02-24 14:31:25 +00:00
Add filter holder
mattmcw opened issue 16mm/contact_printer#4 2024-02-24 14:30:54 +00:00
Improve gate design
mattmcw pushed to master at 16mm/contact_printer 2024-02-24 13:59:48 +00:00
2ea7cb2e8d Created the placeholder for the contact_printer dev server. This will accept a post from the ESP32 with a report after each run. This data can be used in developing features.
mattmcw pushed to master at 16mm/contact_printer 2024-02-24 13:18:11 +00:00
d3da5705f3 Rename variables from 16mmFilm to Film16mm because IDE is suggesting that variables not begin with numbers.
mattmcw pushed to master at 16mm/contact_printer 2024-02-24 13:06:10 +00:00
7981250d5a Changed from dev mode to working mode. Lamp turns on after 24 frames. Will make it configurable.
mattmcw pushed to master at 16mm/contact_printer 2024-02-23 00:55:50 +00:00
39650094bd Code is in test mode for getting approximations of the motor speed with no load, under single strand of film load and with 2 films. Should be possible to create a control loop to maintain a roughly-accurate speed.
mattmcw pushed to master at 16mm/contact_printer 2024-02-22 09:49:59 +00:00
8efa6cea8a Moved all proof of concept sketches into ino/demos
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 21:54:51 +00:00
f9803d2648 Add proof of concept blink script for wiring the lamp to be driven by +5V and the TIP120 controlling 3 LEDs at once.
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 21:48:13 +00:00
7c8be86fb8 Motor speed is now calculated (flawed). Tests can be run on various PWM speeds, resolutions and with and without loads to determine the ability for the printer run at maximum speeds.
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 18:27:55 +00:00
d0e0ca2f7a Update README to credit Clyde for the magnetic takeup.
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 18:25:41 +00:00
d94aa5373f Update README to better reflect current state of the project and add Acknowledgements section.
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 15:47:58 +00:00
db1f8c4100 Make some sacrifices in the DriveMotor class to make it non-generalizable. Working towards porting timing functions from encoder proof of concept sketch.