Browse Source

Improve Renkforce configs (#16417)

Dirk O. Kaar 4 years ago
parent
commit
ec03e46ffa

+ 3
- 3
config/examples/Renkforce/RF100/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 #define KILL_PIN 64
138 138
 
139 139
 // Name displayed in the LCD "Ready" message and Info menu
140
-//#define CUSTOM_MACHINE_NAME "RF100"
140
+#define CUSTOM_MACHINE_NAME "RF100"
141 141
 
142 142
 // Printer's unique ID, used by some programs to differentiate between machines.
143 143
 // Choose your own or use a service like http://www.uuidgenerator.net/version4
@@ -726,7 +726,7 @@
726 726
  * Override with M92
727 727
  *                                      X, Y, Z, E0 [, E1[, E2...]]
728 728
  */
729
-#define DEFAULT_AXIS_STEPS_PER_UNIT   { 78.82, 78.82, 800, 115 }
729
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 78.82, 78.82, 800, 116 }
730 730
 
731 731
 /**
732 732
  * Default Max Feed Rate (mm/s)
@@ -1055,7 +1055,7 @@
1055 1055
 
1056 1056
 //#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.
1057 1057
 
1058
-//#define Z_HOMING_HEIGHT 4  // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
1058
+#define Z_HOMING_HEIGHT 4  // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
1059 1059
                              // Be sure you have this distance over your Z_MAX_POS in case.
1060 1060
 
1061 1061
 // Direction of endstops when homing; 1=MAX, -1=MIN

+ 3
- 3
config/examples/Renkforce/RF100XL/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 #define KILL_PIN 64
138 138
 
139 139
 // Name displayed in the LCD "Ready" message and Info menu
140
-//#define CUSTOM_MACHINE_NAME "RF100"
140
+#define CUSTOM_MACHINE_NAME "RF100 XL"
141 141
 
142 142
 // Printer's unique ID, used by some programs to differentiate between machines.
143 143
 // Choose your own or use a service like http://www.uuidgenerator.net/version4
@@ -726,7 +726,7 @@
726 726
  * Override with M92
727 727
  *                                      X, Y, Z, E0 [, E1[, E2...]]
728 728
  */
729
-#define DEFAULT_AXIS_STEPS_PER_UNIT   { 78.82, 78.82, 800, 115 }
729
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 78.82, 78.82, 800, 116 }
730 730
 
731 731
 /**
732 732
  * Default Max Feed Rate (mm/s)
@@ -1055,7 +1055,7 @@
1055 1055
 
1056 1056
 //#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.
1057 1057
 
1058
-//#define Z_HOMING_HEIGHT 4  // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
1058
+#define Z_HOMING_HEIGHT 4  // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
1059 1059
                              // Be sure you have this distance over your Z_MAX_POS in case.
1060 1060
 
1061 1061
 // Direction of endstops when homing; 1=MAX, -1=MIN

+ 3
- 3
config/examples/Renkforce/RF100v2/Configuration.h View File

@@ -137,7 +137,7 @@
137 137
 #define KILL_PIN 64
138 138
 
139 139
 // Name displayed in the LCD "Ready" message and Info menu
140
-//#define CUSTOM_MACHINE_NAME "RF100"
140
+#define CUSTOM_MACHINE_NAME "RF100"
141 141
 
142 142
 // Printer's unique ID, used by some programs to differentiate between machines.
143 143
 // Choose your own or use a service like http://www.uuidgenerator.net/version4
@@ -726,7 +726,7 @@
726 726
  * Override with M92
727 727
  *                                      X, Y, Z, E0 [, E1[, E2...]]
728 728
  */
729
-#define DEFAULT_AXIS_STEPS_PER_UNIT   { 78.82, 78.82, 800, 115 }
729
+#define DEFAULT_AXIS_STEPS_PER_UNIT   { 78.82, 78.82, 800, 116 }
730 730
 
731 731
 /**
732 732
  * Default Max Feed Rate (mm/s)
@@ -1055,7 +1055,7 @@
1055 1055
 
1056 1056
 //#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.
1057 1057
 
1058
-//#define Z_HOMING_HEIGHT 4  // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
1058
+#define Z_HOMING_HEIGHT 4  // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ...
1059 1059
                              // Be sure you have this distance over your Z_MAX_POS in case.
1060 1060
 
1061 1061
 // Direction of endstops when homing; 1=MAX, -1=MIN

Loading…
Cancel
Save