Matt McWilliams mattmcw
mattmcw pushed to main at mattmcw/animation 2022-11-14 18:44:01 +00:00
d5a90ca8ae Fixed?
mattmcw pushed to main at mattmcw/animation 2022-11-14 18:43:40 +00:00
1a28ccba66 What is happening
mattmcw pushed to main at mattmcw/animation 2022-11-14 18:42:48 +00:00
6ae5797ebb Fix sloppy merge
ff04b2aa37 Add a few pattern matching algorithms to notes
Compare 2 commits »
mattmcw pushed to main at mattmcw/animation 2022-11-14 03:36:27 +00:00
2798729373 Work on normalization script
mattmcw pushed to capper at 16mm/mcopy 2022-11-13 22:35:24 +00:00
cbd7001228 Save work on the JK99 shield.
mattmcw pushed to capper at 16mm/mcopy 2022-11-11 20:48:01 +00:00
dec96ec9be Use variable in stepper declaration
3942cd05be Declare stepsPerRevolution so change is explicit when that happens
Compare 2 commits »
mattmcw pushed to master at 16mm/intval3 2022-11-11 18:31:46 +00:00
e5a915ae7c Add the reinforced key design from intval2
561bfd784c Work in progress of adding Makefile to build all OpenSCAD models for printing. Based off work in intval2 project with a slightly more automated approach. Hopefully can massage the parseVars.sh script into a single command within the Makefile.
Compare 2 commits »
mattmcw pushed to main at mattmcw/animation 2022-11-11 15:19:34 +00:00
9e11d95447 Credit "borrowed" code used for angle normalization
mattmcw pushed to main at mattmcw/animation 2022-11-11 15:09:18 +00:00
66aa5d1712 Add a script that draws the calibration page fiducials
9ca86eb862 Add an install script for setting up the directories with dependencies
Compare 2 commits »
mattmcw pushed to main at mattmcw/animation 2022-11-10 23:06:51 +00:00
ca6d7d7d0b Specified the "analyze" script as the "normalize" script. Can be used for multiple processes.
mattmcw pushed to main at mattmcw/emscripten_docker 2022-11-10 04:49:17 +00:00
2177ad55c3 some ideas?
mattmcw pushed to main at mattmcw/animation 2022-11-09 21:56:18 +00:00
602b6dc26c Draw lines between squared points. Get rotation angles (still need to fix verts_angle())
e1c6777bf8 Only look at 20% margins for hole punches. Works on all existing examples
Compare 2 commits »
mattmcw pushed to main at mattmcw/animation 2022-11-09 14:45:10 +00:00
73b61c0cab Fix appendStr -> append
mattmcw pushed to main at mattmcw/animation 2022-11-09 03:47:43 +00:00
f103133b9f Almost blew past a good stopping point.
e5d9d654ac Merge remote-tracking branch 'origin/main'
55cc8ed22c Add a "stipple_random" script that, unlike the sine, uses shuf and a sequence of integers to generate a random number to apply as the "step" in the range of stipple settings
Compare 3 commits »
mattmcw pushed to main at mattmcw/animation 2022-11-09 00:11:18 +00:00
cd1edbe538 Started analysis script with single example taken from stackoverflow as a starting point. Had to modify it to support opencv 4.x but got it to run. Finds holes.
mattmcw pushed to capper at 16mm/mcopy 2022-11-04 23:37:14 +00:00
ee1e9c9feb Stepper firmware is working. Needed extra tape around coupling connector to add friction to connection and now it keeps.
mattmcw pushed to capper at 16mm/mcopy 2022-10-30 16:14:36 +00:00
fcb77232ec Create the driveCoupling module for the stepper motor design
1fcbec7466 Work on stepper motor design and software. Motor still moves more slowly than it should but will investigate multiple factors leading to this result
Compare 2 commits »
mattmcw pushed to main at modules/takeup 2022-10-28 23:45:31 +00:00
a5907409ca Add M4 as a reinforcement bolt that allows for a screw-on nut to hold a reel in place
mattmcw pushed to capper at 16mm/mcopy 2022-10-28 15:28:33 +00:00
98f2c7a24a Pausing work on arri_s_DC firmware because hardware is less than ideal. Too much play in the motor position to trust right now. Steppers better approach.
mattmcw pushed to capper at 16mm/mcopy 2022-10-28 11:50:33 +00:00
787e6ed06e Add a concept arri_s camera controller firmware. Using class-based approach as an experiment in Arduino code structure.