Some filament fixes

This commit is contained in:
cochcoder 2024-09-30 18:56:17 -04:00
parent 48e99dab6a
commit 9323f6357d
3 changed files with 34 additions and 1 deletions

View file

@ -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"

View file

@ -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"
]
}

View file

@ -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"
}