mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +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:
10
resources/profiles/Cubicon/machine/Cubicon xCeler-Plus.json
Normal file
10
resources/profiles/Cubicon/machine/Cubicon xCeler-Plus.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "machine_model",
|
||||
"name": "Cubicon xCeler-Plus",
|
||||
"nozzle_diameter": "0.4",
|
||||
"bed_model": "",
|
||||
"bed_texture": "Cubicon xCeler-I_bed_texture.svg",
|
||||
"family": "Cubicon",
|
||||
"machine_tech": "FFF",
|
||||
"default_materials": "Cubicon PLA @Cubicon xCeler-Plus"
|
||||
}
|
||||
Reference in New Issue
Block a user