Merge branch 'main' into feat/speed_dial_macos_fix

This commit is contained in:
Lam Wei Lun
2026-09-22 14:17:50 +08:00
7 changed files with 194 additions and 1 deletions
+25 -1
View File
@@ -1,6 +1,6 @@
{
"name": "OrcaFilamentLibrary",
"version": "02.04.00.09",
"version": "02.04.00.10",
"force_update": "0",
"description": "Orca Filament Library",
"filament_list": [
@@ -156,6 +156,10 @@
"name": "PolyLite ABS @base",
"sub_path": "filament/Polymaker/PolyLite ABS @base.json"
},
{
"name": "Printalot ABS @base",
"sub_path": "filament/Printalot/Printalot ABS @base.json"
},
{
"name": "Bambu ASA @base",
"sub_path": "filament/Bambu/Bambu ASA @base.json"
@@ -764,6 +768,10 @@
"name": "Panchroma PLA UV Shift @base",
"sub_path": "filament/Polymaker/Panchroma PLA UV Shift @base.json"
},
{
"name": "PlastAR PLA @base",
"sub_path": "filament/Printalot/PlastAR PLA @base.json"
},
{
"name": "PolyLite PLA @base",
"sub_path": "filament/Polymaker/PolyLite PLA @base.json"
@@ -784,6 +792,10 @@
"name": "Polymaker HT-PLA-GF @base",
"sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @base.json"
},
{
"name": "Polymaker PLA Pro @base",
"sub_path": "filament/Polymaker/Polymaker PLA Pro @base.json"
},
{
"name": "SUNLU PLA Marble @base",
"sub_path": "filament/SUNLU/SUNLU Marble PLA @base.json"
@@ -1016,6 +1028,10 @@
"name": "PolyLite ABS @System",
"sub_path": "filament/Polymaker/PolyLite ABS @System.json"
},
{
"name": "Printalot ABS @System",
"sub_path": "filament/Printalot/Printalot ABS @System.json"
},
{
"name": "Bambu ASA @System",
"sub_path": "filament/Bambu/Bambu ASA @System.json"
@@ -1900,6 +1916,10 @@
"name": "Panchroma PLA UV Shift @System",
"sub_path": "filament/Polymaker/Panchroma PLA UV Shift @System.json"
},
{
"name": "PlastAR PLA @System",
"sub_path": "filament/Printalot/PlastAR PLA @System.json"
},
{
"name": "PolyLite Dual PLA @base",
"sub_path": "filament/Polymaker/PolyLite Dual PLA @base.json"
@@ -1928,6 +1948,10 @@
"name": "Polymaker HT-PLA-GF @System",
"sub_path": "filament/Polymaker/Polymaker HT-PLA-GF @System.json"
},
{
"name": "Polymaker PLA Pro @System",
"sub_path": "filament/Polymaker/Polymaker PLA Pro @System.json"
},
{
"name": "SUNLU PLA Marble @System",
"sub_path": "filament/SUNLU/SUNLU Marble PLA @System.json"
@@ -0,0 +1,14 @@
{
"type": "filament",
"name": "Polymaker PLA Pro @System",
"inherits": "Polymaker PLA Pro @base",
"from": "system",
"setting_id": "i5Fvxdl7AAJcErsv",
"instantiation": "true",
"filament_flow_ratio": [
"0.96"
],
"filament_max_volumetric_speed": [
"15"
]
}
@@ -0,0 +1,35 @@
{
"type": "filament",
"name": "Polymaker PLA Pro @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OF5oXk4M",
"instantiation": "false",
"filament_density": [
"1.23"
],
"filament_flow_ratio": [
"0.96"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_vendor": [
"Polymaker"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_high": [
"230"
],
"nozzle_temperature_range_low": [
"210"
],
"temperature_vitrification": [
"55"
]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "PlastAR PLA @System",
"inherits": "PlastAR PLA @base",
"from": "system",
"setting_id": "BuWjJYav1gbWZacL",
"instantiation": "true",
"compatible_printers": []
}
@@ -0,0 +1,48 @@
{
"type": "filament",
"name": "PlastAR PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OFCTqYGM",
"instantiation": "false",
"filament_vendor": [
"PlastAR"
],
"filament_type": [
"PLA"
],
"filament_notes": "PlastAR PLA (Printalot budget line). Product page: https://printalot.com.ar/productos/filamentos/pla/plast-ar-pla-1-kg/ Community-contributed profile; not affiliated with or endorsed by Printalot.",
"filament_diameter": [
"1.75"
],
"filament_density": [
"1.24"
],
"filament_flow_ratio": [
"0.98"
],
"nozzle_temperature": [
"220"
],
"nozzle_temperature_initial_layer": [
"220"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"230"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
]
}
@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "Printalot ABS @System",
"inherits": "Printalot ABS @base",
"from": "system",
"setting_id": "yIAtpMcQarjl45T7",
"instantiation": "true",
"compatible_printers": []
}
@@ -0,0 +1,54 @@
{
"type": "filament",
"name": "Printalot ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OFgq39c2",
"instantiation": "false",
"filament_vendor": [
"Printalot"
],
"filament_type": [
"ABS"
],
"filament_notes": "Printalot ABS. Product page: https://printalot.com.ar/productos/filamentos/abs/abs-1-kg/ Community-contributed profile; not affiliated with or endorsed by Printalot.",
"filament_diameter": [
"1.75"
],
"filament_density": [
"1.05"
],
"filament_flow_ratio": [
"0.94"
],
"filament_max_volumetric_speed": [
"18"
],
"filament_retraction_length": [
"0.2"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_low": [
"240"
],
"nozzle_temperature_range_high": [
"270"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
]
}