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:
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.
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.