Get DWC to show the current layer time and number?
-
I'm adding lines with a layer number and a Z height in them similar to the output from Simplify3d:
; layer 5, Z = 1.2
But when I load and print, DWC does not show a layer time or the current layer number.
What is it looking for in the GCODE to figure out this information.
I've also added some other things I see in generated GCODE like:
; layerHeight,0.3 ; tool H0.300 W0.500 ; layer 1, Z = 0.000000 ; feature inner perimeter
But I can't get the right stuff in there.