-
I'm using basic gcode with mSLA, but I followed all PrusaSlicer recommendations for notes, still I can't have layer count nor estimates to show. I use:
Progress after 10 layers: GCode:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Your Gcode will not be parsed by Moonraker, because Moonraker doesn't know your Slicer. So, an estimated time or something similar will not be displayed because of this. But your Layer number should work with the To get the other metadata working, you can try changing the "generated" line in your gcode, which Moonraker thinks is a Prusaslicer gcode. |
Beta Was this translation helpful? Give feedback.
-
when you dont see any more informations, moonraker cannot find/identify it. the estimated time will only start, when your job "really starts". i think klipper start it with the first extrusion, but i'm not 100% sure. pls double-check it yourself with the klipper code. |
Beta Was this translation helpful? Give feedback.
Found the problem with layer count. The command
SET_PRINT_STATS_INFO TOTAL_LAYER=x
must be set after home and not before. I was setting it as first line and that cause problem.