Quantcast
Channel: Reprap Forum - Controllers
Viewing all articles
Browse latest Browse all 10211

Re: Arduino CNC Shield V3.0

$
0
0
This is what I have configured so far. Unfortunately, I will not have the part in front of myself until a few hours from now. I have to verify if i have version 3.0, 3.02, or 3.03 as the last two i read have 2 pins which would have to be swapped.
#if MOTHERBOARD == 99
#define KNOWN_BOARD 1

#define X_STEP_PIN 2
#define X_DIR_PIN -5
#define X_ENABLE_PIN 8
#define X_STOP_PIN 9

#define Y_STEP_PIN -3
#define Y_DIR_PIN -6
#define Y_ENABLE_PIN 8
#define Y_STOP_PIN 10

#define Z_STEP_PIN 4
#define Z_DIR_PIN 7
#define Z_ENABLE_PIN 8
#define Z_STOP_PIN 11

#define E0_STEP_PIN ? --none listed via the images I provided
#define E0_DIR_PIN 13
#define E0_ENABLE_PIN 12

Viewing all articles
Browse latest Browse all 10211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>