Pārlūkot izejas kodu

Add reversed CORE options

Scott Lahteine 8 gadus atpakaļ
vecāks
revīzija
e3c8318504

+ 4
- 0
Marlin/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 // Enable this option for Toshiba steppers
407 411
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/Cartesio/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 // Enable this option for Toshiba steppers
407 411
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/Felix/Configuration.h Parādīt failu

@@ -381,9 +381,13 @@
381 381
 // @section machine
382 382
 
383 383
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
384
+// either in the usual order or reversed
384 385
 //#define COREXY
385 386
 //#define COREXZ
386 387
 //#define COREYZ
388
+//#define COREYX
389
+//#define COREZX
390
+//#define COREZY
387 391
 
388 392
 // Enable this option for Toshiba steppers
389 393
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/Felix/DUAL/Configuration.h Parādīt failu

@@ -381,9 +381,13 @@
381 381
 // @section machine
382 382
 
383 383
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
384
+// either in the usual order or reversed
384 385
 //#define COREXY
385 386
 //#define COREXZ
386 387
 //#define COREYZ
388
+//#define COREYX
389
+//#define COREZX
390
+//#define COREZY
387 391
 
388 392
 // Enable this option for Toshiba steppers
389 393
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/Hephestos/Configuration.h Parādīt failu

@@ -391,9 +391,13 @@
391 391
 // @section machine
392 392
 
393 393
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
394
+// either in the usual order or reversed
394 395
 //#define COREXY
395 396
 //#define COREXZ
396 397
 //#define COREYZ
398
+//#define COREYX
399
+//#define COREZX
400
+//#define COREZY
397 401
 
398 402
 // Enable this option for Toshiba steppers
399 403
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h Parādīt failu

@@ -393,9 +393,13 @@
393 393
 // @section machine
394 394
 
395 395
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
396
+// either in the usual order or reversed
396 397
 //#define COREXY
397 398
 //#define COREXZ
398 399
 //#define COREYZ
400
+//#define COREYX
401
+//#define COREZX
402
+//#define COREZY
399 403
 
400 404
 // Enable this option for Toshiba steppers
401 405
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/K8200/Configuration.h Parādīt failu

@@ -416,9 +416,13 @@
416 416
 // @section machine
417 417
 
418 418
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
419
+// either in the usual order or reversed
419 420
 //#define COREXY
420 421
 //#define COREXZ
421 422
 //#define COREYZ
423
+//#define COREYX
424
+//#define COREZX
425
+//#define COREZY
422 426
 
423 427
 // Enable this option for Toshiba steppers
424 428
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/K8400/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 // Enable this option for Toshiba steppers
407 411
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/K8400/Dual-head/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 // Enable this option for Toshiba steppers
407 411
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 // Enable this option for Toshiba steppers
407 411
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/RigidBot/Configuration.h Parādīt failu

@@ -396,9 +396,13 @@
396 396
 // @section machine
397 397
 
398 398
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
399
+// either in the usual order or reversed
399 400
 //#define COREXY
400 401
 //#define COREXZ
401 402
 //#define COREYZ
403
+//#define COREYX
404
+//#define COREZX
405
+//#define COREZY
402 406
 
403 407
 // Enable this option for Toshiba steppers
404 408
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/SCARA/Configuration.h Parādīt failu

@@ -414,9 +414,13 @@
414 414
 // @section machine
415 415
 
416 416
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
417
+// either in the usual order or reversed
417 418
 //#define COREXY
418 419
 //#define COREXZ
419 420
 //#define COREYZ
421
+//#define COREYX
422
+//#define COREZX
423
+//#define COREZY
420 424
 
421 425
 // Enable this option for Toshiba steppers
422 426
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/TAZ4/Configuration.h Parādīt failu

@@ -420,9 +420,13 @@
420 420
 // @section machine
421 421
 
422 422
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
423
+// either in the usual order or reversed
423 424
 //#define COREXY
424 425
 //#define COREXZ
425 426
 //#define COREYZ
427
+//#define COREYX
428
+//#define COREZX
429
+//#define COREZY
426 430
 
427 431
 // Enable this option for Toshiba steppers
428 432
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/WITBOX/Configuration.h Parādīt failu

@@ -391,9 +391,13 @@
391 391
 // @section machine
392 392
 
393 393
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
394
+// either in the usual order or reversed
394 395
 //#define COREXY
395 396
 //#define COREXZ
396 397
 //#define COREYZ
398
+//#define COREYX
399
+//#define COREZX
400
+//#define COREZY
397 401
 
398 402
 // Enable this option for Toshiba steppers
399 403
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 // Enable this option for Toshiba steppers
407 411
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 //===========================================================================
407 411
 //============================== Delta Settings =============================

+ 4
- 0
Marlin/example_configurations/delta/generic/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 //===========================================================================
407 411
 //============================== Delta Settings =============================

+ 4
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h Parādīt failu

@@ -399,9 +399,13 @@
399 399
 // @section machine
400 400
 
401 401
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
402
+// either in the usual order or reversed
402 403
 //#define COREXY
403 404
 //#define COREXZ
404 405
 //#define COREYZ
406
+//#define COREYX
407
+//#define COREZX
408
+//#define COREZY
405 409
 
406 410
 //===========================================================================
407 411
 //============================== Delta Settings =============================

+ 4
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h Parādīt failu

@@ -388,9 +388,13 @@
388 388
 // @section machine
389 389
 
390 390
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
391
+// either in the usual order or reversed
391 392
 //#define COREXY
392 393
 //#define COREXZ
393 394
 //#define COREYZ
395
+//#define COREYX
396
+//#define COREZX
397
+//#define COREZY
394 398
 
395 399
 //===========================================================================
396 400
 //============================== Delta Settings =============================

+ 4
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration.h Parādīt failu

@@ -397,9 +397,13 @@
397 397
 // @section machine
398 398
 
399 399
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
400
+// either in the usual order or reversed
400 401
 //#define COREXY
401 402
 //#define COREXZ
402 403
 //#define COREYZ
404
+//#define COREYX
405
+//#define COREZX
406
+//#define COREZY
403 407
 
404 408
 //===========================================================================
405 409
 //============================== Delta Settings =============================

+ 4
- 0
Marlin/example_configurations/makibox/Configuration.h Parādīt failu

@@ -402,9 +402,13 @@
402 402
 // @section machine
403 403
 
404 404
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
405
+// either in the usual order or reversed
405 406
 //#define COREXY
406 407
 //#define COREXZ
407 408
 //#define COREYZ
409
+//#define COREYX
410
+//#define COREZX
411
+//#define COREZY
408 412
 
409 413
 // Enable this option for Toshiba steppers
410 414
 //#define CONFIG_STEPPERS_TOSHIBA

+ 4
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h Parādīt failu

@@ -389,9 +389,13 @@
389 389
 // @section machine
390 390
 
391 391
 // Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics
392
+// either in the usual order or reversed
392 393
 //#define COREXY
393 394
 //#define COREXZ
394 395
 //#define COREYZ
396
+//#define COREYX
397
+//#define COREZX
398
+//#define COREZY
395 399
 
396 400
 // Enable this option for Toshiba steppers
397 401
 #define CONFIG_STEPPERS_TOSHIBA

Notiek ielāde…
Atcelt
Saglabāt