mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 12:45:17 +00:00
Add support for Cubicon xCeler-Plus printer and profiles. (#11771)
# Description This PR adds support for the new printer model **Cubicon xCeler-Plus**. It includes: - Machine configuration (JSON) - Process profiles (Speed, Quality settings) - Filament settings - Bed texture and model resources # Screenshots/Recordings/Graphs # Tests I have successfully tested the sliced G-code on the actual machine (Cubicon xCeler-Plus). - [x] Slicing test passed - [x] Printing test passed with Klipper firmware
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "1.0.0.0",
|
||||
"type": "process",
|
||||
"instantiation": "true",
|
||||
"inherits": "cubicon common @base",
|
||||
"name": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle",
|
||||
"print_settings_id": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user