mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 18:35:57 +08:00
Fixed compatible printer condition.
This commit is contained in:
parent
a451f441b8
commit
8c5aceec5a
@ -1,4 +1,5 @@
|
|||||||
min_slic3r_version = 2.6.0-beta1
|
min_slic3r_version = 2.6.0-beta1
|
||||||
|
0.2.8 Fixed compatible printer condition.
|
||||||
0.2.7 Fixed compatible condition for MONO X.
|
0.2.7 Fixed compatible condition for MONO X.
|
||||||
0.2.6 Added MONO X 6K.
|
0.2.6 Added MONO X 6K.
|
||||||
0.2.5 Fixed output file format for MONO SE.
|
0.2.5 Fixed output file format for MONO SE.
|
||||||
|
@ -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.2.7
|
config_version = 0.2.8
|
||||||
# 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%
|
||||||
@ -2452,7 +2452,7 @@ initial_exposure_time = 30
|
|||||||
material_type = Plant-Based
|
material_type = Plant-Based
|
||||||
material_vendor = Anycubic
|
material_vendor = Anycubic
|
||||||
material_colour = #808080
|
material_colour = #808080
|
||||||
compatible_printers_condition = printer_model=="PHOTON MONO SE" and
|
compatible_printers_condition = printer_model=="PHOTON MONO SE"
|
||||||
material_notes = LIFT_SPEED=2
|
material_notes = LIFT_SPEED=2
|
||||||
|
|
||||||
## Printers
|
## Printers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user