* Added Elegoolink connection * Set Elegoo CC default bed to btPTE * Friendly output of some error codes of PrintHost * feat: Add elegoo centauri carbon profile * fix: Fix the issue where the bed type in the printer configuration does not match the bed temperature settings when multiple bed types are not supported. * feat: Modify the elegoo process parameters to disable slowdown_for_curled_perimeters. * feat: Update comment to clarify plate visibility for multi bed support, BBL printer, and selected bed type. * fix: Optimize ElegooLink upload; The code is clearer than before. * feat: Format the ElegooPrintHostSendDialog code. * fix: Remove the unnecessary instantiation attribute in the Elegoo process. * fix: Flatpak compilation failed --------- Co-authored-by: anjis <anjis.zhou@elegoo.com>
38 lines
594 B
JSON
38 lines
594 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Elegoo PLA-CF @base",
|
|
"inherits": "fdm_elegoo_filament_pla",
|
|
"from": "system",
|
|
"filament_id": "EPLACFB00",
|
|
"instantiation": "false",
|
|
"additional_cooling_fan_speed": [
|
|
"0"
|
|
],
|
|
"cool_plate_temp": [
|
|
"45"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"45"
|
|
],
|
|
"filament_type": [
|
|
"PLA-CF"
|
|
],
|
|
"filament_vendor": [
|
|
"Elegoo"
|
|
],
|
|
"filament_density": [
|
|
"1.21"
|
|
],
|
|
"required_nozzle_HRC": [
|
|
"40"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"7"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; Filament start gcode\n"
|
|
],
|
|
"filament_end_gcode": [
|
|
"; filament end gcode \n"
|
|
]
|
|
} |