Sync with PrusaSlicer-settings
This commit is contained in:
parent
b52ce29d12
commit
957572fb8a
@ -1,4 +1,8 @@
|
|||||||
|
min_slic3r_version = 2.6.0-alpha2
|
||||||
|
0.2.1 Added Eolas Prints filaments.
|
||||||
|
0.2.0 Added Photon Mono X printer.
|
||||||
min_slic3r_version = 2.4.1-rc1
|
min_slic3r_version = 2.4.1-rc1
|
||||||
|
0.1.2 Added VOXELPLA filament profile.
|
||||||
0.1.1 Fixed before layer change g-code for Mega Zero.
|
0.1.1 Fixed before layer change g-code for Mega Zero.
|
||||||
0.1.0 Added Anycubic 4Max Pro 2.0
|
0.1.0 Added Anycubic 4Max Pro 2.0
|
||||||
min_slic3r_version = 2.3.2-alpha0
|
min_slic3r_version = 2.3.2-alpha0
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,6 @@
|
|||||||
min_slic3r_version = 2.4.1-alpha0
|
min_slic3r_version = 2.4.1-alpha0
|
||||||
|
0.0.7 Added Eolas Prints filaments.
|
||||||
|
0.0.6 Reduced retract_length for direct extruders
|
||||||
0.0.5 Added Artillery Hornet
|
0.0.5 Added Artillery Hornet
|
||||||
min_slic3r_version = 2.3.1-beta
|
min_slic3r_version = 2.3.1-beta
|
||||||
0.0.4 Fixed first layer height in 0.28mm profile.
|
0.0.4 Fixed first layer height in 0.28mm profile.
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
name = Artillery
|
name = Artillery
|
||||||
# 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 PrusaSlicer configuration to be downgraded.
|
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
||||||
config_version = 0.0.5
|
config_version = 0.0.7
|
||||||
# Where to get the updates from?
|
# Where to get the updates from?
|
||||||
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Artillery/
|
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Artillery/
|
||||||
# changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
# changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||||
@ -89,7 +89,7 @@ remaining_times = 0
|
|||||||
retract_before_travel = 1
|
retract_before_travel = 1
|
||||||
retract_before_wipe = 0%
|
retract_before_wipe = 0%
|
||||||
retract_layer_change = 1
|
retract_layer_change = 1
|
||||||
retract_length = 1.9
|
retract_length = 0.8
|
||||||
retract_length_toolchange = 4
|
retract_length_toolchange = 4
|
||||||
retract_lift = 0.6
|
retract_lift = 0.6
|
||||||
retract_lift_above = 0
|
retract_lift_above = 0
|
||||||
@ -512,4 +512,65 @@ filament_vendor = Generic
|
|||||||
|
|
||||||
[filament:Generic TPU @Artillery]
|
[filament:Generic TPU @Artillery]
|
||||||
inherits = *TPU*
|
inherits = *TPU*
|
||||||
filament_vendor = Generic
|
filament_vendor = Generic
|
||||||
|
|
||||||
|
[filament:Eolas Prints PLA @Artillery]
|
||||||
|
inherits = *PLA*
|
||||||
|
filament_vendor = Eolas Prints
|
||||||
|
filament_cost = 23.50
|
||||||
|
filament_density = 1.24
|
||||||
|
filament_spool_weight = 0
|
||||||
|
filament_colour = #4D9398
|
||||||
|
first_layer_bed_temperature = 65
|
||||||
|
first_layer_temperature = 208
|
||||||
|
temperature = 202
|
||||||
|
|
||||||
|
[filament:Eolas Prints PLA Matte @Artillery]
|
||||||
|
inherits = Eolas Prints PLA @Artillery
|
||||||
|
filament_cost = 25.50
|
||||||
|
filament_max_volumetric_speed = 14
|
||||||
|
temperature = 210
|
||||||
|
|
||||||
|
[filament:Eolas Prints INGEO 850 @Artillery]
|
||||||
|
inherits = Eolas Prints PLA @Artillery
|
||||||
|
filament_cost = 25.90
|
||||||
|
temperature = 210
|
||||||
|
|
||||||
|
[filament:Eolas Prints INGEO 870 @Artillery]
|
||||||
|
inherits = Eolas Prints PLA @Artillery
|
||||||
|
filament_cost = 25.90
|
||||||
|
temperature = 215
|
||||||
|
first_layer_bed_temperature = 68
|
||||||
|
first_layer_temperature = 220
|
||||||
|
bed_temperature = 65
|
||||||
|
|
||||||
|
[filament:Eolas Prints PETG @Artillery]
|
||||||
|
inherits = *PET*
|
||||||
|
filament_vendor = Eolas Prints
|
||||||
|
filament_cost = 29.90
|
||||||
|
filament_density = 1.27
|
||||||
|
filament_spool_weight = 0
|
||||||
|
filament_colour = #4D9398
|
||||||
|
temperature = 240
|
||||||
|
first_layer_bed_temperature = 85
|
||||||
|
first_layer_temperature = 235
|
||||||
|
bed_temperature = 90
|
||||||
|
|
||||||
|
[filament:Eolas Prints PETG - UV Resistant @Artillery]
|
||||||
|
inherits = Eolas Prints PETG @Artillery
|
||||||
|
filament_cost = 35.90
|
||||||
|
temperature = 242
|
||||||
|
first_layer_temperature = 237
|
||||||
|
|
||||||
|
[filament:Eolas Prints TPU 93A @Artillery]
|
||||||
|
inherits = *TPU*
|
||||||
|
filament_vendor = Eolas Prints
|
||||||
|
filament_cost = 34.99
|
||||||
|
filament_density = 1.21
|
||||||
|
filament_colour = #4D9398
|
||||||
|
filament_max_volumetric_speed = 1.2
|
||||||
|
temperature = 230
|
||||||
|
first_layer_bed_temperature = 30
|
||||||
|
bed_temperature = 30
|
||||||
|
filament_retract_length = 0
|
||||||
|
extrusion_multiplier = 1.16
|
@ -1,4 +1,5 @@
|
|||||||
min_slic3r_version = 2.6.0-alpha0
|
min_slic3r_version = 2.6.0-alpha0
|
||||||
|
0.2.7 Added Eolas Prints filaments.
|
||||||
0.2.6 Add Ender-5 Pro, Ender-5 S1, Sermoon-V1, Sermoon-V1 Pro. Unlock HIGHSPEED/SUPERSPEED presets for Ender-5 S1/Ender-6/Ender-7.
|
0.2.6 Add Ender-5 Pro, Ender-5 S1, Sermoon-V1, Sermoon-V1 Pro. Unlock HIGHSPEED/SUPERSPEED presets for Ender-5 S1/Ender-6/Ender-7.
|
||||||
min_slic3r_version = 2.5.0-alpha0
|
min_slic3r_version = 2.5.0-alpha0
|
||||||
0.2.4 Add SPEED presets. More conservative extruder clearance.
|
0.2.4 Add SPEED presets. More conservative extruder clearance.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
name = Creality
|
name = Creality
|
||||||
# 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 PrusaSlicer configuration to be downgraded.
|
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
||||||
config_version = 0.2.6
|
config_version = 0.2.7
|
||||||
# Where to get the updates from?
|
# Where to get the updates from?
|
||||||
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Creality/
|
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Creality/
|
||||||
# changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
# changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||||
@ -1510,7 +1510,66 @@ filament_cost = 28.99
|
|||||||
filament_density = 1.12
|
filament_density = 1.12
|
||||||
filament_colour = #3598DB
|
filament_colour = #3598DB
|
||||||
|
|
||||||
|
[filament:Eolas Prints PLA @CREALITY]
|
||||||
|
inherits = *PLA*
|
||||||
|
filament_vendor = Eolas Prints
|
||||||
|
filament_cost = 23.50
|
||||||
|
filament_density = 1.24
|
||||||
|
filament_spool_weight = 0
|
||||||
|
filament_colour = #4D9398
|
||||||
|
first_layer_bed_temperature = 65
|
||||||
|
first_layer_temperature = 208
|
||||||
|
temperature = 202
|
||||||
|
|
||||||
|
[filament:Eolas Prints PLA Matte @CREALITY]
|
||||||
|
inherits = Eolas Prints PLA @CREALITY
|
||||||
|
filament_cost = 25.50
|
||||||
|
filament_max_volumetric_speed = 14
|
||||||
|
temperature = 210
|
||||||
|
|
||||||
|
[filament:Eolas Prints INGEO 850 @CREALITY]
|
||||||
|
inherits = Eolas Prints PLA @CREALITY
|
||||||
|
filament_cost = 25.90
|
||||||
|
temperature = 210
|
||||||
|
|
||||||
|
[filament:Eolas Prints INGEO 870 @CREALITY]
|
||||||
|
inherits = Eolas Prints PLA @CREALITY
|
||||||
|
filament_cost = 25.90
|
||||||
|
temperature = 215
|
||||||
|
first_layer_bed_temperature = 68
|
||||||
|
first_layer_temperature = 220
|
||||||
|
bed_temperature = 65
|
||||||
|
|
||||||
|
[filament:Eolas Prints PETG @CREALITY]
|
||||||
|
inherits = *PET*
|
||||||
|
filament_vendor = Eolas Prints
|
||||||
|
filament_cost = 29.90
|
||||||
|
filament_density = 1.27
|
||||||
|
filament_spool_weight = 0
|
||||||
|
filament_colour = #4D9398
|
||||||
|
temperature = 240
|
||||||
|
first_layer_bed_temperature = 85
|
||||||
|
first_layer_temperature = 235
|
||||||
|
bed_temperature = 90
|
||||||
|
|
||||||
|
[filament:Eolas Prints PETG - UV Resistant @CREALITY]
|
||||||
|
inherits = Eolas Prints PETG @CREALITY
|
||||||
|
filament_cost = 35.90
|
||||||
|
temperature = 242
|
||||||
|
first_layer_temperature = 237
|
||||||
|
|
||||||
|
[filament:Eolas Prints TPU 93A @CREALITY]
|
||||||
|
inherits = *TPU*
|
||||||
|
filament_vendor = Eolas Prints
|
||||||
|
filament_cost = 34.99
|
||||||
|
filament_density = 1.21
|
||||||
|
filament_colour = #4D9398
|
||||||
|
filament_max_volumetric_speed = 1.2
|
||||||
|
temperature = 235
|
||||||
|
first_layer_bed_temperature = 30
|
||||||
|
bed_temperature = 30
|
||||||
|
filament_retract_length = 0
|
||||||
|
extrusion_multiplier = 1.16
|
||||||
|
|
||||||
# Common printer preset
|
# Common printer preset
|
||||||
[printer:*common*]
|
[printer:*common*]
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
min_slic3r_version = 2.6.0-alpha1
|
min_slic3r_version = 2.6.0-alpha1
|
||||||
1.0.2 Added new printer models.
|
1.0.3 Added Eolas Prints filaments.
|
||||||
min_slic3r_version = 2.5.0-alpha3
|
1.0.2 Added new printer models.
|
||||||
1.0.1 Decreased bed size to 220x220.
|
min_slic3r_version = 2.5.0-alpha3
|
||||||
1.0.0 Initial version
|
1.0.1 Decreased bed size to 220x220.
|
||||||
|
1.0.0 Initial version
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user