This is QIDIStudio v2.02.01.60. This version fixes some operational logic and optimizes certain printing parameters.
Bug Fixed
- Fixed a bug where the printer could not parse gcode when the object name contained special characters.
Miscellaneous
- Optimize the material change logic for the Q2 machine.
- Optimize the default selected consumables, defaulting to QIDI PLA.
- Optimize the display and default selection of machine models on the guide page, with all machines selected by default.
- Add an Enable_multi_box toggle on the print sending page, allowing control over whether the printer uses box consumables or external consumables. After synchronizing box consumable information, the Enable_multi_box toggle will automatically turn on. If box consumable information has not been synchronized, Enable_multi_box will be disabled by default and cannot be edited, and print tasks will use external consumables for printing.
- When importing non-QIDI 3mf files, retain parameter modifications in process.
- Update translations.
- Optimize the print height for the Q2, adjusting it from 260 to 256.
Note for Linux Users
On newer versions of Ubuntu (e.g., Ubuntu 24), the software may crash when connecting to a printer on the device page. You can try the following three methods to temporarily work around this issue.
-
Configure WEBVIEW before launching the software (Only for Ubuntu 24).
Use the following command to attempt opening the software:WEBKIT_DISABLE_COMPOSITING_MODE=0 WEBKIT_DISABLE_DMABUF_RENDERER=0 ./QIDIStudio_2.02.00.61_Ubuntu24.AppImage
Note: Using the above command to launch the software ensures that the Fluidd page can be opened and print tasks can be sent normally, but it may result in blank home, guide, and login pages.
-
If the first method doesn't work, you can manually add port "7125" when adding a device.
The downside of this approach is that Fluidd cannot be opened from the device page, but it ensures the software does not crash after sending or starting a print job. -
If all the above methods fail, you will need to manually export the G-code file, then open the corresponding device's Fluidd in a browser.
In the task list, select "Upload File" and then execute the print operation. See the example below.