VOLUMETRIC_EXTRUDER_LIMIT_MAX

MarlinFirmware/Marlin#25884
This commit is contained in:
Scott Lahteine 2023-08-04 23:52:36 -05:00
parent 45cae06c40
commit c0047d5eb6
321 changed files with 642 additions and 321 deletions

View file

@ -3830,7 +3830,8 @@
* 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)
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
#endif
#endif