From 4d3616a00d627e941b895a1730c000421f0e077d Mon Sep 17 00:00:00 2001 From: CChen616 <88018764+CChen616@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:14:56 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fa8917..237e65c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Should you encounter any issues related to machine mechanics, slicing software, ## 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. +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. From 66ab378950108bcbe600acfb5e689b47d6dcd6ad Mon Sep 17 00:00:00 2001 From: CChen616 <88018764+CChen616@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:28:30 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 237e65c..3a80646 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,22 @@ QIDI_Q1_Pro is a server-side application designed specifically for the Q1_Pro mo 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.16 +## Update Content for Version 4.4.18 -**Note**: Post-update, the Klipper configuration file will be overwritten. The former configuration file will be renamed to printer_{datetime}.cfg as a backup, and the printer will require recalibration. +**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.** Fixed an issue where, under certain conditions, WLAN settings could prevent booting. +**1.** Added port 80 to Fluidd. + +**2.** Fixed the issue where power failure resume could not work. + +**3.** Fixed the issue with USB device unmounting failing in certain cases. + +**4.** Added Ethernet switching feature. + +**5.** Added error prompt for QR code generation. + +**6.** Adjusted default parameters. -**2.** Parameters in the gcode_macro.cfg file have been modified. ## Detailed update process