Skip to content

Instantly share code, notes, and snippets.

@jhitesma
Created March 12, 2020 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhitesma/0e6382cf0a98a55578674e3568d59086 to your computer and use it in GitHub Desktop.
Save jhitesma/0e6382cf0a98a55578674e3568d59086 to your computer and use it in GitHub Desktop.
opentracker arduino update
$ git pull
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Total 58 (delta 21), reused 21 (delta 21), pack-reused 37
Unpacking objects: 100% (58/58), 69.79 MiB | 9.43 MiB/s, done.
From https://github.com/OpenAstroTech/OpenAstroTracker
7d7eac8..8808cf9 master -> origin/master
Updating 7d7eac8..8808cf9
Fast-forward
CAD/Solidworks/01a_Baseplate_part1_200x200.SLDPRT | Bin 0 -> 315387 bytes
.../01a_Baseplate_part1_20deg_200x200.SLDPRT | Bin 0 -> 280198 bytes
.../01b_Baseplate_part2_20deg_200x200.SLDPRT | Bin 0 -> 310477 bytes
.../01b_Baseplate_part2_30deg_200x200.SLDPRT | Bin 0 -> 308882 bytes
.../01b_Baseplate_part2_40deg_200x200.SLDPRT | Bin 0 -> 307054 bytes
.../01b_Baseplate_part2_50\302\260_200x200.SLDPRT" | Bin 0 -> 607394 bytes
.../11a_splitring_part1_timingbelt_200x200.SLDPRT | Bin 0 -> 3706675 bytes
.../11c_splitring_part3_timingbelt_200x200.SLDPRT | Bin 0 -> 3862697 bytes
CAD/Solidworks/15_drivedisc_DEC_timingbelt.SLDPRT | Bin 535450 -> 530541 bytes
README.md | 8 ++++--
STL/All latitudes/10_drivedisc_DEC_timingbelt.STL | Bin 48850684 -> 48880984 bytes
.../01a_Baseplate_part1_200x200.STL | Bin 0 -> 7451584 bytes
.../01a_Baseplate_part1_20deg_200x200.STL | Bin 0 -> 7062884 bytes
.../01b_Baseplate_part2_20deg.STL | Bin 0 -> 4626984 bytes
.../01b_Baseplate_part2_30deg.STL | Bin 0 -> 4626984 bytes
.../01b_Baseplate_part2_40deg.STL | Bin 0 -> 4625084 bytes
.../01b_Baseplate_part2_50\302\260_200x200.STL" | Bin 0 -> 20654784 bytes
.../11a_splitring_part1_timingbelt_200x200.STL | Bin 0 -> 17152984 bytes
.../11c_splitring_part3_timingbelt_200x200.STL | Bin 0 -> 16278184 bytes
STL/For 200x200 printers/For 200x200 printers.rar | Bin 0 -> 20988895 bytes
.../ASCOM driver/.vs/OpenAstroGuiding/v16/.suo | Bin 24064 -> 59392 bytes
.../v16/Server/sqlite3/storage.ide | Bin 610304 -> 655360 bytes
.../v16/Server/sqlite3/storage.ide-shm | Bin 32768 -> 0 bytes
.../v16/Server/sqlite3/storage.ide-wal | Bin 78312 -> 0 bytes
Software/ASCOM driver/Driver.cs | 29 ++++++++++++---------
Software/ASCOM driver/OpenAstroGuider.dll | Bin 0 -> 284672 bytes
.../ASCOM driver/bin/Debug/OpenAstroGuider.dll | Bin 284672 -> 284672 bytes
.../ASCOM driver/bin/Debug/OpenAstroGuider.pdb | Bin 69120 -> 67072 bytes
.../ASCOM driver/bin/Debug/OpenAstroGuider.tlb | Bin 2568 -> 2568 bytes
.../ASCOM driver/obj/Debug/OpenAstroGuider.dll | Bin 284672 -> 284672 bytes
.../ASCOM driver/obj/Debug/OpenAstroGuider.pdb | Bin 69120 -> 67072 bytes
.../OpenAstroGuiding.csprojAssemblyReference.cache | Bin 49417 -> 424 bytes
.../OpenAstroTracker/d_calculations.ino | 2 +-
...AstroTracker.rar => OpenAstroTracker_1.2.6.rar} | Bin 13303 -> 13312 bytes
changelog.md | 9 +++++++
35 files changed, 33 insertions(+), 15 deletions(-)
create mode 100644 CAD/Solidworks/01a_Baseplate_part1_200x200.SLDPRT
create mode 100644 CAD/Solidworks/01a_Baseplate_part1_20deg_200x200.SLDPRT
create mode 100644 CAD/Solidworks/01b_Baseplate_part2_20deg_200x200.SLDPRT
create mode 100644 CAD/Solidworks/01b_Baseplate_part2_30deg_200x200.SLDPRT
create mode 100644 CAD/Solidworks/01b_Baseplate_part2_40deg_200x200.SLDPRT
create mode 100644 "CAD/Solidworks/01b_Baseplate_part2_50\302\260_200x200.SLDPRT"
create mode 100644 CAD/Solidworks/11a_splitring_part1_timingbelt_200x200.SLDPRT
create mode 100644 CAD/Solidworks/11c_splitring_part3_timingbelt_200x200.SLDPRT
create mode 100644 STL/For 200x200 printers/01a_Baseplate_part1_200x200.STL
create mode 100644 STL/For 200x200 printers/01a_Baseplate_part1_20deg_200x200.STL
create mode 100644 STL/For 200x200 printers/01b_Baseplate_part2_20deg.STL
create mode 100644 STL/For 200x200 printers/01b_Baseplate_part2_30deg.STL
create mode 100644 STL/For 200x200 printers/01b_Baseplate_part2_40deg.STL
create mode 100644 "STL/For 200x200 printers/01b_Baseplate_part2_50\302\260_200x200.STL"
create mode 100644 STL/For 200x200 printers/11a_splitring_part1_timingbelt_200x200.STL
create mode 100644 STL/For 200x200 printers/11c_splitring_part3_timingbelt_200x200.STL
create mode 100644 STL/For 200x200 printers/For 200x200 printers.rar
delete mode 100644 Software/ASCOM driver/.vs/OpenAstroGuiding/v16/Server/sqlite3/storage.ide-shm
delete mode 100644 Software/ASCOM driver/.vs/OpenAstroGuiding/v16/Server/sqlite3/storage.ide-wal
create mode 100644 Software/ASCOM driver/OpenAstroGuider.dll
rename Software/Arduino code/{OpenAstroTracker.rar => OpenAstroTracker_1.2.6.rar} (60%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment