Browse Source

Fix spelling of Průša

Scott Lahteine 7 years ago
parent
commit
a4a587a897
25 changed files with 26 additions and 25 deletions
  1. 1
    1
      Marlin/Configuration_adv.h
  2. 1
    1
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  3. 1
    1
      Marlin/example_configurations/Felix/Configuration_adv.h
  4. 1
    1
      Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h
  5. 1
    1
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  6. 1
    1
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  7. 1
    1
      Marlin/example_configurations/K8200/Configuration_adv.h
  8. 1
    1
      Marlin/example_configurations/K8400/Configuration_adv.h
  9. 1
    1
      Marlin/example_configurations/M150/Configuration_adv.h
  10. 1
    1
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  11. 1
    1
      Marlin/example_configurations/SCARA/Configuration_adv.h
  12. 1
    1
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  13. 1
    1
      Marlin/example_configurations/TinyBoy2/Configuration_adv.h
  14. 1
    1
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  15. 1
    1
      Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h
  16. 1
    1
      Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration_adv.h
  17. 1
    1
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  18. 1
    1
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  19. 1
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  20. 1
    1
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  21. 1
    1
      Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h
  22. 1
    1
      Marlin/example_configurations/makibox/Configuration_adv.h
  23. 1
    1
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h
  24. 1
    1
      Marlin/example_configurations/wt150/Configuration_adv.h
  25. 2
    1
      Marlin/planner.cpp

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -648,7 +648,7 @@
648 648
    *
649 649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
650 650
    *
651
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
651
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
652 652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653 653
    */
654 654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

+ 1
- 1
Marlin/example_configurations/FolgerTech-i3-2020/Configuration_adv.h View File

@@ -648,7 +648,7 @@
648 648
    *
649 649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
650 650
    *
651
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
651
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
652 652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653 653
    */
654 654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -628,7 +628,7 @@
628 628
    *
629 629
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
630 630
    *
631
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
631
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
632 632
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
633 633
    */
634 634
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -658,7 +658,7 @@
658 658
    *
659 659
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
660 660
    *
661
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
661
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
662 662
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
663 663
    */
664 664
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

+ 1
- 1
Marlin/example_configurations/M150/Configuration_adv.h View File

@@ -648,7 +648,7 @@
648 648
    *
649 649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
650 650
    *
651
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
651
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
652 652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653 653
    */
654 654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

+ 1
- 1
Marlin/example_configurations/TinyBoy2/Configuration_adv.h View File

@@ -648,7 +648,7 @@
648 648
    *
649 649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
650 650
    *
651
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
651
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
652 652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653 653
    */
654 654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration_adv.h View File

@@ -650,7 +650,7 @@
650 650
    *
651 651
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
652 652
    *
653
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
653
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
654 654
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
655 655
    */
656 656
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -650,7 +650,7 @@
650 650
    *
651 651
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
652 652
    *
653
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
653
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
654 654
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
655 655
    */
656 656
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -647,7 +647,7 @@
647 647
    *
648 648
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
649 649
    *
650
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
650
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
651 651
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652 652
    */
653 653
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -647,7 +647,7 @@
647 647
    *
648 648
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
649 649
    *
650
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
650
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
651 651
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652 652
    */
653 653
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -652,7 +652,7 @@
652 652
    *
653 653
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
654 654
    *
655
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
655
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
656 656
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
657 657
    */
658 658
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -647,7 +647,7 @@
647 647
    *
648 648
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
649 649
    *
650
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
650
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
651 651
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652 652
    */
653 653
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

+ 1
- 1
Marlin/example_configurations/gCreate_gMax1.5+/Configuration_adv.h View File

@@ -648,7 +648,7 @@
648 648
    *
649 649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
650 650
    *
651
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
651
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
652 652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653 653
    */
654 654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

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

@@ -645,7 +645,7 @@
645 645
    *
646 646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
647 647
    *
648
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
648
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
649 649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650 650
    */
651 651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

+ 1
- 1
Marlin/example_configurations/wt150/Configuration_adv.h View File

@@ -648,7 +648,7 @@
648 648
    *
649 649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
650 650
    *
651
-   * Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
651
+   * Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
652 652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653 653
    */
654 654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)

+ 2
- 1
Marlin/planner.cpp View File

@@ -1275,7 +1275,8 @@ void Planner::_buffer_line(const float &a, const float &b, const float &c, const
1275 1275
   #endif
1276 1276
 
1277 1277
   /**
1278
-   * Adapted from Prusa MKS firmware
1278
+   * Adapted from Průša MKS firmware
1279
+   * https://github.com/prusa3d/Prusa-Firmware
1279 1280
    *
1280 1281
    * Start with a safe speed (from which the machine may halt to stop immediately).
1281 1282
    */

Loading…
Cancel
Save