mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 19:26:03 +08:00
update versions
This commit is contained in:
parent
ed70dddaa2
commit
e6d6af36b3
@ -1,4 +1,5 @@
|
||||
min_slic3r_version = 2.2.0-alpha3
|
||||
0.0.3 slic3r++ adaptation: overlapping & top pattern.
|
||||
0.0.2 changed flow ratio from float to %
|
||||
0.0.1 Multiple Print models were unified into a single one.
|
||||
0.0.1-beta2 Bed model and textures added. Materials all use the BOBO2 identifier. deretract speed set to 0 to use retract speed.
|
||||
|
@ -5,7 +5,7 @@
|
||||
name = BIBO
|
||||
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
||||
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
||||
config_version = 0.0.2
|
||||
config_version = 0.0.3
|
||||
# Where to get the updates from?
|
||||
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/BIBO/
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
min_slic3r_version = 2.2.0-alpha3
|
||||
0.2.4 slic3r++ adaptation: overlapping & top pattern.
|
||||
0.2.3 changed flow ratio from float to %
|
||||
0.2.2 version
|
||||
0.2.1 version
|
||||
|
@ -5,7 +5,7 @@
|
||||
name = Creality
|
||||
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
||||
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
||||
config_version = 0.2.3
|
||||
config_version = 0.2.4
|
||||
# Where to get the updates from?
|
||||
config_update_url =
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
min_slic3r_version = 2.1.0
|
||||
0.0.3 slic3r++ adaptation: overlapping & top pattern.
|
||||
0.0.2 changed flow ratio from float to %
|
||||
0.0.1 Initial version
|
||||
|
@ -3,7 +3,7 @@
|
||||
[vendor]
|
||||
# Vendor name will be shown by the Config Wizard.
|
||||
name = LulzBot
|
||||
config_version = 0.0.2
|
||||
config_version = 0.0.3
|
||||
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/LulzBot/
|
||||
|
||||
[printer_model:MINI_AERO]
|
||||
|
@ -1,4 +1,5 @@
|
||||
min_slic3r_version = 2.2.0-alpha3
|
||||
1.1.5 slic3r++ adaptation: overlapping & top pattern.
|
||||
1.1.4 changed flow ratio from float to %
|
||||
1.1.3 slic3r++ version
|
||||
1.1.2 Added renamed_from fields for PETG filaments to indicate that they were renamed from PET.
|
||||
|
@ -8,10 +8,11 @@ technologies = FFF; SLA
|
||||
|
||||
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
||||
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
||||
config_version = 1.1.4
|
||||
config_version = 1.1.5
|
||||
# Where to get the updates from?
|
||||
config_update_url =
|
||||
changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||
changelog_url =
|
||||
#http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||
|
||||
# The printer models will be shown by the Configuration Wizard in this order,
|
||||
# also the first model installed & the first nozzle installed will be activated after install.
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
set(SLIC3R_APP_NAME "Slic3r++")
|
||||
set(SLIC3R_APP_KEY "Slic3r++")
|
||||
set(SLIC3R_VERSION "2.2.49")
|
||||
set(SLIC3R_VERSION "2.2.50")
|
||||
set(SLIC3R_BUILD_ID "slic3r++_${SLIC3R_VERSION}+UNKNOWN")
|
||||
set(SLIC3R_RC_VERSION "2,2,49,0")
|
||||
set(SLIC3R_RC_VERSION_DOTS "2.2.49.0")
|
||||
set(SLIC3R_RC_VERSION "2,2,50,0")
|
||||
set(SLIC3R_RC_VERSION_DOTS "2.2.50.0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user