Add volumetric extrusion limit (#17017)
This commit is contained in:
@ -2993,9 +2993,21 @@
|
||||
* 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.
|
||||
* M200 D0 to disable, M200 Dn to set a new diameter (and enable volumetric).
|
||||
* M200 S0/S1 to disable/enable volumetric extrusion.
|
||||
*/
|
||||
//#define VOLUMETRIC_DEFAULT_ON
|
||||
|
||||
//#define VOLUMETRIC_EXTRUDER_LIMIT
|
||||
#if ENABLED(VOLUMETRIC_EXTRUDER_LIMIT)
|
||||
/**
|
||||
* Default volumetric extrusion limit in cubic mm per second (mm^3/sec).
|
||||
* This factory setting applies to all extruders.
|
||||
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
|
||||
* A non-zero value activates Volume-based Extrusion Limiting.
|
||||
*/
|
||||
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user