Default Extrusion Settings were off a few lines in some of the example config files. (#8333)
This commit is contained in:
		@@ -1660,6 +1660,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
 | 
			
		||||
 *
 | 
			
		||||
@@ -1672,11 +1677,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