This commit is contained in:
sunsets
2023-11-02 09:48:10 +08:00
parent b2d3a0ed41
commit f094d28462
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
min_slic3r_version = 1.0.7
1.0.7 Optimize parameters
min_slic3r_version = 1.0.6 min_slic3r_version = 1.0.6
1.0.6 Optimize parameters 1.0.6 Optimize parameters
min_slic3r_version = 1.0.5 min_slic3r_version = 1.0.5

View File

@@ -5,7 +5,7 @@
name = QIDI Technology name = QIDI Technology
# Configuration version of this file. Config file will only be installed, if the config_version differs. # Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the QIDISlicer configuration to be downgraded. # This means, the server may force the QIDISlicer configuration to be downgraded.
config_version = 1.0.6 config_version = 1.0.7
# Where to get the updates from? # Where to get the updates from?
config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/ config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/
changelog_url = https://qidi3d.com/pages/software-firmware changelog_url = https://qidi3d.com/pages/software-firmware

View File

@@ -3,7 +3,7 @@
set(SLIC3R_APP_NAME "QIDISlicer") set(SLIC3R_APP_NAME "QIDISlicer")
set(SLIC3R_APP_KEY "QIDISlicer") set(SLIC3R_APP_KEY "QIDISlicer")
set(SLIC3R_VERSION "1.0.6") set(SLIC3R_VERSION "1.0.7")
set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64") set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64")
set(SLIC3R_RC_VERSION "1,0,6,0") set(SLIC3R_RC_VERSION "1,0,7,0")
set(SLIC3R_RC_VERSION_DOTS "1.0.6.0") set(SLIC3R_RC_VERSION_DOTS "1.0.7.0")