Difference between revisions of "SETTINGS/Filament/Cooling/Cooling Thresholds/Minimum Print Speed"
From MatterControl Manual
< SETTINGS | Filament | Cooling | Cooling Thresholds
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Migrated|slice-settings/speed/cooling#minimum-print-speed}} | ||
{{Slice Settings | {{Slice Settings | ||
− | |The minimum speed to which the printer will reduce in order to attempt to make the layer print time long enough to satisfy the [[ | + | |The minimum speed to which the printer will reduce in order to attempt to make the layer print time long enough to satisfy the [[Settings/Filament/Cooling/Cooling Thresholds/Slow Down If Layer Print Time Is Below|minimum layer time]].|*millimeters per second (mm/s) |
− | == [[Custom | + | == [[Custom G-Code Variables|Custom G-Code Variable]] == |
<code>min_print_speed</code>| | <code>min_print_speed</code>| | ||
Line 9: | Line 10: | ||
=== mm/s === | === mm/s === | ||
− | In this example, the printer will print at no less than 5 mm/s if required to slow down in order to attempt to satisfy the [[ | + | In this example, the printer will print at no less than 5 mm/s if required to slow down in order to attempt to satisfy the [[Settings/Filament/Cooling/Cooling Thresholds/Slow Down If Layer Print Time Is Below|minimum layer time]].}} |
Latest revision as of 18:45, 13 September 2018
|
Migrating: For MatterControl 2.0 the MatterControl documentation is moving to matterhackers.com/mattercontrol/support/. |
Function
The minimum speed to which the printer will reduce in order to attempt to make the layer print time long enough to satisfy the minimum layer time.
Parameters
- millimeters per second (mm/s)
Custom G-Code Variable
min_print_speed
Example(s)
mm/s
In this example, the printer will print at no less than 5 mm/s if required to slow down in order to attempt to satisfy the minimum layer time.