Browse Source

Fix Copymaster Y_MAX pin (#17267)

RasmusAaen 5 years ago
parent
commit
717c216851
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/pins/ramps/pins_COPYMASTER_3D.h

+ 1
- 0
Marlin/src/pins/ramps/pins_COPYMASTER_3D.h View File

24
 #define BOARD_INFO_NAME "Copymaster 3D RAMPS"
24
 #define BOARD_INFO_NAME "Copymaster 3D RAMPS"
25
 
25
 
26
 #define Z_STEP_PIN        47
26
 #define Z_STEP_PIN        47
27
+#define Y_MAX_PIN         14
27
 #define FIL_RUNOUT_PIN    15
28
 #define FIL_RUNOUT_PIN    15
28
 #define SD_DETECT_PIN     66
29
 #define SD_DETECT_PIN     66
29
 
30
 

Loading…
Cancel
Save