Pololu -> Is this schema working? May 14, 2010 10:07AM |
Registered: 14 years ago Posts: 80 |
Re: Pololu -> Is this schema working? May 16, 2010 10:24PM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? June 03, 2010 12:23AM |
Admin Registered: 17 years ago Posts: 476 |
Re: Pololu -> Is this schema working? June 03, 2010 12:49AM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? June 03, 2010 01:25AM |
Admin Registered: 17 years ago Posts: 476 |
Re: Pololu -> Is this schema working? June 03, 2010 10:28AM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? June 03, 2010 05:05PM |
Admin Registered: 17 years ago Posts: 476 |
Re: Pololu -> Is this schema working? June 03, 2010 08:32PM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? June 04, 2010 12:34AM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? June 04, 2010 08:30AM |
Registered: 16 years ago Posts: 186 |
Re: Pololu -> Is this schema working? June 13, 2010 12:17PM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? June 13, 2010 01:36PM |
Registered: 14 years ago Posts: 689 |
Re: Pololu -> Is this schema working? June 13, 2010 04:16PM |
Admin Registered: 17 years ago Posts: 1,791 |
Re: Pololu -> Is this schema working? August 05, 2010 11:14PM |
Registered: 14 years ago Posts: 25 |
Re: Pololu -> Is this schema working? August 05, 2010 11:45PM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? August 06, 2010 04:53AM |
Registered: 17 years ago Posts: 1,094 |
Re: Pololu -> Is this schema working? August 28, 2010 05:25PM |
Registered: 14 years ago Posts: 25 |
Re: Pololu -> Is this schema working? August 28, 2010 08:37PM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? August 29, 2010 05:13AM |
Registered: 17 years ago Posts: 467 |
Re: Pololu -> Is this schema working? September 04, 2010 09:19PM |
Registered: 14 years ago Posts: 25 |
Re: Pololu -> Is this schema working? September 04, 2010 09:55PM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? September 10, 2010 01:14PM |
Registered: 14 years ago Posts: 25 |
Experimental: JNI_OnLoad called. Stable Library ========================================= Native lib Version = RXTX-2.1-7 Java lib Version = RXTX-2.1-7 RXTX Warning: Removing stale lock file. /var/lock/LCK..ttyUSB0 Java 3D WARNING : reported GLX version = 1.2 GLX version 1.3 or higher is required The reported version number may be incorrect. There is a known ATI driver bug in glXQueryVersion that incorrectly reports the GLX version as 1.2 when it really is 1.3, so Java 3D will attempt to run anyway.I searched the Reprap forums and Ubuntu forums and found no answers there. I was not even sure if it is a problem so I moved on.
#define X_STEP_PIN 26 #define X_DIR_PIN 28 #define X_ENABLE_PIN 24 #define X_MIN_PIN 3 #define X_MAX_PIN 2 #define Y_STEP_PIN 38 #define Y_DIR_PIN 40 #define Y_ENABLE_PIN 36 #define Y_MIN_PIN 16 #define Y_MAX_PIN 17 #define Z_STEP_PIN 44 #define Z_DIR_PIN 46 #define Z_ENABLE_PIN 42 #define Z_MIN_PIN 18 #define Z_MAX_PIN 19 #define E_STEP_PIN 32 #define E_DIR_PIN 34 #define E_ENABLE_PIN 30 #define LED_PIN 13 #define FAN_PIN -1 #define PS_ON_PIN -1 #define KILL_PIN -1 #define HEATER_0_PIN 12 #define TEMP_0_PIN 2 // MUST USE ANALOG INPUT NUMBERING NOT DIGITAL OUTPUT NUMBERING!!!!!!!!!
Re: Pololu -> Is this schema working? September 10, 2010 07:33PM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: Pololu -> Is this schema working? September 12, 2010 11:18AM |
Registered: 14 years ago Posts: 25 |
Re: Pololu -> Is this schema working? September 12, 2010 02:46PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Pololu -> Is this schema working? September 13, 2010 03:50PM |
Registered: 14 years ago Posts: 25 |
Re: Pololu -> Is this schema working? September 13, 2010 03:55PM |
Registered: 15 years ago Posts: 800 |
Re: Pololu -> Is this schema working? September 13, 2010 09:53PM |
Registered: 14 years ago Posts: 25 |
Re: Pololu -> Is this schema working? September 13, 2010 10:26PM |
Registered: 14 years ago Posts: 1,092 |
Re: Pololu -> Is this schema working? September 14, 2010 02:38PM |
Registered: 14 years ago Posts: 25 |