You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ColorPrint plugin at the generate/save state hang (or take very long) on 44%.
The file is almost finished in the hdd, just missing the end (flush()?)
I tried with big file, and a short one the same result.
The text was updated successfully, but these errors were encountered:
Slic3r is exporting .gcode files as utf-8 but PrusaControl is not correctly specifying the encoding when reading them back in gcode.py's copy_file_with_progress_and_color_changes. This leads to an unhandled exception which breaks the saving process and the UI entirely if the original file contains utf-8 characters.
The default usage of Slic3r will insert utf-8 characters towards the end of the file as ; filament_notes = "List of materials tested with standart PLA print settings for MK2:\n\nDas Filament\nEsun PLA\nEUMAKERS PLA\nFiberlogy HD-PLA\nFillamentum PLA\nFloreon3D\nHatchbox PLA\nPlasty Mladeč PLA\nPrimavalue PLA\nProto pasta Matte Fiber\nVerbatim PLA\nVerbatim BVOH" which comes from the Notes tab of the selected filament profile in Filament Settings and is saved in PrusaResearch.ini.
The ColorPrint plugin at the generate/save state hang (or take very long) on 44%.
The file is almost finished in the hdd, just missing the end (flush()?)
I tried with big file, and a short one the same result.
The text was updated successfully, but these errors were encountered: