mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-20 07:34:28 +08:00
parent
046210b0d5
commit
b9ab7641c5
@ -1,4 +1,5 @@
|
||||
min_slic3r_version = 2.2.0-alpha3
|
||||
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.
|
||||
0.0.1-beta1 Added new printer profiles for ditto printing. New retraction settings, new materials. Removed some settings which do not apply. More start gcode improvements.
|
||||
|
@ -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.1
|
||||
config_version = 0.0.2
|
||||
# Where to get the updates from?
|
||||
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/BIBO/
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
name = Custom
|
||||
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
||||
# This means, the server may force the Slic3r configuration to be downgraded.
|
||||
config_version = 0.1.0
|
||||
config_version = 0.1.1
|
||||
# Where to get the updates from?
|
||||
config_update_url =
|
||||
|
||||
|
@ -1,4 +1,11 @@
|
||||
min_slic3r_version = 2.2.0-alpha3
|
||||
0.2.3 changed flow ratio from float to %
|
||||
0.2.2 version
|
||||
0.2.1 version
|
||||
0.2.0 version
|
||||
0.1.2 version
|
||||
0.1.1 version
|
||||
0.1.0 Supermerill version
|
||||
0.0.2 Updated for PrusaSlicer 2.2.0-rc
|
||||
0.0.2-beta Update for PrusaSlicer 2.2.0-beta
|
||||
0.0.2-alpha1 Extended list of default filaments to be installed
|
||||
@ -9,4 +16,3 @@ max_slic3r_version = 12.2.0
|
||||
min_slic3r_version = 2.1.0
|
||||
0.0.1 Initial version
|
||||
0.0.2 with bed version
|
||||
0.2.2 Supermerill 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.2
|
||||
config_version = 0.2.3
|
||||
# Where to get the updates from?
|
||||
config_update_url =
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
min_slic3r_version = 2.1.0
|
||||
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.1
|
||||
config_version = 0.0.2
|
||||
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.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.
|
||||
1.1.1 Added Verbatim and Fiberlogy PETG filament profiles. Updated auto cooling settings for ABS.
|
||||
|
@ -8,7 +8,7 @@ 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.3
|
||||
config_version = 1.1.4
|
||||
# Where to get the updates from?
|
||||
config_update_url =
|
||||
changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
set(SLIC3R_APP_NAME "Slic3r++")
|
||||
set(SLIC3R_APP_KEY "Slic3r++")
|
||||
set(SLIC3R_VERSION "2.2.48")
|
||||
set(SLIC3R_VERSION "2.2.49")
|
||||
set(SLIC3R_BUILD_ID "slic3r++_${SLIC3R_VERSION}+UNKNOWN")
|
||||
set(SLIC3R_RC_VERSION "2,2,48,0")
|
||||
set(SLIC3R_RC_VERSION_DOTS "2.2.48.0")
|
||||
set(SLIC3R_RC_VERSION "2,2,49,0")
|
||||
set(SLIC3R_RC_VERSION_DOTS "2.2.49.0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user