alkaes / QidiPrint

Cura plugin to allow print on QIDI 3D printers over network
GNU Affero General Public License v3.0
46 stars 13 forks source link

Qidi Printer Definitions fixes #8

Closed volgy closed 3 years ago

volgy commented 3 years ago

The original Qidi Printer Definitions have some strong overrides. Because these are placed in the user profile folder these values will have priority over the default Cura definitions (so the situation is a bit different than with Qidi-Print). This is especially problematic with the temperature settings (selecting different materials in Cura will not change the printing temperature). Removing at least the following properties from definitions/qidi.def.json resolve this issue:

"material_print_temperature":{ "value": 200 } "material_bed_temperature":{ "default_value": 50 } "default_material_print_temperature":{ "value": 200 }

In general, it would be useful to keep a curated/maintained version of the definition files in this or another GitHub repo. Thank you for your work on QidiPrint! Without this plug-in, I would have bought a different printer.

alkaes commented 3 years ago

Thank you for your feedback, Issue fixed, with other improvments in the new dedicated repo: https://github.com/alkaes/Qidi-Printer-Definitions

volgy commented 3 years ago

Great! Thanks!