mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
ENH: rename filament in machine default materials
Change-Id: Ib5df8be29e0a4d69f3e1acb3a2f8b04134ec7bde
This commit is contained in:
parent
d79ee0bafe
commit
8a34f6b606
83 changed files with 85 additions and 82 deletions
|
@ -7,7 +7,7 @@
|
|||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Prusa MINI",
|
||||
"default_filament_profile": [
|
||||
"Prusa Generic PLA"
|
||||
"Generic PLA @Prusa"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @MINI",
|
||||
"nozzle_diameter": [
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
"bed_model": "mini_bed.stl",
|
||||
"bed_texture": "mini.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Prusa Generic ABS;Prusa Generic PLA;Prusa Generic PLA-CF;Prusa Generic PETG;Prusa Generic TPU;Prusa Generic ASA;Prusa Generic PC;Prusa Generic PVA;Prusa Generic PA;Prusa Generic PA-CF"
|
||||
"default_materials": "Generic ABS @Prusa;Generic PLA @Prusa;Generic PLA-CF @Prusa;Generic PETG @Prusa;Generic TPU @Prusa;Generic ASA @Prusa;Generic PC @Prusa;Generic PVA @Prusa;Generic PA @Prusa;Generic PA-CF @Prusa"
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Prusa MK3S",
|
||||
"default_filament_profile": [
|
||||
"Prusa Generic PLA"
|
||||
"Generic PLA @Prusa"
|
||||
],
|
||||
"default_print_profile": "0.20mm Standard @MK3S",
|
||||
"nozzle_diameter": [
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
"bed_model": "mk3_bed.stl",
|
||||
"bed_texture": "mk3.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Prusa Generic ABS;Prusa Generic PLA;Prusa Generic PLA-CF;Prusa Generic PETG;Prusa Generic TPU;Prusa Generic ASA;Prusa Generic PC;Prusa Generic PVA;Prusa Generic PA;Prusa Generic PA-CF"
|
||||
"default_materials": "Generic ABS @Prusa;Generic PLA @Prusa;Generic PLA-CF @Prusa;Generic PETG @Prusa;Generic TPU @Prusa;Generic ASA @Prusa;Generic PC @Prusa;Generic PVA @Prusa;Generic PA @Prusa;Generic PA-CF @Prusa"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue