From 8aaa970c1a7175d0ffc0ca5a29cac92617d5733c Mon Sep 17 00:00:00 2001 From: CChen616 <88018764+CChen616@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:40:22 +0800 Subject: [PATCH] Update README.md --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 849395b..270dd64 100644 --- a/README.md +++ b/README.md @@ -3,29 +3,25 @@ # 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. +Q1 Pro is a 3D printer that uses Klipper as its foundation. This repository is used for updates and releases for the Q1 Pro model, as well as for issue tracking. -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. +For convenience, QIDI provides version-specific packaged files. Please download the necessary compressed package file prefixed with "Q1_Pro." Select the appropriate branch for download, with each branch name reflecting the corresponding version. - -## Update Content for Version 4.4.19 +## V4.4.21 Update Content **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 +1. Fixed slow response to filament break detection -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. Fixed issue with configuration file not being backed up during update -**2.** Optimized Gcode processing logic +3. Adjusted silent print switch position -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. +4. Chamber light setting are no longer affected by the screen off state. -**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 +5. Updated configuration file + + Enable chamber exhaust fan by default when chamber temp set to 0. Board fan associated with x y motor drive instead of z axis. We also addressed an issue where the display of connected WiFi names containing Unicode characters appeared blank, and this has been fixed. @@ -37,11 +33,11 @@ We also addressed an issue where the display of connected WiFi names containing 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 +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: -

