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:
Byeon Ho cheol.
2026-01-06 11:56:00 +09:00
committed by GitHub
parent eab86797dd
commit 57dd572427
38 changed files with 1171 additions and 506 deletions

View File

@@ -0,0 +1,32 @@
{
"type": "filament",
"instantiation": "true",
"version": "1.0.0.0",
"compatible_printers": [
"Cubicon xCeler-I 0.4 nozzle",
"Cubicon xCeler-Plus 0.4 nozzle"
],
"default_filament_colour": "",
"filament_id": "P510cfd0",
"filament_settings_id": [
"Cubicon PC @base"
],
"filament_type": [
"PC"
],
"filament_vendor": [
"Cubicon"
],
"inherits": "fdm_filament_pc",
"is_custom_defined": "0",
"name": "Cubicon PC @base"
}