Skip to content

QIDITECH/QIDI_Q1_Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QIDI's logo

GPL-V3.0 License

Documentation Guidelines

QIDI_Q1_Pro is a server-side application designed specifically for the Q1_Pro model system, facilitating seamless interaction with its screen. This repository hosts our source code and offers a secure and straightforward method for updating: simply download the package file to a USB drive and perform the update locally on your device.

For convenience, QIDI provides version-specific packaged files. Please download the necessary compressed package file prefixed with "Q1_Pro." We offer several versions of the source code tailored to different needs; select the appropriate branch for download, with each branch name reflecting the corresponding version.

Update Content for Version 4.4.19

Note: After updating, the Klipper configuration file will be replaced. The previous configuration file will be backed up as printer_{datetime}.cfg, printer recalibration will be required.

1. Modified platform calibration logic

During platform tilt calibration, the machine performs a sensorless homing downwards to ensure the heights of the left and right Z axes are consistent.

2. Optimized Gcode processing logic

We have increased the processing priority of certain Gcodes, such as SET_GCODE_OFFSET, to ensure they are executed immediately upon input. However, due to the presence of a move queue in the toolhead, which temporarily stores some parsed movements, the effect is not immediate. We plan to continue improving this in future versions.

3. Added functionality to move without homing

We have noticed that in some cases, such as when printing is unexpectedly interrupted, users may want to move the Z-axis to facilitate the removal of a broken model upon machine restart. Typically, this would require homing before movement, but homing can be obstructed by the model. Therefore, we have added the capability to move the Z-axis without homing and provided corresponding prompts.

4. Fixed issues with camera loading under specific circumstances 5. Fixed display issues with connected WiFi name

We also addressed an issue where the display of connected WiFi names containing Unicode characters appeared blank, and this has been fixed.

6. Adjusted default parameters.

Detailed update process

Packaged files

Note that all updates can not be updated from higher versions

  1. Select the latest version in the version release bar next to it, download the compressed file package starting with Q1_Pro and extract it locally.Jump link

  2. Transfer the files to a USB drive. For example:

sample

  1. Insert the USB drive into the machine's USB interface, click the Chcek for updates button and an update prompt will appear on the version information interface. Update according to the prompt.

Report Issues and Make Suggestions

For any concerns or suggestions, feel free to reach out to our After-Sales Service.

Should you encounter any issues related to machine mechanics, slicing software, firmware, or various other machine-related problems, our after-sales team is ready to assist. They aim to respond to all inquiries within twelve hours.

Others

Unlike the typical method of directly accessing the Fluidd web interface via an IP address, the QIDI edition modifies the default port to 10088. Therefore, you must append :10088 to the machine's IP address to access the Fluidd page. (Default port 80 now has been added after V4.4.18)

QIDI's 3D printers operate based on the Klipper system. Building on the Klipper open-source project, we've tailored its source code to meet specific user requirements. Similarly, we've adapted Moonraker to ensure our designed screens align with web operations. We extend our gratitude to the developers and maintainers of these open-source projects and encourage users to explore or support these robust platforms.

Software QIDI edition
Klipper https://github.com/QIDITECH/klipper
Moonraker https://github.com/QIDITECH/moonrake