alexqzd / Marlin-H32

JyersUI port for Aquila H32 Printers
52 stars 18 forks source link

Print screen stuck on particular G-Code #8

Closed AnshumanFauzdar closed 2 years ago

AnshumanFauzdar commented 2 years ago

I am printing over 24 hour with Beta1 firmware and working great so far as mentioned in issue #6

Here is the G-Code attached [With image preview script it causes screen freezing but without preview it prints normally]

https://anonfiles.com/P8Scj9N3x8/CE3_Version_3_Winder_CASING_STANDARD_high_gcode

alexqzd commented 2 years ago

Try with this version of the Cura plugin an re-slice the file https://github.com/alexqzd/Marlin/blob/5d4286e1a80797d4c11041149063a5e1a53b7c11/Slicer%20post-processing%20scripts/Cura_JPEG_Preview.py

AnshumanFauzdar commented 2 years ago

Thanks @alexqzd working great! Just curious as a developer, what exactly is different in this script?

alexqzd commented 2 years ago

I reduced the JPEG encoding quality to produce smaller images

AnshumanFauzdar commented 2 years ago

Thanks @alexqzd !