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

This commit is contained in:
Roxy-3D
2017-11-08 11:56:00 -06:00
committed by GitHub
parent 1c6e83c137
commit 967104e1ce
18 changed files with 90 additions and 90 deletions

View File

@ -1667,6 +1667,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
*
@ -1679,11 +1684,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
*