Difference between revisions of "SETTINGS/Filament/Cooling/Cooling Thresholds/Minimum Print Speed"
From MatterControl Manual
< SETTINGS | Filament | Cooling | Cooling Thresholds
m (MatterHackers moved page Slice Settings/Filament/Cooling/Cooling Thresholds/Minimum Print Speed to Slice Settings/Filament/Cooling/Fan Speed/Minimum Print Speed without leaving a redirect) |
|||
Line 1: | Line 1: | ||
{{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 [[Slice Settings/Filament/Cooling/Cooling Thresholds/Slow Down If Layer Print Time Is Below|minimum layer time]].|*millimeters per second (mm/s)| | + | |The minimum speed to which the printer will reduce in order to attempt to make the layer print time long enough to satisfy the [[Slice Settings/Filament/Cooling/Cooling Thresholds/Slow Down If Layer Print Time Is Below|minimum layer time]].|*millimeters per second (mm/s) |
+ | |||
+ | == [[Custom GCode Variables|Custom GCode Variable]] == | ||
+ | |||
+ | <code>min_print_speed</code>| | ||
=== 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 [[Slice Settings/Filament/Cooling/Cooling Thresholds/Slow Down If Layer Print Time Is Below|minimum layer time]].}} | 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 [[Slice Settings/Filament/Cooling/Cooling Thresholds/Slow Down If Layer Print Time Is Below|minimum layer time]].}} |
Revision as of 11:42, 13 January 2016
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 GCode 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.