mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Added bed model and bed texture for i3 Mega, i3 Mega S.
This commit is contained in:
parent
60e8e78240
commit
bcad6a251d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
min_slic3r_version = 2.3.2-alpha0
|
||||||
|
0.0.11 Added bed model and texture for i3 Mega, i3 Mega S.
|
||||||
min_slic3r_version = 2.3.1-beta
|
min_slic3r_version = 2.3.1-beta
|
||||||
0.0.10 Various updates for Anycubic Mega. Added filament profiles.
|
0.0.10 Various updates for Anycubic Mega. Added filament profiles.
|
||||||
0.0.9 Updated bed textures
|
0.0.9 Updated bed textures
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
name = Anycubic
|
name = Anycubic
|
||||||
# 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.10
|
config_version = 0.0.11
|
||||||
# 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/Anycubic/
|
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/Anycubic/
|
||||||
# changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
# changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
|
||||||
|
@ -46,12 +46,16 @@ name = Anycubic i3 Mega
|
||||||
variants = 0.4
|
variants = 0.4
|
||||||
technology = FFF
|
technology = FFF
|
||||||
family = MEGA
|
family = MEGA
|
||||||
|
bed_model = i3megas_bed.stl
|
||||||
|
bed_texture = i3megas.svg
|
||||||
|
|
||||||
[printer_model:I3MEGAS]
|
[printer_model:I3MEGAS]
|
||||||
name = Anycubic i3 Mega S
|
name = Anycubic i3 Mega S
|
||||||
variants = 0.4
|
variants = 0.4
|
||||||
technology = FFF
|
technology = FFF
|
||||||
family = MEGA
|
family = MEGA
|
||||||
|
bed_model = i3megas_bed.stl
|
||||||
|
bed_texture = i3megas.svg
|
||||||
|
|
||||||
[printer_model:PREDATOR]
|
[printer_model:PREDATOR]
|
||||||
name = Anycubic Predator
|
name = Anycubic Predator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue