Permalink
Browse files

Remove comments in pins.h

  • Loading branch information...
jsphpl committed Apr 18, 2017
1 parent 8225adc commit 25b737d28e9695ec48a4801d79432651ae347176
Showing with 3 additions and 3 deletions.
  1. +3 −3 Repetier/pins.h
View
@@ -318,9 +318,9 @@ STEPPER_CURRENT_CONTROL
#ifdef RAMPS_V_1_3
-#define ORIG_X_STEP_PIN 36 //54
-#define ORIG_X_DIR_PIN 34 //55
-#define ORIG_X_ENABLE_PIN 30 //38
+#define ORIG_X_STEP_PIN 36
+#define ORIG_X_DIR_PIN 34
+#define ORIG_X_ENABLE_PIN 30
#define ORIG_X_MIN_PIN 3
#define ORIG_X_MAX_PIN 2

0 comments on commit 25b737d

Please sign in to comment.