Browse Source

Add COREXZ option to configurations

Scott Lahteine 10 years ago
parent
commit
129f986ccf

+ 3
- 0
Marlin/Configuration.h View File

@@ -306,6 +306,9 @@ Here are some standard links for getting your machine calibrated:
306 306
 // Uncomment this option to enable CoreXY kinematics
307 307
 // #define COREXY
308 308
 
309
+// Uncomment this option to enable CoreXZ kinematics
310
+// #define COREXZ
311
+
309 312
 // Enable this option for Toshiba steppers
310 313
 //#define CONFIG_STEPPERS_TOSHIBA
311 314
 

+ 3
- 0
Marlin/configurator/config/Configuration.h View File

@@ -306,6 +306,9 @@ Here are some standard links for getting your machine calibrated:
306 306
 // Uncomment this option to enable CoreXY kinematics
307 307
 // #define COREXY
308 308
 
309
+// Uncomment this option to enable CoreXZ kinematics
310
+// #define COREXZ
311
+
309 312
 // Enable this option for Toshiba steppers
310 313
 //#define CONFIG_STEPPERS_TOSHIBA
311 314
 

+ 3
- 0
Marlin/example_configurations/Felix/Configuration.h View File

@@ -288,6 +288,9 @@ Here are some standard links for getting your machine calibrated:
288 288
 // Uncomment this option to enable CoreXY kinematics
289 289
 // #define COREXY
290 290
 
291
+// Uncomment this option to enable CoreXZ kinematics
292
+// #define COREXZ
293
+
291 294
 // Enable this option for Toshiba steppers
292 295
 //#define CONFIG_STEPPERS_TOSHIBA
293 296
 

+ 3
- 0
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -273,6 +273,9 @@ Here are some standard links for getting your machine calibrated:
273 273
 // Uncomment this option to enable CoreXY kinematics
274 274
 // #define COREXY
275 275
 
276
+// Uncomment this option to enable CoreXZ kinematics
277
+// #define COREXZ
278
+
276 279
 // Enable this option for Toshiba steppers
277 280
 //#define CONFIG_STEPPERS_TOSHIBA
278 281
 

+ 3
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -298,6 +298,9 @@ Here are some standard links for getting your machine calibrated:
298 298
 // Uncomment this option to enable CoreXY kinematics
299 299
 // #define COREXY
300 300
 
301
+// Uncomment this option to enable CoreXZ kinematics
302
+// #define COREXZ
303
+
301 304
 // Enable this option for Toshiba steppers
302 305
 //#define CONFIG_STEPPERS_TOSHIBA
303 306
 

+ 3
- 0
Marlin/example_configurations/K8200/Configuration.h View File

@@ -294,6 +294,9 @@ Here are some standard links for getting your machine calibrated:
294 294
 // Uncomment this option to enable CoreXY kinematics
295 295
 // #define COREXY
296 296
 
297
+// Uncomment this option to enable CoreXZ kinematics
298
+// #define COREXZ
299
+
297 300
 // Enable this option for Toshiba steppers
298 301
 //#define CONFIG_STEPPERS_TOSHIBA
299 302
 

+ 3
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -306,6 +306,9 @@ Here are some standard links for getting your machine calibrated:
306 306
 // Uncomment this option to enable CoreXY kinematics
307 307
 // #define COREXY
308 308
 
309
+// Uncomment this option to enable CoreXZ kinematics
310
+// #define COREXZ
311
+
309 312
 // Enable this option for Toshiba steppers
310 313
 //#define CONFIG_STEPPERS_TOSHIBA
311 314
 

+ 3
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -314,6 +314,9 @@ Here are some standard links for getting your machine calibrated:
314 314
 // Uncomment this option to enable CoreXY kinematics
315 315
 // #define COREXY
316 316
 
317
+// Uncomment this option to enable CoreXZ kinematics
318
+// #define COREXZ
319
+
317 320
 // Enable this option for Toshiba steppers
318 321
 //#define CONFIG_STEPPERS_TOSHIBA
319 322
 

+ 3
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -298,6 +298,9 @@ Here are some standard links for getting your machine calibrated:
298 298
 // Uncomment this option to enable CoreXY kinematics
299 299
 // #define COREXY
300 300
 
301
+// Uncomment this option to enable CoreXZ kinematics
302
+// #define COREXZ
303
+
301 304
 // Enable this option for Toshiba steppers
302 305
 //#define CONFIG_STEPPERS_TOSHIBA
303 306
 

+ 3
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -306,6 +306,9 @@ Here are some standard links for getting your machine calibrated:
306 306
 // Uncomment this option to enable CoreXY kinematics
307 307
 // #define COREXY
308 308
 
309
+// Uncomment this option to enable CoreXZ kinematics
310
+// #define COREXZ
311
+
309 312
 // Enable this option for Toshiba steppers
310 313
 //#define CONFIG_STEPPERS_TOSHIBA
311 314
 

+ 3
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -306,6 +306,9 @@ Here are some standard links for getting your machine calibrated:
306 306
 // Uncomment this option to enable CoreXY kinematics
307 307
 // #define COREXY
308 308
 
309
+// Uncomment this option to enable CoreXZ kinematics
310
+// #define COREXZ
311
+
309 312
 //===========================================================================
310 313
 //============================== Delta Settings =============================
311 314
 //===========================================================================

+ 3
- 0
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -306,6 +306,9 @@ Here are some standard links for getting your machine calibrated:
306 306
 // Uncomment this option to enable CoreXY kinematics
307 307
 // #define COREXY
308 308
 
309
+// Uncomment this option to enable CoreXZ kinematics
310
+// #define COREXZ
311
+
309 312
 //===========================================================================
310 313
 //============================== Delta Settings =============================
311 314
 //===========================================================================

+ 3
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -306,6 +306,9 @@ Here are some standard links for getting your machine calibrated:
306 306
 // Uncomment this option to enable CoreXY kinematics
307 307
 // #define COREXY
308 308
 
309
+// Uncomment this option to enable CoreXZ kinematics
310
+// #define COREXZ
311
+
309 312
 //===========================================================================
310 313
 //============================== Delta Settings =============================
311 314
 //===========================================================================

+ 3
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -293,6 +293,9 @@ Here are some standard links for getting your machine calibrated:
293 293
 // Uncomment this option to enable CoreXY kinematics
294 294
 // #define COREXY
295 295
 
296
+// Uncomment this option to enable CoreXZ kinematics
297
+// #define COREXZ
298
+
296 299
 //===========================================================================
297 300
 //============================== Delta Settings =============================
298 301
 //===========================================================================

+ 3
- 0
Marlin/example_configurations/makibox/Configuration.h View File

@@ -309,6 +309,9 @@ Here are some standard links for getting your machine calibrated:
309 309
 // Uncomment this option to enable CoreXY kinematics
310 310
 // #define COREXY
311 311
 
312
+// Uncomment this option to enable CoreXZ kinematics
313
+// #define COREXZ
314
+
312 315
 // Enable this option for Toshiba steppers
313 316
 //#define CONFIG_STEPPERS_TOSHIBA
314 317
 

+ 3
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -296,6 +296,9 @@ Here are some standard links for getting your machine calibrated:
296 296
 // Uncomment this option to enable CoreXY kinematics
297 297
 // #define COREXY
298 298
 
299
+// Uncomment this option to enable CoreXZ kinematics
300
+// #define COREXZ
301
+
299 302
 // Enable this option for Toshiba steppers
300 303
 #define CONFIG_STEPPERS_TOSHIBA
301 304
 

Loading…
Cancel
Save