Arduino filastruder filiment guide with servo mount

Arduino filastruder filiment guide with servo mount

Description

Changed It So That A Mini Servo Such As Tower Pro (Sg90) Can Fit, Small Bit Of Filling Needs Doing As About 0.5 Mm To Wide, Also I Used An Arduino Sketch With This Which Operates This At Slow Speed. Remember To Download The Varspeedservo.H Library. Https://Github.Com/Netlabtoolkit/Varspeedservo Connections Are. 5V Ground Pin 9 For The Signal (Normally The Orange Wire) The Arduino Sketch.... Will Not Work Unless The Library From The Above Link Is Added. // Speed Controlled Servo Sweep // See: Http://Arduino.Cc/Forum/Index.Php/Topic,61586.0.Html // // Michael Margolis 4 August 2011 // Edited By Http://Www.Bajdi.Com #Include <Varspeedservo.H> Varspeedservo Myservo; // Servo Objects Int Servospeeds = 1; // Sweep Speed, 1 Is Slowest, 255 Fastest) Int Servominposition = 0; // The Minumum Servo Angle Int Servomaxposition = 100; // The Maximum Servo Angle Void Setup() { Myservo.Attach(9); Myservo.Slowmove(Servominposition,Servospeeds) ; // Start Sweeping From Min Position } Void Loop() { // Sweep The Servos If( Myservo.Read() == Servominposition) { Myservo.Slowmove(Servomaxposition,Servospeeds) ; } Else If( Myservo.Read() == Servomaxposition) { Myservo.Slowmove(Servominposition,Servospeeds) ; } }

Statistics

Likes

12

Downloads

0

Category

3D Printing