ENH: add elegoo printer from orcaslicer

Thanks OrcaSlicer.
Also fix wrong setting id of these profile

Signed-off-by: salt.wei <salt.wei@bambulab.com>
Change-Id: Ib34a46d1b1ae5681b755a7f5b1ef227b502b5262
This commit is contained in:
salt.wei 2023-06-14 20:12:04 +08:00 committed by Lane.Wei
parent efd65561a2
commit 45167d6b13
111 changed files with 8282 additions and 0 deletions

View file

@ -0,0 +1,32 @@
{
"type": "filament",
"filament_id": "GFL99",
"setting_id": "GFSL99_Elegoo_00",
"name": "Elegoo Generic PLA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pla",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"15"
],
"nozzle_temperature_initial_layer": [
"210"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": [
"Elegoo Neptune 0.4 nozzle",
"Elegoo Neptune X 0.4 nozzle",
"Elegoo Neptune 2 0.4 nozzle",
"Elegoo Neptune 2S 0.4 nozzle",
"Elegoo Neptune 2D 0.4 nozzle",
"Elegoo Neptune 3 0.4 nozzle",
"Elegoo Neptune 3 Pro 0.4 nozzle",
"Elegoo Neptune 3 Plus 0.4 nozzle",
"Elegoo Neptune 3 Max 0.4 nozzle"
]
}