-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finish motor routine #1
Comments
motor_controls.cpp doesnt seem to compile due to the blow it has taken to https://github.com/mariolukas/OpenScan-Alternative-Firmware/blob/master/src/motor_controls.cpp#L35 , what a pitty, I was eager to try the alternative fw right away :) have to postpone this to when i've got more time than adjusting pin numbering |
Sorry. I don't have the time to finish this project (at the moment). |
after looking into the single file .ino dump on openscan.eu things didn't look much better for me :) I'm either going to write my own, or going to finish this alt firmware for my needs because split up it looks much less intimidating than the current state. since I've hacked an old anet a8 display (20x4+5 buttons) onto a leonardo for my openscanner I'll probably want to write my own menu anyway (to make use of all those precious buttons) hope I'll be able to look into it the next weeks, spare time is always rare ;) |
I tried to make the code more modular and also tried introducing semantical variables. Yes indeed, spare time is rare. Especially when you are woking on other main projects like the FabScanPi. I came up in using only the mechanical parts of the scanner. As Firmware or Software i will write another module for the FabScanPi-Server. In this way i am able to use the pi camera module and can already mask the images. The existing FabScanPi HAT is able to handle up to 3 motors, so it will fit my needs. |
sounds nice. but now that I've hacked together my own shield for the stepperdrivers and a remote trigger I'm probably going to use it before throwing the next pi at the next problem :) I've already found fabscan via mariolukas.de 👍 which reminds me that I could auch deutsch schreiben ein laserscanner waer natuerlich auch ne idee, jetzt aerger ich mich fast das ich nicht frueher auf den fabscan gestossen bin. ich befinde mich sogar im besitz eines bosch pll 360 linienlasers, ich vermute den koennte man dafuer verwenden... |
In diesem speziellen Fall geht das ok :) ( Hab das Gefühl das Repository findet eh keiner)
Ja. Aber in den letzten 5 -6 Jahren habe ich gelernt dass es nicht das "eine" Verfahren gibt was für alle Anwendungsfälle geeignet ist. Deshalb habe ich beim FabScan in der Software auch eine Modul Struktur vorbereitet. Umgesetzt werden sollen in nicht allzu ferner Zukunft Structured Light Scanner Modul und Photogrammetrie. Zur Zeit arbeite ich aber daran die Software kompatibel zum Ciclop Scanner zu machen. |
[ ] add stop option
[ ] add confirmation menu after stop
The text was updated successfully, but these errors were encountered: