Make G92 work as expected based on current WCS position
[clinton/Smoothieware.git] / src / modules / robot / Conveyor.cpp
index 25922b1..f8b6873 100644 (file)
@@ -136,7 +136,6 @@ void Conveyor::on_config_reload(void* argument)
 
 void Conveyor::append_gcode(Gcode* gcode)
 {
-    gcode->mark_as_taken();
     queue.head_ref()->append_gcode(gcode);
 }