Skip to content

Commit c0047d5

Browse files
committed
✨ VOLUMETRIC_EXTRUDER_LIMIT_MAX
MarlinFirmware/Marlin#25884
1 parent 45cae06 commit c0047d5

File tree

321 files changed

+642
-321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+642
-321
lines changed

config/default/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,8 @@
38303830
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38313831
* A non-zero value activates Volume-based Extrusion Limiting.
38323832
*/
3833-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3833+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3834+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38343835
#endif
38353836
#endif
38363837

config/examples/3DFabXYZ/Migbot/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,8 @@
38303830
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38313831
* A non-zero value activates Volume-based Extrusion Limiting.
38323832
*/
3833-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3833+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3834+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38343835
#endif
38353836
#endif
38363837

config/examples/ADIMLab/Gantry v1/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,8 @@
38303830
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38313831
* A non-zero value activates Volume-based Extrusion Limiting.
38323832
*/
3833-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3833+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3834+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38343835
#endif
38353836
#endif
38363837

config/examples/ADIMLab/Gantry v2/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,8 @@
38303830
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38313831
* A non-zero value activates Volume-based Extrusion Limiting.
38323832
*/
3833-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3833+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3834+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38343835
#endif
38353836
#endif
38363837

config/examples/Alfawise/U20-bltouch/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3840,7 +3840,8 @@
38403840
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38413841
* A non-zero value activates Volume-based Extrusion Limiting.
38423842
*/
3843-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3843+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3844+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38443845
#endif
38453846
#endif
38463847

config/examples/Alfawise/U20/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3831,7 +3831,8 @@
38313831
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38323832
* A non-zero value activates Volume-based Extrusion Limiting.
38333833
*/
3834-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3834+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3835+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38353836
#endif
38363837
#endif
38373838

config/examples/AliExpress/UM2pExt/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3832,7 +3832,8 @@
38323832
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38333833
* A non-zero value activates Volume-based Extrusion Limiting.
38343834
*/
3835-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3835+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3836+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38363837
#endif
38373838
#endif
38383839

config/examples/Anet/A2/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,8 @@
38303830
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38313831
* A non-zero value activates Volume-based Extrusion Limiting.
38323832
*/
3833-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3833+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3834+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38343835
#endif
38353836
#endif
38363837

config/examples/Anet/A2plus/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,8 @@
38303830
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38313831
* A non-zero value activates Volume-based Extrusion Limiting.
38323832
*/
3833-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3833+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3834+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38343835
#endif
38353836
#endif
38363837

config/examples/Anet/A6/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,8 @@
38303830
* Use 'M200 [T<extruder>] L<limit>' to override and 'M502' to reset.
38313831
* A non-zero value activates Volume-based Extrusion Limiting.
38323832
*/
3833-
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3833+
#define DEFAULT_VOLUMETRIC_EXTRUDER_LIMIT 0.00 // (mm^3/sec)
3834+
#define VOLUMETRIC_EXTRUDER_LIMIT_MAX 20 // (mm^3/sec)
38343835
#endif
38353836
#endif
38363837

0 commit comments

Comments
 (0)