[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
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
Build Your Own SLA/SLS • TILT Mechanism
Page 1 of 1

TILT Mechanism

Posted: Wed Aug 13, 2014 6:05 am
by pingnagan
Hello All,

Im building a DLP printer, while, I see the importance of the tilt mechanism here.

I would like to get clarified for the below doubt, Please guide

How does the tilt motor gets controlled by the software, assuming Im using the RAMPS kit, where do I connect the TILT motor, Do I need some Cam shaft mechanism, have a Y cable to the Z axis, which means it would move at the same time.

If there is a better way, or If the CW software has a control by using the spare X, Y axis not used by the conventional Reprap.

Thanks a lot in advance.

Re: TILT Mechanism

Posted: Wed Aug 13, 2014 6:58 am
by adambx
Exactly, you can use the X or Y drivers for that purpose...or in my case I use the extruder.

And you will need a cam mechanism, or another spindle, or anything else for that matter that gives you the desired result :)

Even a Servo should work.

Re: TILT Mechanism

Posted: Fri Aug 15, 2014 8:19 am
by pingnagan
Thanks a lot Adambx. How do you configure the extruder drivers in CW to work in sync with the Z drive.

I was also confused how that sync in tilting happen's. Does Creator Workshop has setting that will send those signals, which can be used to drive the motor.

Im sure, that Z axis movements and precision would be configured via Firmware, and the GCodes will be sent by CW software, Since I have not yet implemented it, Im not sure, whether there is a seperate drive option with Tilt settings or control signals via seperate GCode.

Thanks in advance, and please bear with me, If its very basic or silly. Im new to DLP based Printers, while Im okay with FFF based Reprap printers.

Thanks again for any extended support by the experts in this forumn.

Regards,

PP

Re: TILT Mechanism

Posted: Fri Aug 15, 2014 11:44 am
by adambx

Re: TILT Mechanism

Posted: Fri Aug 15, 2014 1:06 pm
by pingnagan
Thanks again.

I just had a quick view on the CW, It gives me choice to use any Motor, Like XY or Extruder.

But Im not so sure, how the firmware will understand that Extruder Motor is being used for Tilt mechanism. :(

Re: TILT Mechanism

Posted: Fri Aug 15, 2014 1:44 pm
by adambx
the firmware doesn't need to understand...you set it up via Gcode. you can also use any other axis as tilt.
As you see in my code the "G1 E....." command tells the firmware to use the extruder, if you use the X axis as the tilt motor, you would type "G1 X.....".
i suggest you read up a bit on GCode and how it works in general.

Cheers ;)