Add NO_VOLUMETRICS to example configs
This commit is contained in:
parent
fc9ee1a4de
commit
31e33d2acd
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1366,13 +1366,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1368,13 +1368,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
//#define EXTENDED_CAPABILITIES_REPORT
|
//#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1337,13 +1337,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1362,13 +1362,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1366,13 +1366,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1373,13 +1373,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1354,13 +1354,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1376,13 +1376,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1366,13 +1366,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1367,13 +1367,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1367,13 +1367,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1367,13 +1367,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1367,13 +1367,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1367,13 +1367,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1372,13 +1372,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1367,13 +1367,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1365,13 +1365,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
@ -1366,13 +1366,20 @@
|
|||||||
#define EXTENDED_CAPABILITIES_REPORT
|
#define EXTENDED_CAPABILITIES_REPORT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Volumetric extrusion default state
|
* Disable all Volumetric extrusion options
|
||||||
* 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
|
//#define NO_VOLUMETRICS
|
||||||
|
|
||||||
|
#if DISABLED(NO_VOLUMETRICS)
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable this option for a leaner build of Marlin that removes all
|
* Enable this option for a leaner build of Marlin that removes all
|
||||||
|
Loading…
Reference in New Issue
Block a user