Difference between revisions of "SETTINGS/Filament/Temperatures/Bed Temperatures/Bed Remove Part Temperature"
From MatterControl Manual
< SETTINGS | Filament | Temperatures | Bed Temperatures
(Undo revision 1300 by MatterHackers (talk)) |
|||
Line 7: | Line 7: | ||
== [[Custom GCode Variables|Custom GCode Variable]] == | == [[Custom GCode Variables|Custom GCode Variable]] == | ||
− | <code> | + | <code>bed_remove_part_temperature</code>| |
=== degrees === | === degrees === | ||
In this example, the bed will cool to 55 degrees after the print as specified in the [[Slice Settings/Printer/Custom G-Code/End G-Code|End GCode]] field, assuming the variable is used.}} | In this example, the bed will cool to 55 degrees after the print as specified in the [[Slice Settings/Printer/Custom G-Code/End G-Code|End GCode]] field, assuming the variable is used.}} |
Revision as of 10:37, 13 January 2016
Function
The temperature to which the bed will heat (or cool) in order to remove the part, as specified in Custom G-Code.
Used only by Custom G-Code fields as a Custom GCode variable.
Parameters
- degrees Celsius
Custom GCode Variable
bed_remove_part_temperature
Example(s)
degrees
In this example, the bed will cool to 55 degrees after the print as specified in the End GCode field, assuming the variable is used.