Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphotodude <walt@waltsorensen.com>2020-03-12 01:11:54 +0300
committerphotodude <walt@waltsorensen.com>2020-03-12 01:11:54 +0300
commite72b5b99373c7827e2cf1f08c6120e63886f4619 (patch)
tree9d8393a980d515c6f22b5b16313e9d88cd17e07c /resources
parentc4837cf6aa489acab9d5fc808df35349d7474116 (diff)
Improve compatible_printers_condition
beter restriction for compatible_printers_condition for cases which previously used the printer model
Diffstat (limited to 'resources')
-rw-r--r--resources/profiles/BIBO2Touch.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/profiles/BIBO2Touch.ini b/resources/profiles/BIBO2Touch.ini
index 81a200cec..ae6b2ae97 100644
--- a/resources/profiles/BIBO2Touch.ini
+++ b/resources/profiles/BIBO2Touch.ini
@@ -355,7 +355,7 @@ support_material_extrusion_width = 0.38
# Soluble Supports Profiles for dual extrusion #
[print:0.15mm OPTIMAL SOLUBLE FULL @BIBO2]
inherits = 0.15mm OPTIMAL @BIBO2; *soluble_support*
-compatible_printers_condition = printer_model=="BIBO2"
+compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
external_perimeter_speed = 25
notes = Set your soluble extruder in Multiple Extruders > Support material/raft/skirt extruder & Support material/raft interface extruder
support_material_extruder = 2
@@ -373,7 +373,7 @@ support_material_xy_spacing = 80%
[print:0.20mm NORMAL SOLUBLE FULL @BIBO2]
inherits = 0.20mm NORMAL @BIBO2; *soluble_support*
-compatible_printers_condition = printer_model=="BIBO2"
+compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
external_perimeter_speed = 30
notes = Set your soluble extruder in Multiple Extruders > Support material/raft/skirt extruder & Support material/raft interface extruder
support_material_extruder = 2
@@ -558,7 +558,7 @@ first_layer_temperature = 230
max_fan_speed = 20
min_fan_speed = 20
temperature = 230
-compatible_printers_condition = printer_model=="BIBO2"
+compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
[filament:AMOLEN bronze PLA @BIBO2]
inherits = *PLA*
@@ -605,12 +605,12 @@ filament_soluble = 1
filament_type = PVA
first_layer_temperature = 195
temperature = 195
-compatible_printers_condition = printer_model=="BIBO2"
+compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
[filament:No Filament - standby only @BIBO2]
first_layer_temperature = 170
temperature = 170
-compatible_printers_condition = printer_model=="BIBO2"
+compatible_printers_condition = printer_notes=~/.*PRINTER_VENDOR_BIBO.*/ and num_extruders==2
[filament:Generic FLEX @BIBO2]
inherits = *FLEX*