Difference between revisions of "SETTINGS/Printer/Custom G-Code/Start G-Code"
From MatterControl Manual
< SETTINGS | Printer | Custom G-Code
m (MatterHackers moved page Slice Settings/Printer/Custom G-Code/Start G-Code to Settings/Printer/Custom G-Code/Start G-Code without leaving a redirect) |
m (MatterHackers moved page Settings/Printer/Custom G-Code/Start G-Code to SETTINGS/Printer/Custom G-Code/Start G-Code) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Slice Settings | {{Slice Settings | ||
− | |G-Code to be run immediately following the temperature setting commands. Including commands to set temperature in this section will cause them not be generated outside of this section. | + | |G-Code to be run immediately following the temperature setting commands. Including commands to set temperature in this section will cause them not be generated outside of this section. |
− | + | See also: [[Automatic G-Code]] | |
+ | |||
+ | '''NOTE:''' All Custom G-Code is subject to [[G-Code Filtering|filtering rules]].|*[http://reprap.org/wiki/G-code G-Code] | ||
+ | *[[Custom_G-Code_Variables|Custom G-Code variables]] | ||
+ | |||
+ | All G-Code must be uppercase to function properly.| | ||
=== G-Code === | === G-Code === | ||
In this example, the printer will home (G28) at the beginning of the print.}} | In this example, the printer will home (G28) at the beginning of the print.}} | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | *[[Automatic G-Code]] | ||
+ | *[[G-Code Filtering]] |
Latest revision as of 12:37, 1 December 2016
Function
G-Code to be run immediately following the temperature setting commands. Including commands to set temperature in this section will cause them not be generated outside of this section.
See also: Automatic G-Code
NOTE: All Custom G-Code is subject to filtering rules.
Parameters
All G-Code must be uppercase to function properly.
Example(s)
G-Code
In this example, the printer will home (G28) at the beginning of the print.