Difference between revisions of "Gcode"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "Category:HowTo {| align="right" | __TOC__ |}  Everything your Hyrel 3D Printer does is done by executing GCode, whether you are aware of it or not.  Below, I will explain ...")  | 
				|||
| Line 8: | Line 8: | ||
Below, I will explain those gcodes about which we get the most questions.  | Below, I will explain those gcodes about which we get the most questions.  | ||
==  | == '''Movement''' ==  | ||
There are two primary movement commands: G0 and G1, and are thus explained:  | There are two primary movement commands: G0 and G1, and are thus explained:  | ||
Revision as of 18:23, 17 November 2016
Everything your Hyrel 3D Printer does is done by executing GCode, whether you are aware of it or not.
Below, I will explain those gcodes about which we get the most questions.
Movement
There are two primary movement commands: G0 and G1, and are thus explained:
G0
G0 is a rapid positioning move. It is not a working move, meaning that your equipment will not be printing, milling, lasering, or doing any other active work during a G0 move. G0 is intended to move your tool to a new position, where the work will happen. Accordingly, G0 movement speeds are normally set to a maximum on your equipment, via your configuration settings, rather than being specified in your gcode file.