contact_printer/ino/contact_printer
Matt McWilliams eb6461c416 Work on report and start on integrating WebGUI 2024-03-03 10:16:39 -05:00
..
ContactPrinter.cpp Add variables to start and stop lamp and alternately stop the machine after x number of frames 2024-02-25 14:00:24 +01:00
ContactPrinter.h Work on report and start on integrating WebGUI 2024-03-03 10:16:39 -05:00
DriveMotor.cpp 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. 2024-02-23 00:31:14 +01:00
DriveMotor.h 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. 2024-02-23 00:31:14 +01:00
Lamp.cpp Changed from dev mode to working mode. Lamp turns on after 24 frames. Will make it configurable. 2024-02-24 14:04:16 +01:00
Lamp.h Changed from dev mode to working mode. Lamp turns on after 24 frames. Will make it configurable. 2024-02-24 14:04:16 +01:00
WebGUI.cpp Begin progress on web gui stub. Make AP-only for now and form post. Would bluetooth from a webapp be better? 2024-03-02 22:49:10 +01:00
WebGUI.h Begin progress on web gui stub. Make AP-only for now and form post. Would bluetooth from a webapp be better? 2024-03-02 22:49:10 +01:00
contact_printer.ino 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. 2024-02-21 22:48:08 +01:00