Search found 8 matches

by Lars
Mon May 25, 2015 12:31 am
Forum: LitePlacer Software
Topic: Added template matching
Replies: 5
Views: 7769

Re: Added template matching

thereza, kudos to you. Never did any image recognition before and mastering this with ease.. I'm feeling so small with my Arduino-skills all of a sudden.
by Lars
Mon May 25, 2015 12:26 am
Forum: LitePlacer Software
Topic: git is the biggest piece of shit
Replies: 2
Views: 2818

Re: git is the biggest piece of shit

You most probably did not add the new files with "git add ." and thus it didn't take the files into the commit ;)
by Lars
Mon May 25, 2015 12:25 am
Forum: LitePlacer Software
Topic: Code Contributions to the software
Replies: 82
Views: 47470

Re: Code Contributions to the software

You just need to create a pull request on github. There are quite a few tutorials for that on github.com. :)
by Lars
Tue May 19, 2015 5:33 pm
Forum: Building the LitePlacer
Topic: "Hit limit switch" interrupt during placement? Check switch!
Replies: 4
Views: 4213

Re: "Hit limit switch" interrupt during placement? Check swi

You could also debounce with a simple RC low pass.
by Lars
Sun Apr 12, 2015 8:46 pm
Forum: LitePlacer Software
Topic: problem with z-homing & limit switches
Replies: 12
Views: 10003

Re: problem with z-homing & limit switches

Hey Thereza, for the A axis channel I would turn the current limit pot all the way down.
by Lars
Sun Mar 01, 2015 11:42 pm
Forum: LitePlacer Software
Topic: Software on Linux?
Replies: 5
Views: 5901

Re: Software on Linux?

Sounds good! I will try to set up a build environment for the liteplacer software then.
Cameras like the ones you used are generally plug and play in Linux, the endoscope cams use one of the typical USB webcam chips. :)
by Lars
Wed Feb 18, 2015 3:08 am
Forum: LitePlacer Software
Topic: Use GRBL instead of TinyG
Replies: 27
Views: 23161

Re: Use GRBL instead of TinyG

I would absolutely prefer to use GRBL / pure g-code instead of having to use a proprietary tinyG controller as the tinyG hardware is not Open Source :( g-code with a feedback (machine move complete) is really more interesting, just imagine having more axis than tinyG or a servo system which can't be...
by Lars
Mon Feb 09, 2015 8:51 pm
Forum: LitePlacer Software
Topic: Software on Linux?
Replies: 5
Views: 5901

Software on Linux?

Hello. I don't have a Windows operation system and neither me nor any of my hacker friends like Windows, but we love to build hardware and the documentation of this project. I am sure we would have fun with a LitePlacer kit, but for now it seems the software would only run on windows? Could it be co...