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
69 lines
1.3 KiB
JSON
69 lines
1.3 KiB
JSON
{
|
|
"type": "filament",
|
|
"instantiation": "true",
|
|
"version": "1.0.0.0",
|
|
"from": "system",
|
|
"name": "Cubicon PLA @base",
|
|
|
|
"compatible_printers": [
|
|
"Cubicon xCeler-I 0.4 nozzle",
|
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
|
],
|
|
|
|
"default_filament_colour": "",
|
|
"filament_id": "P510cfa0",
|
|
"filament_settings_id": [
|
|
"CBC_MTC_0"
|
|
],
|
|
"filament_type": [
|
|
"PLA"
|
|
],
|
|
"filament_vendor": [
|
|
"Cubicon"
|
|
],
|
|
"inherits": "fdm_filament_pla",
|
|
"is_custom_defined": "0",
|
|
"filament_flow_ratio": [
|
|
"0.99"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"23"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"3"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"50"
|
|
],
|
|
"temperature_vitrification": [
|
|
"60"
|
|
],
|
|
"hot_plate_temp": [
|
|
"60"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"60"
|
|
],
|
|
"nozzle_temperature": [
|
|
"210"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"205"
|
|
],
|
|
"fan_max_speed": [
|
|
"80"
|
|
],
|
|
"fan_min_speed": [
|
|
"100"
|
|
],
|
|
"nozzle_temperature_range_low": [
|
|
"190"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"230"
|
|
],
|
|
"additional_cooling_fan_speed": [
|
|
"80"
|
|
]
|
|
}
|