Browse Source

Update PB Rev.F pins

Scott Lahteine 6 years ago
parent
commit
378867d894
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/pins_PRINTRBOARD_REVF.h

+ 2
- 2
Marlin/src/pins/pins_PRINTRBOARD_REVF.h View File

70
   #error "USBCON should be defined by the platform for this board."
70
   #error "USBCON should be defined by the platform for this board."
71
 #endif
71
 #endif
72
 
72
 
73
-#define BOARD_NAME         "Printrboard Rev F"
73
+#define BOARD_NAME         "Printrboard Rev.F"
74
 // Disable JTAG pins so EXP1 pins work correctly
74
 // Disable JTAG pins so EXP1 pins work correctly
75
 // (Its pins are used for the Extrudrboard and filament sensor, for example).
75
 // (Its pins are used for the Extrudrboard and filament sensor, for example).
76
 #define DISABLE_JTAG
76
 #define DISABLE_JTAG
83
  * See https://printrbot.zendesk.com/hc/en-us/articles/115003072346
83
  * See https://printrbot.zendesk.com/hc/en-us/articles/115003072346
84
  *
84
  *
85
  * If you have REV F6 you probably also want to set E0_AUTO_FAN_PIN
85
  * If you have REV F6 you probably also want to set E0_AUTO_FAN_PIN
86
- * to PRINTRBOARD_F6_HEATER_FAN_PIN
86
+ * to PRINTRBOARD_F6_HEATER_FAN_PIN (44).
87
  *
87
  *
88
  * Define NO_EXTRUDRBOARD if you don't have an EXTRUDRBOARD and wish to
88
  * Define NO_EXTRUDRBOARD if you don't have an EXTRUDRBOARD and wish to
89
  * reassign different functions to EXP1.
89
  * reassign different functions to EXP1.

Loading…
Cancel
Save