Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with layer count when using GCode extracted from .ufp files #270

Open
radostint opened this issue Dec 13, 2022 · 0 comments
Open

Comments

@radostint
Copy link

When importing .ufp files in OctoPrint layer count is not correct. If I export plain gcode from Cura and import it to OctoPrint everything is fine and layer count is correct. For some reason the line M117 INDICATOR-Layer**** is miscalculated hence the problem with layer count.

GCode exported from the imported .ump file in OctoPrint:
;LAYER:42
M117 INDICATOR-Layer4
M117 DASHBOARD_LAYER_INDICATOR 43

GCode exported directly from Cura and imported into OctoPrint :
;LAYER:42
M117 INDICATOR-Layer42
M117 DASHBOARD_LAYER_INDICATOR 43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant