Default Extrusion Settings were off a few lines in some of the example config files. (#8333)
This commit is contained in:
		| @@ -1720,6 +1720,11 @@ | ||||
| // If the servo can't reach the requested position, increase it. | ||||
| #define SERVO_DELAY { 300 } | ||||
|  | ||||
| // Servo deactivation | ||||
| // | ||||
| // With this option servos are powered only during movement, then turned off to prevent jitter. | ||||
| //#define DEACTIVATE_SERVOS_AFTER_MOVE | ||||
|  | ||||
| /** | ||||
|  * Default extrusion settings | ||||
|  * | ||||
| @@ -1732,11 +1737,6 @@ | ||||
| #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. | ||||
| #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. | ||||
|  | ||||
| // Servo deactivation | ||||
| // | ||||
| // With this option servos are powered only during movement, then turned off to prevent jitter. | ||||
| //#define DEACTIVATE_SERVOS_AFTER_MOVE | ||||
|  | ||||
| /** | ||||
|  * Filament Width Sensor | ||||
|  * | ||||
|   | ||||
| @@ -1685,6 +1685,11 @@ | ||||
| // If the servo can't reach the requested position, increase it. | ||||
| #define SERVO_DELAY { 300 } | ||||
|  | ||||
| // Servo deactivation | ||||
| // | ||||
| // With this option servos are powered only during movement, then turned off to prevent jitter. | ||||
| //#define DEACTIVATE_SERVOS_AFTER_MOVE | ||||
|  | ||||
| /** | ||||
|  * Default extrusion settings | ||||
|  * | ||||
| @@ -1697,11 +1702,6 @@ | ||||
| #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. | ||||
| #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. | ||||
|  | ||||
| // Servo deactivation | ||||
| // | ||||
| // With this option servos are powered only during movement, then turned off to prevent jitter. | ||||
| //#define DEACTIVATE_SERVOS_AFTER_MOVE | ||||
|  | ||||
| /** | ||||
|  * Filament Width Sensor | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user