mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Some filament fixes
This commit is contained in:
parent
48e99dab6a
commit
9323f6357d
3 changed files with 34 additions and 1 deletions
|
@ -808,6 +808,10 @@
|
|||
"name": "Elegoo Generic PLA",
|
||||
"sub_path": "filament/Elegoo Generic PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "Elegoo Generic PLA Silk",
|
||||
"sub_path": "filament/Elegoo Generic PLA Silk.json"
|
||||
},
|
||||
{
|
||||
"name": "Elegoo Generic PLA Matte",
|
||||
"sub_path": "filament/Elegoo Generic PLA Matte.json"
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "Elegoo Generic PLA Silk",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"from": "system",
|
||||
"filament_id": "EPLASB00",
|
||||
"instantiation": "false",
|
||||
"filament_cost": [
|
||||
"0"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.32"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Elegoo"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"filament_start_gcode": [
|
||||
"; filament start gcode\n"
|
||||
]
|
||||
}
|
|
@ -8,5 +8,5 @@
|
|||
"machine_tech": "FFF",
|
||||
"family": "Elegoo",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Elegoo PLA @EOS Giga;Elegoo PETG PRO @EOS Giga;Elegoo ABS @EOS Giga;Elegoo PLA Silk"
|
||||
"default_materials": "Elegoo PLA @Elegoo Giga;Elegoo PETG PRO @Elegoo Giga;Elegoo ABS @Elegoo Giga;Elegoo PLA Silk"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue