mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
ENH: use json to store filament & nozzle info
1.Use json to store nozzle hrc 2.Use json to store filament temp type jira: STUDIO-3488 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I8eb226e26352a41418f4e46d8cda403dc22ecff4 (cherry picked from commit 62a71d5b1947474d3d86be9015551c1007c89702)
This commit is contained in:
27
resources/info/filament_info.json
Normal file
27
resources/info/filament_info.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "1.0.0.1",
|
||||
"high_temp_filament": [
|
||||
"ABS",
|
||||
"ASA",
|
||||
"PC",
|
||||
"PA",
|
||||
"PA-CF",
|
||||
"PA6-CF",
|
||||
"PET-CF",
|
||||
"PPS",
|
||||
"PPS-CF",
|
||||
"PPA-CF",
|
||||
"PPA-GF"
|
||||
],
|
||||
"low_temp_filament": [
|
||||
"PLA",
|
||||
"TPU",
|
||||
"PLA-CF",
|
||||
"PLA-AERO",
|
||||
"PVA"
|
||||
],
|
||||
"high_low_compatible_filament":[
|
||||
"HIPS",
|
||||
"PETG"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user