RADDS und Servo bzw. PS_on 08. January 2015 08:35 |
Registrierungsdatum: 12 Jahre zuvor Beiträge: 1.916 |
Quote
/* ======== Servos =======
Control the servos with
M340 P S / ServoID = 0..3 pulseInUs = 500..2500
Servos are controlled by a pulse width normally between 500 and 2500 with 1500ms in center position. 0 turns servo off.
WARNING: Servos can draw a considerable amount of current. Make sure your system can handle this or you may risk your hardware!
*/
#define FEATURE_SERVO 1
#define SERVO0_PIN 40
#define SERVO1_PIN -1
#define SERVO2_PIN -1
#define SERVO3_PIN ORIG_PS_ON_PIN
#define FEATURE_WATCHDOG 1
Re: RADDS und Servo bzw. PS_on 13. February 2015 05:23 |
Registrierungsdatum: 12 Jahre zuvor Beiträge: 1.916 |
Re: RADDS und Servo bzw. PS_on 13. February 2015 05:30 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 4.977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: RADDS und Servo bzw. PS_on 13. February 2015 11:54 |
Registrierungsdatum: 12 Jahre zuvor Beiträge: 1.916 |