Firmware/Alternative

From RepRap
Revision as of 05:16, 22 November 2008 by Leav (talk | contribs) (New page: ==Arduino Test Code== Simple tests to help debug and check your arduino and cartesian robot. [*]hOMING - brings back all the axes one by one to the home position using only the opto switc...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Arduino Test Code

Simple tests to help debug and check your arduino and cartesian robot.

[*]hOMING - brings back all the axes one by one to the home position using only the opto switches as feedback (no sanity checks). [*]pRINToPTO - doesn't move any motors, only prints the status of the opto switches to the arduino IDE terminal. [*]rECTANGULARsPIRAL - prints the above rectangular spiral from the current position (no homing). width height and margins are easily modifiable.

YouTube Video of the rECTANGULARsPIRAL program in action.

rECTANGULARsPIRAL action

Download the Test_code.zip file.