🧑💻 Misc. updates for extra axes (#23521)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							39e4310c7b
						
					
				
				
					commit
					5617edbb96
				
			@@ -29,7 +29,7 @@
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * G92: Set the Current Position to the given X Y Z E values.
 | 
			
		||||
 * G92: Set the Current Position to the given X [Y [Z [A [B [C [E]]]]]] values.
 | 
			
		||||
 *
 | 
			
		||||
 * Behind the scenes the G92 command may modify the Current Position
 | 
			
		||||
 * or the Position Shift depending on settings and sub-commands.
 | 
			
		||||
@@ -37,14 +37,14 @@
 | 
			
		||||
 * Since E has no Workspace Offset, it is always set directly.
 | 
			
		||||
 *
 | 
			
		||||
 * Without Workspace Offsets (e.g., with NO_WORKSPACE_OFFSETS):
 | 
			
		||||
 *   G92   : Set NATIVE Current Position to the given X Y Z E.
 | 
			
		||||
 *   G92   : Set NATIVE Current Position to the given X [Y [Z [A [B [C [E]]]]]].
 | 
			
		||||
 *
 | 
			
		||||
 * Using Workspace Offsets (default Marlin behavior):
 | 
			
		||||
 *   G92   : Modify Workspace Offsets so the reported position shows the given X Y Z E.
 | 
			
		||||
 *   G92   : Modify Workspace Offsets so the reported position shows the given X [Y [Z [A [B [C [E]]]]]].
 | 
			
		||||
 *   G92.1 : Zero XYZ Workspace Offsets (so the reported position = the native position).
 | 
			
		||||
 *
 | 
			
		||||
 * With POWER_LOSS_RECOVERY:
 | 
			
		||||
 *   G92.9 : Set NATIVE Current Position to the given X Y Z E.
 | 
			
		||||
 *   G92.9 : Set NATIVE Current Position to the given X [Y [Z [A [B [C [E]]]]]].
 | 
			
		||||
 */
 | 
			
		||||
void GcodeSuite::G92() {
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user