Pārlūkot izejas kodu

Default Extrusion Settings were off a few lines in some of the example config files. (#8333)

Roxy-3D 7 gadus atpakaļ
vecāks
revīzija
967104e1ce
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam

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

1685
 // If the servo can't reach the requested position, increase it.
1685
 // If the servo can't reach the requested position, increase it.
1686
 #define SERVO_DELAY { 300 }
1686
 #define SERVO_DELAY { 300 }
1687
 
1687
 
1688
+// Servo deactivation
1689
+//
1690
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1691
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1692
+
1688
 /**
1693
 /**
1689
  * Default extrusion settings
1694
  * Default extrusion settings
1690
  *
1695
  *
1697
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1702
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1698
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1703
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1699
 
1704
 
1700
-// Servo deactivation
1701
-//
1702
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1703
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1704
-
1705
 /**
1705
 /**
1706
  * Filament Width Sensor
1706
  * Filament Width Sensor
1707
  *
1707
  *

+ 5
- 5
Marlin/src/config/default/Configuration.h Parādīt failu

1685
 // If the servo can't reach the requested position, increase it.
1685
 // If the servo can't reach the requested position, increase it.
1686
 #define SERVO_DELAY { 300 }
1686
 #define SERVO_DELAY { 300 }
1687
 
1687
 
1688
+// Servo deactivation
1689
+//
1690
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1691
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1692
+
1688
 /**
1693
 /**
1689
  * Default extrusion settings
1694
  * Default extrusion settings
1690
  *
1695
  *
1697
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1702
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1698
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1703
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1699
 
1704
 
1700
-// Servo deactivation
1701
-//
1702
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1703
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1704
-
1705
 /**
1705
 /**
1706
  * Filament Width Sensor
1706
  * Filament Width Sensor
1707
  *
1707
  *

+ 5
- 5
Marlin/src/config/examples/Anet/A8/Configuration.h Parādīt failu

1693
 // If the servo can't reach the requested position, increase it.
1693
 // If the servo can't reach the requested position, increase it.
1694
 #define SERVO_DELAY { 300 }
1694
 #define SERVO_DELAY { 300 }
1695
 
1695
 
1696
+// Servo deactivation
1697
+//
1698
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1699
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1700
+
1696
 /**
1701
 /**
1697
  * Default extrusion settings
1702
  * Default extrusion settings
1698
  *
1703
  *
1705
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1710
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1706
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1711
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1707
 
1712
 
1708
-// Servo deactivation
1709
-//
1710
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1711
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1712
-
1713
 /**
1713
 /**
1714
  * Filament Width Sensor
1714
  * Filament Width Sensor
1715
  *
1715
  *

+ 5
- 5
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h Parādīt failu

1680
 // If the servo can't reach the requested position, increase it.
1680
 // If the servo can't reach the requested position, increase it.
1681
 #define SERVO_DELAY { 300 }
1681
 #define SERVO_DELAY { 300 }
1682
 
1682
 
1683
+// Servo deactivation
1684
+//
1685
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1686
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1687
+
1683
 /**
1688
 /**
1684
  * Default extrusion settings
1689
  * Default extrusion settings
1685
  *
1690
  *
1692
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1697
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1693
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1698
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1694
 
1699
 
1695
-// Servo deactivation
1696
-//
1697
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1698
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1699
-
1700
 /**
1700
 /**
1701
  * Filament Width Sensor
1701
  * Filament Width Sensor
1702
  *
1702
  *

+ 5
- 5
Marlin/src/config/examples/Felix/Configuration.h Parādīt failu

1667
 // If the servo can't reach the requested position, increase it.
1667
 // If the servo can't reach the requested position, increase it.
1668
 #define SERVO_DELAY { 300 }
1668
 #define SERVO_DELAY { 300 }
1669
 
1669
 
1670
+// Servo deactivation
1671
+//
1672
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1673
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1674
+
1670
 /**
1675
 /**
1671
  * Default extrusion settings
1676
  * Default extrusion settings
1672
  *
1677
  *
1679
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1684
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1680
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1685
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1681
 
1686
 
1682
-// Servo deactivation
1683
-//
1684
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1685
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1686
-
1687
 /**
1687
 /**
1688
  * Filament Width Sensor
1688
  * Filament Width Sensor
1689
  *
1689
  *

+ 5
- 5
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h Parādīt failu

1682
 // If the servo can't reach the requested position, increase it.
1682
 // If the servo can't reach the requested position, increase it.
1683
 #define SERVO_DELAY { 500 }
1683
 #define SERVO_DELAY { 500 }
1684
 
1684
 
1685
+// Servo deactivation
1686
+//
1687
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1688
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1689
+
1685
 /**
1690
 /**
1686
  * Default extrusion settings
1691
  * Default extrusion settings
1687
  *
1692
  *
1694
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1699
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1695
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1700
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1696
 
1701
 
1697
-// Servo deactivation
1698
-//
1699
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1700
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1701
-
1702
 /**
1702
 /**
1703
  * Filament Width Sensor
1703
  * Filament Width Sensor
1704
  *
1704
  *

+ 5
- 5
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h Parādīt failu

1700
 // If the servo can't reach the requested position, increase it.
1700
 // If the servo can't reach the requested position, increase it.
1701
 #define SERVO_DELAY { 300 }
1701
 #define SERVO_DELAY { 300 }
1702
 
1702
 
1703
+// Servo deactivation
1704
+//
1705
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1706
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1707
+
1703
 /**
1708
 /**
1704
  * Default extrusion settings
1709
  * Default extrusion settings
1705
  *
1710
  *
1712
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1717
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1713
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1718
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1714
 
1719
 
1715
-// Servo deactivation
1716
-//
1717
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1718
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1719
-
1720
 /**
1720
 /**
1721
  * Filament Width Sensor
1721
  * Filament Width Sensor
1722
  *
1722
  *

+ 5
- 5
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h Parādīt failu

1689
 // If the servo can't reach the requested position, increase it.
1689
 // If the servo can't reach the requested position, increase it.
1690
 #define SERVO_DELAY { 300 }
1690
 #define SERVO_DELAY { 300 }
1691
 
1691
 
1692
+// Servo deactivation
1693
+//
1694
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1695
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1696
+
1692
 /**
1697
 /**
1693
  * Default extrusion settings
1698
  * Default extrusion settings
1694
  *
1699
  *
1701
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1706
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1702
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1707
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1703
 
1708
 
1704
-// Servo deactivation
1705
-//
1706
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1707
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1708
-
1709
 /**
1709
 /**
1710
  * Filament Width Sensor
1710
  * Filament Width Sensor
1711
  *
1711
  *

+ 5
- 5
Marlin/src/config/examples/Malyan/M150/Configuration.h Parādīt failu

1713
 // If the servo can't reach the requested position, increase it.
1713
 // If the servo can't reach the requested position, increase it.
1714
 #define SERVO_DELAY { 300 }
1714
 #define SERVO_DELAY { 300 }
1715
 
1715
 
1716
+// Servo deactivation
1717
+//
1718
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1719
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1720
+
1716
 /**
1721
 /**
1717
  * Default extrusion settings
1722
  * Default extrusion settings
1718
  *
1723
  *
1725
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1730
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1726
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1731
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1727
 
1732
 
1728
-// Servo deactivation
1729
-//
1730
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1731
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1732
-
1733
 /**
1733
 /**
1734
  * Filament Width Sensor
1734
  * Filament Width Sensor
1735
  *
1735
  *

+ 5
- 5
Marlin/src/config/examples/Mks/Sbase/Configuration.h Parādīt failu

1660
 // If the servo can't reach the requested position, increase it.
1660
 // If the servo can't reach the requested position, increase it.
1661
 #define SERVO_DELAY { 300 }
1661
 #define SERVO_DELAY { 300 }
1662
 
1662
 
1663
+// Servo deactivation
1664
+//
1665
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1666
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1667
+
1663
 /**
1668
 /**
1664
  * Default extrusion settings
1669
  * Default extrusion settings
1665
  *
1670
  *
1672
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1677
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1673
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1678
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1674
 
1679
 
1675
-// Servo deactivation
1676
-//
1677
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1678
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1679
-
1680
 /**
1680
 /**
1681
  * Filament Width Sensor
1681
  * Filament Width Sensor
1682
  *
1682
  *

+ 5
- 5
Marlin/src/config/examples/Sanguinololu/Configuration.h Parādīt failu

1716
 // If the servo can't reach the requested position, increase it.
1716
 // If the servo can't reach the requested position, increase it.
1717
 #define SERVO_DELAY { 300 }
1717
 #define SERVO_DELAY { 300 }
1718
 
1718
 
1719
+// Servo deactivation
1720
+//
1721
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1722
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1723
+
1719
 /**
1724
 /**
1720
  * Default extrusion settings
1725
  * Default extrusion settings
1721
  *
1726
  *
1728
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1733
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1729
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1734
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1730
 
1735
 
1731
-// Servo deactivation
1732
-//
1733
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1734
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1735
-
1736
 /**
1736
 /**
1737
  * Filament Width Sensor
1737
  * Filament Width Sensor
1738
  *
1738
  *

+ 5
- 5
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h Parādīt failu

1686
 // If the servo can't reach the requested position, increase it.
1686
 // If the servo can't reach the requested position, increase it.
1687
 #define SERVO_DELAY { 300 }
1687
 #define SERVO_DELAY { 300 }
1688
 
1688
 
1689
+// Servo deactivation
1690
+//
1691
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1692
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1693
+
1689
 /**
1694
 /**
1690
  * Default extrusion settings
1695
  * Default extrusion settings
1691
  *
1696
  *
1698
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1703
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1699
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1704
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1700
 
1705
 
1701
-// Servo deactivation
1702
-//
1703
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1704
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1705
-
1706
 /**
1706
 /**
1707
  * Filament Width Sensor
1707
  * Filament Width Sensor
1708
  *
1708
  *

+ 5
- 5
Marlin/src/config/examples/Velleman/K8200/Configuration.h Parādīt failu

1720
 // If the servo can't reach the requested position, increase it.
1720
 // If the servo can't reach the requested position, increase it.
1721
 #define SERVO_DELAY { 300 }
1721
 #define SERVO_DELAY { 300 }
1722
 
1722
 
1723
+// Servo deactivation
1724
+//
1725
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1726
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1727
+
1723
 /**
1728
 /**
1724
  * Default extrusion settings
1729
  * Default extrusion settings
1725
  *
1730
  *
1732
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1737
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1733
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1738
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1734
 
1739
 
1735
-// Servo deactivation
1736
-//
1737
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1738
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1739
-
1740
 /**
1740
 /**
1741
  * Filament Width Sensor
1741
  * Filament Width Sensor
1742
  *
1742
  *

+ 5
- 5
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h Parādīt failu

1685
 // If the servo can't reach the requested position, increase it.
1685
 // If the servo can't reach the requested position, increase it.
1686
 #define SERVO_DELAY { 300 }
1686
 #define SERVO_DELAY { 300 }
1687
 
1687
 
1688
+// Servo deactivation
1689
+//
1690
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1691
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1692
+
1688
 /**
1693
 /**
1689
  * Default extrusion settings
1694
  * Default extrusion settings
1690
  *
1695
  *
1697
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1702
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1698
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1703
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1699
 
1704
 
1700
-// Servo deactivation
1701
-//
1702
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1703
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1704
-
1705
 /**
1705
 /**
1706
  * Filament Width Sensor
1706
  * Filament Width Sensor
1707
  *
1707
  *

+ 5
- 5
Marlin/src/config/examples/delta/kossel_pro/Configuration.h Parādīt failu

1810
 // If the servo can't reach the requested position, increase it.
1810
 // If the servo can't reach the requested position, increase it.
1811
 #define SERVO_DELAY { 300 }
1811
 #define SERVO_DELAY { 300 }
1812
 
1812
 
1813
+// Servo deactivation
1814
+//
1815
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1816
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1817
+
1813
 /**
1818
 /**
1814
  * Default extrusion settings
1819
  * Default extrusion settings
1815
  *
1820
  *
1822
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1827
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1823
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1828
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1824
 
1829
 
1825
-// Servo deactivation
1826
-//
1827
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1828
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1829
-
1830
 /**
1830
 /**
1831
  * Filament Width Sensor
1831
  * Filament Width Sensor
1832
  *
1832
  *

+ 5
- 5
Marlin/src/config/examples/makibox/Configuration.h Parādīt failu

1688
 // If the servo can't reach the requested position, increase it.
1688
 // If the servo can't reach the requested position, increase it.
1689
 #define SERVO_DELAY { 300 }
1689
 #define SERVO_DELAY { 300 }
1690
 
1690
 
1691
+// Servo deactivation
1692
+//
1693
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1694
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1695
+
1691
 /**
1696
 /**
1692
  * Default extrusion settings
1697
  * Default extrusion settings
1693
  *
1698
  *
1700
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1705
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1701
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1706
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1702
 
1707
 
1703
-// Servo deactivation
1704
-//
1705
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1706
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1707
-
1708
 /**
1708
 /**
1709
  * Filament Width Sensor
1709
  * Filament Width Sensor
1710
  *
1710
  *

+ 5
- 5
Marlin/src/config/examples/tvrrug/Round2/Configuration.h Parādīt failu

1680
 // If the servo can't reach the requested position, increase it.
1680
 // If the servo can't reach the requested position, increase it.
1681
 #define SERVO_DELAY { 300 }
1681
 #define SERVO_DELAY { 300 }
1682
 
1682
 
1683
+// Servo deactivation
1684
+//
1685
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1686
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1687
+
1683
 /**
1688
 /**
1684
  * Default extrusion settings
1689
  * Default extrusion settings
1685
  *
1690
  *
1692
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1697
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1693
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1698
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1694
 
1699
 
1695
-// Servo deactivation
1696
-//
1697
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1698
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1699
-
1700
 /**
1700
 /**
1701
  * Filament Width Sensor
1701
  * Filament Width Sensor
1702
  *
1702
  *

+ 5
- 5
Marlin/src/config/examples/wt150/Configuration.h Parādīt failu

1690
 // If the servo can't reach the requested position, increase it.
1690
 // If the servo can't reach the requested position, increase it.
1691
 #define SERVO_DELAY { 300 }
1691
 #define SERVO_DELAY { 300 }
1692
 
1692
 
1693
+// Servo deactivation
1694
+//
1695
+// With this option servos are powered only during movement, then turned off to prevent jitter.
1696
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
1697
+
1693
 /**
1698
 /**
1694
  * Default extrusion settings
1699
  * Default extrusion settings
1695
  *
1700
  *
1702
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1707
 #define DEFAULT_HOTEND_TEMP        205.0    // (c)  Default nozzle temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1703
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1708
 #define DEFAULT_BED_TEMP            60.0    // (c)  Default bed temperature that will produce usable results by the printer.  Used by G26 Mesh Validation Pattern tool.
1704
 
1709
 
1705
-// Servo deactivation
1706
-//
1707
-// With this option servos are powered only during movement, then turned off to prevent jitter.
1708
-//#define DEACTIVATE_SERVOS_AFTER_MOVE
1709
-
1710
 /**
1710
 /**
1711
  * Filament Width Sensor
1711
  * Filament Width Sensor
1712
  *
1712
  *

Notiek ielāde…
Atcelt
Saglabāt