Difference between revisions of "SETTINGS/Filament/Temperatures/Extruder Temperatures/Extruder Wipe Temperature"
From MatterControl Manual
< SETTINGS | Filament | Temperatures | Extruder Temperatures
(Created page with "{{Slice Settings |The temperature at which the extruder will wipe the nozzle. Only used in Custom G-Code fields as a Custom GCode variable.|*param...") |
|||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Migrated|slice-settings/filament/advanced#extruder-wipe-temperature}} | ||
{{Slice Settings | {{Slice Settings | ||
− | |The temperature at which the extruder will wipe the nozzle. | + | |The temperature at which the extruder will wipe the nozzle, as specified in Custom G-Code. |
− | + | Used only by Custom G-Code fields as a [[Custom G-Code Variables|Custom G-Code variable]].|*degrees Celsius | |
− | == [[Custom | + | == [[Custom G-Code Variables|Custom G-Code Variable]] == |
− | <code> | + | <code>extruder_wipe_temperature</code>| |
− | === | + | === degrees === |
− | + | In this example, the nozzle will heat to 145 degrees as specified in the [[Settings/Printer/Custom G-Code/Start G-Code|Start G-Code]] field, assuming the variable is used.}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[ | + |
Latest revision as of 18:37, 7 January 2019
|
Migrating: For MatterControl 2.0 the MatterControl documentation is moving to matterhackers.com/mattercontrol/support/. |
Function
The temperature at which the extruder will wipe the nozzle, as specified in Custom G-Code.
Used only by Custom G-Code fields as a Custom G-Code variable.
Parameters
- degrees Celsius
Custom G-Code Variable
extruder_wipe_temperature
Example(s)
degrees
In this example, the nozzle will heat to 145 degrees as specified in the Start G-Code field, assuming the variable is used.