mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Add elegoo centauri carbon profile (#8405)
* 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>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Elegoo PLA @0.2 nozzle",
|
||||
"from": "system",
|
||||
"setting_id": "EPLA00020",
|
||||
"instantiation": "true",
|
||||
"inherits": "Elegoo PLA @base",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.2"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Elegoo Centauri 0.2 nozzle",
|
||||
"Elegoo Centauri Carbon 0.2 nozzle",
|
||||
"Elegoo Neptune 4 0.2 nozzle",
|
||||
"Elegoo Neptune 4 Pro 0.2 nozzle",
|
||||
"Elegoo Neptune 4 Plus 0.2 nozzle",
|
||||
"Elegoo Neptune 4 Max 0.2 nozzle",
|
||||
"Elegoo Neptune 3 Pro 0.2 nozzle",
|
||||
"Elegoo Neptune 3 Plus 0.2 nozzle",
|
||||
"Elegoo Neptune 3 Max 0.2 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user