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...") |
|||
Line 1: | Line 1: | ||
{{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 GCode Variables|Custom GCode variable]].|*degrees Celsius | |
== [[Custom GCode Variables|Custom GCode Variable]] == | == [[Custom GCode Variables|Custom GCode Variable]] == | ||
− | <code> | + | <code>extruder_wipe_temperature</code>| |
− | === | + | === degrees === |
− | + | In this example, the nozzle will heat to 145 degrees as specified in the [[Slice Settings/Printer/Custom G-Code/Start G-Code|Start GCode]] field, assuming the variable is used.}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[ | + |
Revision as of 17:31, 29 December 2015
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 GCode variable.
Parameters
- degrees Celsius
Custom GCode Variable
extruder_wipe_temperature
Example(s)
degrees
In this example, the nozzle will heat to 145 degrees as specified in the Start GCode field, assuming the variable is used.