Allow enabling volumetric filament on config load

This commit is contained in:
Robert Kirk
2017-01-01 22:10:50 -05:00
committed by Scott Lahteine
parent 0c0c840ba8
commit 0d147ead66
19 changed files with 168 additions and 2 deletions

View File

@ -1085,4 +1085,13 @@
*/
//#define EXTENDED_CAPABILITIES_REPORT
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
*
* M200 D0 to disable, M200 Dn to set a new diameter.
*/
//#define VOLUMETRIC_DEFAULT_ON
#endif // CONFIGURATION_ADV_H