Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finishing touches to Renkforce RF100 config #16417

Merged
merged 1 commit into from
Jan 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/examples/Renkforce/RF100/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
#define KILL_PIN 64

// Name displayed in the LCD "Ready" message and Info menu
//#define CUSTOM_MACHINE_NAME "RF100"
#define CUSTOM_MACHINE_NAME "RF100"

// Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like http://www.uuidgenerator.net/version4
Expand Down Expand Up @@ -726,7 +726,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 78.82, 78.82, 800, 115 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 78.82, 78.82, 800, 116 }

/**
* Default Max Feed Rate (mm/s)
Expand Down Expand Up @@ -1054,7 +1054,7 @@

//#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.

//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

// Direction of endstops when homing; 1=MAX, -1=MIN
Expand Down
6 changes: 3 additions & 3 deletions config/examples/Renkforce/RF100XL/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
#define KILL_PIN 64

// Name displayed in the LCD "Ready" message and Info menu
//#define CUSTOM_MACHINE_NAME "RF100"
#define CUSTOM_MACHINE_NAME "RF100 XL"

// Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like http://www.uuidgenerator.net/version4
Expand Down Expand Up @@ -726,7 +726,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 78.82, 78.82, 800, 115 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 78.82, 78.82, 800, 116 }

/**
* Default Max Feed Rate (mm/s)
Expand Down Expand Up @@ -1054,7 +1054,7 @@

//#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.

//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

// Direction of endstops when homing; 1=MAX, -1=MIN
Expand Down
6 changes: 3 additions & 3 deletions config/examples/Renkforce/RF100v2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
#define KILL_PIN 64

// Name displayed in the LCD "Ready" message and Info menu
//#define CUSTOM_MACHINE_NAME "RF100"
#define CUSTOM_MACHINE_NAME "RF100"

// Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like http://www.uuidgenerator.net/version4
Expand Down Expand Up @@ -726,7 +726,7 @@
* Override with M92
* X, Y, Z, E0 [, E1[, E2...]]
*/
#define DEFAULT_AXIS_STEPS_PER_UNIT { 78.82, 78.82, 800, 115 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 78.82, 78.82, 800, 116 }

/**
* Default Max Feed Rate (mm/s)
Expand Down Expand Up @@ -1054,7 +1054,7 @@

//#define UNKNOWN_Z_NO_RAISE // Don't raise Z (lower the bed) if Z is "unknown." For beds that fall when Z is powered off.

//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
// Be sure you have this distance over your Z_MAX_POS in case.

// Direction of endstops when homing; 1=MAX, -1=MIN
Expand Down