AstroPrint / AstroBox

AstroBox allows you to control your 3D Printer wirelessly
https://www.astroprint.com/products/p/astrobox-software
GNU Affero General Public License v3.0
157 stars 47 forks source link

G-Code upload does not calculate correct number of layers #29

Closed joshwhite47 closed 8 years ago

joshwhite47 commented 9 years ago

Printing screen shows the incorrect number of total layers.

screen shot 2014-10-07 at 1 26 12 pm

Also had this issue... same slic3r settings but different stl.

screen shot 2014-10-07 at 2 32 31 pm

CoDanny commented 9 years ago

What's happening here is that the previous print's layer Count is not clear. When gcode is uploaded directly to the box, the number of layer is not calculated (yet). So the previous count will show up.

The '-' is correct if that file a gcode upload vs. an astroprint sliced one.

KissmanCZ commented 8 years ago

And this is feature or bug...? Two years later Astrobox still not calculating total gcode layers... why? And we cannot remove watermark from timelapse videos with stupid layer counter without number :( there must be some special syntax in gcode for this?

CoDanny commented 8 years ago

If you use our slicer or print a second time, they layers will be there.

KissmanCZ commented 8 years ago

I will on less complicated parts (i understand what is the point of using your slicer). But I have very complicated parts, which cannot be sliced with your slicer for succesful print - srry. Than what?

CoDanny commented 8 years ago

valid point, it will ( or should ) pick up the number of layers when the first completed print is done. At some point we can add the layer counter to the astrobox analyzing task but at the moment is hasn't been a problem for most people.

KissmanCZ commented 8 years ago

And how AstroBox know about number of layers? Some added gcode from you slicer? Can i add this to my code by "hand" for my complicated prints? I am slicing with Simplify3D, i need diff. speed for each layer, diff. temp for each layer, diff. endpoints for each layer and many more setting "per layer based" and really want create nice timelapses.

edit: you mean - if i print same gcode second time, i will see total layer number?

robvoi commented 8 years ago

I have the same problem. I would like to see the amount of layers too. Also the calculated time to print is way off in the beginning.

arcmatt commented 8 years ago

I would really like to see this too, knowing how many layers are remaining is pretty important. I would be happy if I could simply add it to my own gcode to have Astroprint use. Also, knowing what layer a print is on and how many are remaining would make the calculated print error less annoying.