accelerometer probe on smoothieboard?
accelerometer probe on smoothieboard?
Is it possible to use the SeeMeCNC accelerator probe on smoothieboard?
- Jimustanguitar
- ULTIMATE 3D JEDI
- Posts: 2608
- Joined: Sun Mar 31, 2013 1:35 am
- Location: Notre Dame area
- Contact:
Re: accelerometer probe on smoothieboard?
Also curious about this on Duet. Anybody know?
Re: accelerometer probe on smoothieboard?
I don't have the accelerometer board yet but it should just work from what I've seen and read. Looking at the Configuration.h it simply interfaces to a single pin and looks like an endstop port and gives a simple binary on/off signal like a simple mechanical switch.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: accelerometer probe on smoothieboard?
My understanding is that it uses an I2C interface...
g.
g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Re: accelerometer probe on smoothieboard?
I would think that would require some significant changes to repetier firmware to support? I looked at the repetier sources quickly and did not see anything out of the ordinary. This is where the pin is defined in Configuration.h:
I've never quit figured out how repetier firmware maps to pins defined at http://reprap.org/wiki/Rambo_development (and it has been several years since I've used a RAMBo).
Hey - you have a V3! Where does it plug into RAMBo and how many pins does it use?
Code: Select all
/* #################### Z-Probe configuration and Settings #####################
These will change machine to machine, be sure to have the correct machine selected in the top of this config file
*/
// 301 = RAMBO 302 = MINI_RAMBO
#if MOTHERBOARD == 301
#define Z_PROBE_PIN 4
#elif MOTHERBOARD == 302
#define Z_PROBE_PIN 16
#endif
Hey - you have a V3! Where does it plug into RAMBo and how many pins does it use?
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: accelerometer probe on smoothieboard?
Yup, I2C http://seemecnc.dozuki.com/Guide/Step+4 ... ssembly/44
I looked at the sources again and still did not find anything special to support the probe.
I looked at the sources again and still did not find anything special to support the probe.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: accelerometer probe on smoothieboard?
I took all those pics...so yeah.
g.
g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Re: accelerometer probe on smoothieboard?
Show off.
What do you know about the code to support the probe?
What do you know about the code to support the probe?
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: accelerometer probe on smoothieboard?
Okay, well at least it's possible since smoothie has an I2C header. Hopefully the coding is something simple.
Re: accelerometer probe on smoothieboard?
I don't know anything about it. I think the next most knowledgeable guy is Kraegar....or bug Guanu.
g.
g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects