Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: If518adba2d6a7651e8c8ca083578899c9267940e (cherry picked from commit a06b89273f0f690781116f889de93e95970f9cef)
29 lines
No EOL
839 B
JSON
29 lines
No EOL
839 B
JSON
{
|
|
"type": "filament",
|
|
"filament_id": "GFL03",
|
|
"name": "eSUN PLA+ @base",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_filament_pla",
|
|
"filament_vendor": [
|
|
"eSUN"
|
|
],
|
|
"filament_cost": [
|
|
"22.99"
|
|
],
|
|
"filament_density": [
|
|
"1.25"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.98"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"6"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"16"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; filament start gcode\n{if (bed_temperature[current_extruder] >55)||(bed_temperature_initial_layer[current_extruder] >55)}M106 P3 S200\n{elsif(bed_temperature[current_extruder] >50)||(bed_temperature_initial_layer[current_extruder] >50)}M106 P3 S150\n{elsif(bed_temperature[current_extruder] >45)||(bed_temperature_initial_layer[current_extruder] >45)}M106 P3 S50\n{endif}"
|
|
]
|
|
} |