Browse Source

Use HOMING_FEEDRATE_Z for Z_PROBE_SPEED_FAST

Scott Lahteine 9 years ago
parent
commit
4a6ed5e221

+ 1
- 1
Marlin/Configuration.h View File

500
 // X and Y axis travel speed (mm/m) between probes
500
 // X and Y axis travel speed (mm/m) between probes
501
 #define XY_PROBE_SPEED 8000
501
 #define XY_PROBE_SPEED 8000
502
 // Speed for the first approach when probing
502
 // Speed for the first approach when probing
503
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
503
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
504
 // Speed for the second approach when probing
504
 // Speed for the second approach when probing
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
506
 
506
 

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h View File

500
 // X and Y axis travel speed (mm/m) between probes
500
 // X and Y axis travel speed (mm/m) between probes
501
 #define XY_PROBE_SPEED 8000
501
 #define XY_PROBE_SPEED 8000
502
 // Speed for the first approach when probing
502
 // Speed for the first approach when probing
503
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
503
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
504
 // Speed for the second approach when probing
504
 // Speed for the second approach when probing
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
506
 
506
 

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

482
 // X and Y axis travel speed (mm/m) between probes
482
 // X and Y axis travel speed (mm/m) between probes
483
 #define XY_PROBE_SPEED 8000
483
 #define XY_PROBE_SPEED 8000
484
 // Speed for the first approach when probing
484
 // Speed for the first approach when probing
485
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
485
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
486
 // Speed for the second approach when probing
486
 // Speed for the second approach when probing
487
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
487
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
488
 
488
 

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

480
 // X and Y axis travel speed (mm/m) between probes
480
 // X and Y axis travel speed (mm/m) between probes
481
 #define XY_PROBE_SPEED 8000
481
 #define XY_PROBE_SPEED 8000
482
 // Speed for the first approach when probing
482
 // Speed for the first approach when probing
483
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
483
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
484
 // Speed for the second approach when probing
484
 // Speed for the second approach when probing
485
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
485
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
486
 
486
 

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

492
 // X and Y axis travel speed (mm/m) between probes
492
 // X and Y axis travel speed (mm/m) between probes
493
 #define XY_PROBE_SPEED 8000
493
 #define XY_PROBE_SPEED 8000
494
 // Speed for the first approach when probing
494
 // Speed for the first approach when probing
495
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
495
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
496
 // Speed for the second approach when probing
496
 // Speed for the second approach when probing
497
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
497
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
498
 
498
 

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

494
 // X and Y axis travel speed (mm/m) between probes
494
 // X and Y axis travel speed (mm/m) between probes
495
 #define XY_PROBE_SPEED 8000
495
 #define XY_PROBE_SPEED 8000
496
 // Speed for the first approach when probing
496
 // Speed for the first approach when probing
497
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
497
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
498
 // Speed for the second approach when probing
498
 // Speed for the second approach when probing
499
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
499
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
500
 
500
 

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

517
 // X and Y axis travel speed (mm/m) between probes
517
 // X and Y axis travel speed (mm/m) between probes
518
 #define XY_PROBE_SPEED 8000
518
 #define XY_PROBE_SPEED 8000
519
 // Speed for the first approach when probing
519
 // Speed for the first approach when probing
520
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
520
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
521
 // Speed for the second approach when probing
521
 // Speed for the second approach when probing
522
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
522
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
523
 
523
 

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h View File

500
 // X and Y axis travel speed (mm/m) between probes
500
 // X and Y axis travel speed (mm/m) between probes
501
 #define XY_PROBE_SPEED 8000
501
 #define XY_PROBE_SPEED 8000
502
 // Speed for the first approach when probing
502
 // Speed for the first approach when probing
503
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
503
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
504
 // Speed for the second approach when probing
504
 // Speed for the second approach when probing
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
506
 
506
 

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

500
 // X and Y axis travel speed (mm/m) between probes
500
 // X and Y axis travel speed (mm/m) between probes
501
 #define XY_PROBE_SPEED 8000
501
 #define XY_PROBE_SPEED 8000
502
 // Speed for the first approach when probing
502
 // Speed for the first approach when probing
503
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
503
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
504
 // Speed for the second approach when probing
504
 // Speed for the second approach when probing
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
506
 
506
 

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

500
 // X and Y axis travel speed (mm/m) between probes
500
 // X and Y axis travel speed (mm/m) between probes
501
 #define XY_PROBE_SPEED 8000
501
 #define XY_PROBE_SPEED 8000
502
 // Speed for the first approach when probing
502
 // Speed for the first approach when probing
503
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
503
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
504
 // Speed for the second approach when probing
504
 // Speed for the second approach when probing
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
506
 
506
 

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

497
 // X and Y axis travel speed (mm/m) between probes
497
 // X and Y axis travel speed (mm/m) between probes
498
 #define XY_PROBE_SPEED 8000
498
 #define XY_PROBE_SPEED 8000
499
 // Speed for the first approach when probing
499
 // Speed for the first approach when probing
500
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
500
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
501
 // Speed for the second approach when probing
501
 // Speed for the second approach when probing
502
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
502
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
503
 
503
 

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

508
 // X and Y axis travel speed (mm/m) between probes
508
 // X and Y axis travel speed (mm/m) between probes
509
 #define XY_PROBE_SPEED 8000
509
 #define XY_PROBE_SPEED 8000
510
 // Speed for the first approach when probing
510
 // Speed for the first approach when probing
511
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
511
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
512
 // Speed for the second approach when probing
512
 // Speed for the second approach when probing
513
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
513
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
514
 
514
 

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

521
 // X and Y axis travel speed (mm/m) between probes
521
 // X and Y axis travel speed (mm/m) between probes
522
 #define XY_PROBE_SPEED 8000
522
 #define XY_PROBE_SPEED 8000
523
 // Speed for the first approach when probing
523
 // Speed for the first approach when probing
524
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
524
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
525
 // Speed for the second approach when probing
525
 // Speed for the second approach when probing
526
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
526
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
527
 
527
 

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

492
 // X and Y axis travel speed (mm/m) between probes
492
 // X and Y axis travel speed (mm/m) between probes
493
 #define XY_PROBE_SPEED 8000
493
 #define XY_PROBE_SPEED 8000
494
 // Speed for the first approach when probing
494
 // Speed for the first approach when probing
495
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
495
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
496
 // Speed for the second approach when probing
496
 // Speed for the second approach when probing
497
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
497
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
498
 
498
 

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

500
 // X and Y axis travel speed (mm/m) between probes
500
 // X and Y axis travel speed (mm/m) between probes
501
 #define XY_PROBE_SPEED 8000
501
 #define XY_PROBE_SPEED 8000
502
 // Speed for the first approach when probing
502
 // Speed for the first approach when probing
503
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
503
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
504
 // Speed for the second approach when probing
504
 // Speed for the second approach when probing
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
505
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
506
 
506
 

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

542
 // X and Y axis travel speed (mm/m) between probes
542
 // X and Y axis travel speed (mm/m) between probes
543
 #define XY_PROBE_SPEED 4000
543
 #define XY_PROBE_SPEED 4000
544
 // Speed for the first approach when probing
544
 // Speed for the first approach when probing
545
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
545
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
546
 // Speed for the second approach when probing
546
 // Speed for the second approach when probing
547
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
547
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
548
 
548
 

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

542
 // X and Y axis travel speed (mm/m) between probes
542
 // X and Y axis travel speed (mm/m) between probes
543
 #define XY_PROBE_SPEED 4000
543
 #define XY_PROBE_SPEED 4000
544
 // Speed for the first approach when probing
544
 // Speed for the first approach when probing
545
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
545
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
546
 // Speed for the second approach when probing
546
 // Speed for the second approach when probing
547
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
547
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
548
 
548
 

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

542
 // X and Y axis travel speed (mm/m) between probes
542
 // X and Y axis travel speed (mm/m) between probes
543
 #define XY_PROBE_SPEED 4000
543
 #define XY_PROBE_SPEED 4000
544
 // Speed for the first approach when probing
544
 // Speed for the first approach when probing
545
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
545
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
546
 // Speed for the second approach when probing
546
 // Speed for the second approach when probing
547
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
547
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
548
 
548
 

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

533
 // X and Y axis travel speed (mm/m) between probes
533
 // X and Y axis travel speed (mm/m) between probes
534
 #define XY_PROBE_SPEED 8000
534
 #define XY_PROBE_SPEED 8000
535
 // Speed for the first approach when probing
535
 // Speed for the first approach when probing
536
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
536
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
537
 // Speed for the second approach when probing
537
 // Speed for the second approach when probing
538
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
538
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
539
 
539
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

540
 // X and Y axis travel speed (mm/m) between probes
540
 // X and Y axis travel speed (mm/m) between probes
541
 #define XY_PROBE_SPEED 8000
541
 #define XY_PROBE_SPEED 8000
542
 // Speed for the first approach when probing
542
 // Speed for the first approach when probing
543
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
543
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
544
 // Speed for the second approach when probing
544
 // Speed for the second approach when probing
545
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
545
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
546
 
546
 

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

503
 // X and Y axis travel speed (mm/m) between probes
503
 // X and Y axis travel speed (mm/m) between probes
504
 #define XY_PROBE_SPEED 8000
504
 #define XY_PROBE_SPEED 8000
505
 // Speed for the first approach when probing
505
 // Speed for the first approach when probing
506
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
506
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
507
 // Speed for the second approach when probing
507
 // Speed for the second approach when probing
508
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
508
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
509
 
509
 

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

490
 // X and Y axis travel speed (mm/m) between probes
490
 // X and Y axis travel speed (mm/m) between probes
491
 #define XY_PROBE_SPEED 8000
491
 #define XY_PROBE_SPEED 8000
492
 // Speed for the first approach when probing
492
 // Speed for the first approach when probing
493
-#define Z_PROBE_SPEED_FAST (homing_feedrate_mm_m[Z_AXIS])
493
+#define Z_PROBE_SPEED_FAST HOMING_FEEDRATE_Z
494
 // Speed for the second approach when probing
494
 // Speed for the second approach when probing
495
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
495
 #define Z_PROBE_SPEED_SLOW (Z_PROBE_SPEED_FAST / 2)
496
 
496
 

Loading…
Cancel
Save