mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-21 16:02:37 +00:00
Fix instantiation on DREMC Filament (#14659)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "OrcaFilamentLibrary",
|
||||
"version": "02.04.00.08",
|
||||
"version": "02.04.00.09",
|
||||
"force_update": "0",
|
||||
"description": "Orca Filament Library",
|
||||
"filament_list": [
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "DREMC ABS @System",
|
||||
"inherits": "DREMC ABS @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "gNjISMxTLwQzDrV9",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": []
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "DREMC ABS+ @System",
|
||||
"inherits": "DREMC ABS+ @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "M73sIwcpWv6zpFrb",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": []
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "DREMC ASA @System",
|
||||
"inherits": "DREMC ASA @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "PMulSQ0tYbNyvOYw",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": []
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "DREMC ASA CF @System",
|
||||
"inherits": "DREMC ASA CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "ZcipEKAqtBcAm6vR",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": []
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "DREMC ASA GF @System",
|
||||
"inherits": "DREMC ASA GF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "8J3lt7KlQWcx0VUS",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": []
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "DREMC PA12-CF @System",
|
||||
"inherits": "DREMC PA12-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "jVlZ1KPsA5i8RIED",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": []
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"name": "DREMC PET-CF @System",
|
||||
"inherits": "DREMC PET-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "hal1nPyBF13UL9qB",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": []
|
||||
}
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"name": "DREMC PETG @System",
|
||||
"inherits": "DREMC PETG @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "gTGiaBYfymmtlyfG",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"20"
|
||||
],
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "DREMC PLA+ HS @System",
|
||||
"inherits": "DREMC PLA+ @base",
|
||||
"inherits": "DREMC PLA+ HS @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "I0HWhYAZ3ppq91Gx",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"22"
|
||||
],
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"name": "DREMC PLA+ @System",
|
||||
"inherits": "DREMC PLA+ @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "fIjHIsFmdDWIM1bf",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"18"
|
||||
],
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"name": "DREMC TPU 95A @System",
|
||||
"inherits": "DREMC TPU 95A @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"setting_id": "AfnFh14wKZsNEaZ1",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"6"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user