ソースを参照

Fix spelling of Průša

Scott Lahteine 8年前
コミット
a4a587a897
25個のファイルの変更26行の追加25行の削除
  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 ファイルの表示

648
    *
648
    *
649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653
    */
653
    */
654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

648
    *
648
    *
649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653
    */
653
    */
654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

628
    *
628
    *
629
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
632
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
633
    */
633
    */
634
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

658
    *
658
    *
659
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
662
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
663
    */
663
    */
664
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

648
    *
648
    *
649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653
    */
653
    */
654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

648
    *
648
    *
649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653
    */
653
    */
654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

650
    *
650
    *
651
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
654
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
655
    */
655
    */
656
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

650
    *
650
    *
651
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
654
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
655
    */
655
    */
656
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

647
    *
647
    *
648
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
651
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    */
652
    */
653
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

647
    *
647
    *
648
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
651
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    */
652
    */
653
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

652
    *
652
    *
653
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
656
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
657
    */
657
    */
658
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

647
    *
647
    *
648
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
651
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    */
652
    */
653
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

648
    *
648
    *
649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653
    */
653
    */
654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

645
    *
645
    *
646
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
649
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
650
    */
650
    */
651
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

648
    *
648
    *
649
    * Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
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
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
652
    * Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
653
    */
653
    */
654
   #define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
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 ファイルの表示

1275
   #endif
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
    * Start with a safe speed (from which the machine may halt to stop immediately).
1281
    * Start with a safe speed (from which the machine may halt to stop immediately).
1281
    */
1282
    */

読み込み中…
キャンセル
保存