Skip to content

Commit

Permalink
Build Rev F version 5 Legacy
Browse files Browse the repository at this point in the history
Support Y-home to min for legacy model printrbots upgrading to the rev
F4/F5 printrboard
  • Loading branch information
j-laird committed Sep 25, 2015
1 parent 083a772 commit bee9d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
// ENDSTOP SETTINGS:
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR -1
#define Y_HOME_DIR 1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1

#define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS.
Expand Down
2 changes: 1 addition & 1 deletion Marlin/language.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#endif

#define PROTOCOL_VERSION "1.0"
#define FIRMWARE_NAME "PB Marlin Rev F v5"
#define FIRMWARE_NAME "PB Marlin Rev F v5 Legacy"

#if MOTHERBOARD == 7 || MOTHERBOARD == 71 || MOTHERBOARD == 72
#define MACHINE_NAME "Ultimaker"
Expand Down

0 comments on commit bee9d7d

Please sign in to comment.