Various Laser / Spindle improvements (#15335)
This commit is contained in:
		@@ -69,7 +69,7 @@ void GcodeSuite::G0_G1(
 | 
			
		||||
      #endif
 | 
			
		||||
    #endif
 | 
			
		||||
 | 
			
		||||
    get_destination_from_command();                 // Process X Y Z E F parameters
 | 
			
		||||
    get_destination_from_command();                 // Get X Y Z E F (and set cutter power)
 | 
			
		||||
 | 
			
		||||
    #ifdef G0_FEEDRATE
 | 
			
		||||
      if (fast_move) {
 | 
			
		||||
 
 | 
			
		||||
@@ -283,7 +283,7 @@ void GcodeSuite::G2_G3(const bool clockwise) {
 | 
			
		||||
      relative_mode = true;
 | 
			
		||||
    #endif
 | 
			
		||||
 | 
			
		||||
    get_destination_from_command();
 | 
			
		||||
    get_destination_from_command();   // Get X Y Z E F (and set cutter power)
 | 
			
		||||
 | 
			
		||||
    #if ENABLED(SF_ARC_FIX)
 | 
			
		||||
      relative_mode = relative_mode_backup;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user