Skip to content

Commit

Permalink
Merge pull request #12 from j-laird/revf-changes
Browse files Browse the repository at this point in the history
Changes for Rev F v3 Req by HQ
  • Loading branch information
j-laird committed Jul 10, 2015
2 parents 3029b4f + 37f912e commit 1c491d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
// these are the offsets to the prob relative to the extruder tip (Hotend - Probe)
#define X_PROBE_OFFSET_FROM_EXTRUDER_DEFAULT 5
#define Y_PROBE_OFFSET_FROM_EXTRUDER_DEFAULT 0
#define Z_PROBE_OFFSET_FROM_EXTRUDER_DEFAULT -4
#define Z_PROBE_OFFSET_FROM_EXTRUDER_DEFAULT 0

#define Z_RAISE_BEFORE_HOMING 4 // (in mm) Raise Z before homing (G28) for Probe Clearance.
// Be sure you have this distance over your Z_MAX_POS in case
Expand Down Expand Up @@ -396,8 +396,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o

// default settings

#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2020,94.5}
#define DEFAULT_MAX_FEEDRATE {100, 100, 2, 14} // (mm/sec)
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,2020,96}
#define DEFAULT_MAX_FEEDRATE {125, 125, 5, 14} // (mm/sec)
#define DEFAULT_MAX_ACCELERATION {2000,2000,30,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.

#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
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 v2"
#define FIRMWARE_NAME "PB Marlin Rev F v3"

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

0 comments on commit 1c491d8

Please sign in to comment.