Wrong layer count shown - PRUSA i3 MK3S MMU2S
LCD displays shows the current layer at 3 for the start of the print at the first layer.
http://www.wabbitwanch.net/sgphotos/Layer_Count.jpg
Repetier Server 0.94
PRUSA i3 MK3S MMU2S
Printing a single colour with the PRUSA multi-material mode.
Raspberry Pi3
http//www.wabbitwanch.net/sgphotos/MxTie3S_0.2mm_PET_MK3SMMU2S_3h4m.gcode
http://www.wabbitwanch.net/sgphotos/Layer_Count.jpg
Repetier Server 0.94
PRUSA i3 MK3S MMU2S
Printing a single colour with the PRUSA multi-material mode.
Raspberry Pi3
http//www.wabbitwanch.net/sgphotos/MxTie3S_0.2mm_PET_MK3SMMU2S_3h4m.gcode
Comments
Upon further checking, the purge line starts the purge at .40, then goes to .30 and finally ends the purge at .20 layer height. So that's where the server is picking up the three layers from.
Makes the "printing X/500 layer" LCD display pointless because it's not accurate.
Maybe a checkbox in a future version that asks if the printer does a prime line and subtracts "x" layers at the onset...:-)
Layer count is still useful to feel progress. There are also other cases with variable layer height that makes it impossible to see Z from layer count. But for that you also have Z position available.
But make a note in the documentation that it's a "feel" feature only on some printers.
Thanks for considering!
could it be handled in cura somehow?
thx
Hans
So check where you have extra extrusions and make them happen on Z of first layer height and numbering will be identical.
PRUSA does the prime in the -Y axis, so rather than trying to ignore any -X or -Y region layer counts, just a simple "@" command to RS to reset after the prime is completed might not require a massive amount of programming to accommodate.
Merely a suggestion.
Mel
So my big question - why and where do you need the original numbers? I mean during print you see more layers and know when it is finished and in editor you still need the server numbering so no gain possible there.
It's a light year easier for me to remember layers 29 and 38 than it is to remember 4.68 and 6.12 - Z heights. PRUSA's Slicer 2.3.1 shows the first layer of the print in the 3D view mode with layer 1 @ 0.2mm because the Slicer ignores the prime lines. RS shows layer 3. Close, no cigar...:-)
When showing the layer count on the PRUSA LCD that Repetier Server shows I have to remember to do math to make it fit what I see in PRUSA Slicer.
I'd find it much simpler if the two apps agreed. Hence merely the suggestion to allow an @command to set the layer count to match the Slicer preview mode.
Mel
;LAYER_CHANGE
as comment for layer changes. I think I will add in one of the next releases (not next, we are in finishing stage already) to use slicer comments when available to mark layer changes und use our system as fallback. That should also work fine on vase mode and for other slicers that have different rules.
I think you found an excellent approach to the layer issue. Looking forward to the future releases and thanks for having the patience to listen to us..