[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
Build Your Own SLA/SLS • Help with TILT system
Page 1 of 1

Help with TILT system

Posted: Tue Mar 31, 2015 4:32 pm
by vonhellsing
Hi,

I start project my UV laser 3D print resin with core xy, now i stay in VAT project, i think using airmodel servo its more cheap than NEMA motor. my questions:

where i connect in ramps this servo and i need some especial deployment in marlin or other firmware to implement ?


Cheers!

Angelini

Re: Help with TILT system

Posted: Tue Mar 31, 2015 5:12 pm
by Phife
You can put an RC Servo on one of the 4 servo sets of pins. See the picture. The servo pins are near the bottom left side. Marked Servos, to the right of the power connectors.

You will need to supply 5V to the 5v pin thats next to the reset switch. This will provide 5v to your servos.

Marlin should already have servo capability, have a look at the configuration.h, you should see a section at the bottom that says R/C Servo, you'll need to define how many servos you have connected, 1-4.

Then its just a matter of issuing a Servo Position Mcode command. M280 - set servo position absolute. P: servo index, S: angle or microseconds (Marlin)

For example, "M280 P0 S90" should move servo in the 1 position to 90 degrees. P is the servo number it starts at 0 and goes to 3, where as the servos are 1-4. Keep that in mind, 1=0 2=1 3=2 4=3.

Re: Help with TILT system

Posted: Wed Apr 08, 2015 4:43 pm
by Math75
Hi,I am building the same kind of 3D printer.
Witch version of Marlin are you using? I don't find one with a servo control...

thank you

Math