Updated GCodeInfo tools to V 0.93, now it supports Z-lifts and negative coordinates.

Updated GCodeInfo tools to V 0.93, now it supports Z-lifts and negative coordinates.
GCodeInfo is a small command line tool to analyse gcodes. It calculates various print details like.
-print time
-used filament
-yx move distance
-print object dimension
-average print speeds
-number of layers
-layer details
-speed distribution
http://www.thingiverse.com/thing:44330

Why, oh why did you use Java?

Because I’ll use the model parsing & analysis code for an Android App as well. (Android uses kind of Java)

Hi,
I get a bunch of messages like:
Unknown Gcode 1: M92 E865.888000…
Unknown Gcode 22: G3 X78.76323941…
G90/M83 Relative Positioning is NOT supported.
I guess it’s really only for RepRap machines, right?

yes, it was meant for reprap but I will add G2/G3 Arc commands. M92 seems not relevant for the calculation. It would help if you could send me an example gcode file.