瀏覽代碼

Specify that Z_PROBE_*_HEIGHT is nozzle-relative

Scott Lahteine 8 年之前
父節點
當前提交
e113740fa3

+ 4
- 3
Marlin/Configuration.h 查看文件

541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542
 
542
 
543
 //
543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545
 //
546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548
 
549
 
549
 //
550
 //
550
 // For M851 give a range for adjusting the Z probe offset
551
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/Cartesio/Configuration.h 查看文件

541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542
 
542
 
543
 //
543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545
 //
546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548
 
549
 
549
 //
550
 //
550
 // For M851 give a range for adjusting the Z probe offset
551
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/Felix/Configuration.h 查看文件

523
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
523
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
524
 
524
 
525
 //
525
 //
526
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
526
+// Minimum heights for the probe to deploy/stow and travel.
527
+// These values specify the distance from the NOZZLE to the BED.
527
 //
528
 //
528
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
529
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
529
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
530
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
530
 
531
 
531
 //
532
 //
532
 // For M851 give a range for adjusting the Z probe offset
533
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/Felix/DUAL/Configuration.h 查看文件

521
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
521
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
522
 
522
 
523
 //
523
 //
524
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
524
+// Minimum heights for the probe to deploy/stow and travel.
525
+// These values specify the distance from the NOZZLE to the BED.
525
 //
526
 //
526
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
527
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
527
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
528
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
528
 
529
 
529
 //
530
 //
530
 // For M851 give a range for adjusting the Z probe offset
531
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

533
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
533
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
534
 
534
 
535
 //
535
 //
536
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
536
+// Minimum heights for the probe to deploy/stow and travel.
537
+// These values specify the distance from the NOZZLE to the BED.
537
 //
538
 //
538
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
539
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
539
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
540
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
540
 
541
 
541
 //
542
 //
542
 // For M851 give a range for adjusting the Z probe offset
543
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/Hephestos_2/Configuration.h 查看文件

535
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
535
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
536
 
536
 
537
 //
537
 //
538
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
538
+// Minimum heights for the probe to deploy/stow and travel.
539
+// These values specify the distance from the NOZZLE to the BED.
539
 //
540
 //
540
-#define Z_PROBE_DEPLOY_HEIGHT  5 // Raise to make room for the probe to deploy / stow
541
-#define Z_PROBE_TRAVEL_HEIGHT 2  // Raise between probing points.
541
+#define Z_PROBE_DEPLOY_HEIGHT  5 // Z position for the probe to deploy/stow
542
+#define Z_PROBE_TRAVEL_HEIGHT  2 // Z position for travel between points
542
 
543
 
543
 //
544
 //
544
 // For M851 give a range for adjusting the Z probe offset
545
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/K8200/Configuration.h 查看文件

558
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
558
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
559
 
559
 
560
 //
560
 //
561
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
561
+// Minimum heights for the probe to deploy/stow and travel.
562
+// These values specify the distance from the NOZZLE to the BED.
562
 //
563
 //
563
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
564
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
564
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
565
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
565
 
566
 
566
 //
567
 //
567
 // For M851 give a range for adjusting the Z probe offset
568
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/K8400/Configuration.h 查看文件

541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542
 
542
 
543
 //
543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545
 //
546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548
 
549
 
549
 //
550
 //
550
 // For M851 give a range for adjusting the Z probe offset
551
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/K8400/Dual-head/Configuration.h 查看文件

541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542
 
542
 
543
 //
543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545
 //
546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548
 
549
 
549
 //
550
 //
550
 // For M851 give a range for adjusting the Z probe offset
551
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 查看文件

541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542
 
542
 
543
 //
543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545
 //
546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548
 
549
 
549
 //
550
 //
550
 // For M851 give a range for adjusting the Z probe offset
551
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/RigidBot/Configuration.h 查看文件

538
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
538
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
539
 
539
 
540
 //
540
 //
541
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
541
+// Minimum heights for the probe to deploy/stow and travel.
542
+// These values specify the distance from the NOZZLE to the BED.
542
 //
543
 //
543
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
544
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
544
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
545
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
545
 
546
 
546
 //
547
 //
547
 // For M851 give a range for adjusting the Z probe offset
548
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/SCARA/Configuration.h 查看文件

549
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
549
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
550
 
550
 
551
 //
551
 //
552
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
552
+// Minimum heights for the probe to deploy/stow and travel.
553
+// These values specify the distance from the NOZZLE to the BED.
553
 //
554
 //
554
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
555
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
555
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
556
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
556
 
557
 
557
 //
558
 //
558
 // For M851 give a range for adjusting the Z probe offset
559
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/TAZ4/Configuration.h 查看文件

562
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
562
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
563
 
563
 
564
 //
564
 //
565
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
565
+// Minimum heights for the probe to deploy/stow and travel.
566
+// These values specify the distance from the NOZZLE to the BED.
566
 //
567
 //
567
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
568
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
568
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
569
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
569
 
570
 
570
 //
571
 //
571
 // For M851 give a range for adjusting the Z probe offset
572
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

533
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
533
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
534
 
534
 
535
 //
535
 //
536
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
536
+// Minimum heights for the probe to deploy/stow and travel.
537
+// These values specify the distance from the NOZZLE to the BED.
537
 //
538
 //
538
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
539
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
539
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
540
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
540
 
541
 
541
 //
542
 //
542
 // For M851 give a range for adjusting the Z probe offset
543
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/adafruit/ST7565/Configuration.h 查看文件

541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
541
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
542
 
542
 
543
 //
543
 //
544
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
544
+// Minimum heights for the probe to deploy/stow and travel.
545
+// These values specify the distance from the NOZZLE to the BED.
545
 //
546
 //
546
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
547
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
547
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
548
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
548
 
549
 
549
 //
550
 //
550
 // For M851 give a range for adjusting the Z probe offset
551
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/delta/biv2.5/Configuration.h 查看文件

630
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
630
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
631
 
631
 
632
 //
632
 //
633
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
633
+// Minimum heights for the probe to deploy/stow and travel.
634
+// These values specify the distance from the NOZZLE to the BED.
634
 //
635
 //
635
-#define Z_PROBE_DEPLOY_HEIGHT 50 // Raise to make room for the probe to deploy / stow
636
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
636
+#define Z_PROBE_DEPLOY_HEIGHT 50 // Z position for the probe to deploy/stow
637
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
637
 
638
 
638
 //
639
 //
639
 // For M851 give a range for adjusting the Z probe offset
640
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

624
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
624
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
625
 
625
 
626
 //
626
 //
627
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
627
+// Minimum heights for the probe to deploy/stow and travel.
628
+// These values specify the distance from the NOZZLE to the BED.
628
 //
629
 //
629
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
630
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
630
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
631
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
631
 
632
 
632
 //
633
 //
633
 // For M851 give a range for adjusting the Z probe offset
634
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

627
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
627
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
628
 
628
 
629
 //
629
 //
630
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
630
+// Minimum heights for the probe to deploy/stow and travel.
631
+// These values specify the distance from the NOZZLE to the BED.
631
 //
632
 //
632
-#define Z_PROBE_DEPLOY_HEIGHT 50 // Raise to make room for the probe to deploy / stow
633
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
633
+#define Z_PROBE_DEPLOY_HEIGHT 50 // Z position for the probe to deploy/stow
634
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
634
 
635
 
635
 //
636
 //
636
 // For M851 give a range for adjusting the Z probe offset
637
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

621
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
621
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
622
 
622
 
623
 //
623
 //
624
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
624
+// Minimum heights for the probe to deploy/stow and travel.
625
+// These values specify the distance from the NOZZLE to the BED.
625
 //
626
 //
626
-#define Z_PROBE_DEPLOY_HEIGHT 100 // Raise to make room for the probe to deploy / stow
627
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
627
+#define Z_PROBE_DEPLOY_HEIGHT 100 // Z position for the probe to deploy/stow
628
+#define Z_PROBE_TRAVEL_HEIGHT   5 // Z position for travel between points
628
 
629
 
629
 //
630
 //
630
 // For M851 give a range for adjusting the Z probe offset
631
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/delta/kossel_xl/Configuration.h 查看文件

622
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
622
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
623
 
623
 
624
 //
624
 //
625
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
625
+// Minimum heights for the probe to deploy/stow and travel.
626
+// These values specify the distance from the NOZZLE to the BED.
626
 //
627
 //
627
-#define Z_PROBE_DEPLOY_HEIGHT 20 // Raise to make room for the probe to deploy / stow
628
-#define Z_PROBE_TRAVEL_HEIGHT 10 // Raise between probing points.
628
+#define Z_PROBE_DEPLOY_HEIGHT 20 // Z position for the probe to deploy/stow
629
+#define Z_PROBE_TRAVEL_HEIGHT 10 // Z position for travel between points
629
 
630
 
630
 //
631
 //
631
 // For M851 give a range for adjusting the Z probe offset
632
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/makibox/Configuration.h 查看文件

544
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
544
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
545
 
545
 
546
 //
546
 //
547
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
547
+// Minimum heights for the probe to deploy/stow and travel.
548
+// These values specify the distance from the NOZZLE to the BED.
548
 //
549
 //
549
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
550
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
550
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
551
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
551
 
552
 
552
 //
553
 //
553
 // For M851 give a range for adjusting the Z probe offset
554
 // For M851 give a range for adjusting the Z probe offset

+ 4
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

531
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
531
 //#define Z_MIN_PROBE_REPEATABILITY_TEST
532
 
532
 
533
 //
533
 //
534
-// Probe Raise options provide clearance for the probe to deploy, stow, and travel.
534
+// Minimum heights for the probe to deploy/stow and travel.
535
+// These values specify the distance from the NOZZLE to the BED.
535
 //
536
 //
536
-#define Z_PROBE_DEPLOY_HEIGHT 15 // Raise to make room for the probe to deploy / stow
537
-#define Z_PROBE_TRAVEL_HEIGHT 5  // Raise between probing points.
537
+#define Z_PROBE_DEPLOY_HEIGHT 15 // Z position for the probe to deploy/stow
538
+#define Z_PROBE_TRAVEL_HEIGHT  5 // Z position for travel between points
538
 
539
 
539
 //
540
 //
540
 // For M851 give a range for adjusting the Z probe offset
541
 // For M851 give a range for adjusting the Z probe offset

Loading…
取消
儲存