All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.neuronrobotics.replicator.driver.interpreter.EmptyCodeHandler Maven / Gradle / Ivy

There is a newer version: 3.28.0
Show newest version
package com.neuronrobotics.replicator.driver.interpreter;

// TODO: Auto-generated Javadoc
/** 
 * An empty code handler, for noting that "do nothing" is the correct action.
 * Presently used for absolute positioning and programming in mm, because those are the internal representations.
 * 
 */
public class EmptyCodeHandler extends CodeHandler {
	
	/* (non-Javadoc)
	 * @see com.neuronrobotics.replicator.driver.interpreter.CodeHandler#execute(com.neuronrobotics.replicator.driver.interpreter.GCodeLineData, com.neuronrobotics.replicator.driver.interpreter.GCodeLineData)
	 */
	public void execute(GCodeLineData prev, GCodeLineData line) throws Exception {
		
		//throw new RuntimeException("No handler availible "+line);
	}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy