Difference between revisions of "SETTINGS/General/Speed/Modifiers/First Layer Speed"
From MatterControl Manual
(Created page with "{{Slice Settings |The speed at which the nozzle will move when printing the first layer. If expressed as a percentage the Infill speed is modified.|*millimeters per second (m...") |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Migrated|slice-settings/speed/speed#initial-layer-speed}} | ||
{{Slice Settings | {{Slice Settings | ||
− | |The speed at which the nozzle will move when printing the first layer. If expressed as a percentage the Infill speed is modified.|*millimeters per second (mm/s) | + | |The speed at which the nozzle will move when printing the first layer. If expressed as a percentage the Infill speed is modified. This affects the first layer of the print as well as the first layer of the raft, if there is one.|*millimeters per second (mm/s) |
− | * | + | *percent [of [[Settings/General/Speed/Speed for Infill/Infill|Infill speed]]] (%) |
+ | |||
+ | == [[Custom G-Code Variables|Custom G-Code Variable]] == | ||
+ | |||
+ | <code>first_layer_speed</code>| | ||
=== mm/s === | === mm/s === | ||
Line 10: | Line 15: | ||
=== % === | === % === | ||
− | In this example, the first layer will print at 35% | + | In this example, the first layer will print at 35% of the Infill speed (which for this example is set at 40), so the final speed will be 14 mm/s. |
[[File:{{SUBPAGENAME}}-ss-ex1.png]] | [[File:{{SUBPAGENAME}}-ss-ex1.png]] |
Latest revision as of 12:50, 12 September 2018
|
Migrating: For MatterControl 2.0 the MatterControl documentation is moving to matterhackers.com/mattercontrol/support/. |
Function
The speed at which the nozzle will move when printing the first layer. If expressed as a percentage the Infill speed is modified. This affects the first layer of the print as well as the first layer of the raft, if there is one.
Parameters
- millimeters per second (mm/s)
- percent [of Infill speed] (%)
Custom G-Code Variable
first_layer_speed
Example(s)
mm/s
In this example, the first layer will print at 20 mm/s.
%
In this example, the first layer will print at 35% of the Infill speed (which for this example is set at 40), so the final speed will be 14 mm/s.