mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 12:45:17 +00:00
# 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
38 lines
682 B
JSON
38 lines
682 B
JSON
{
|
|
"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": "P510cfa1",
|
|
|
|
"filament_settings_id": [
|
|
"Cubicon PLA+ @base"
|
|
],
|
|
|
|
"filament_type": [
|
|
"PLA"
|
|
],
|
|
|
|
"filament_vendor": [
|
|
"Cubicon"
|
|
],
|
|
|
|
"inherits": "Cubicon PLA @base",
|
|
|
|
"is_custom_defined": "0",
|
|
"name": "Cubicon PLA+ @base",
|
|
"temperature_vitrification": [
|
|
"52"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"220"
|
|
]
|
|
}
|