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
83 lines
1.5 KiB
JSON
83 lines
1.5 KiB
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": "P510cfd0",
|
|
|
|
"filament_settings_id": [
|
|
"Cubicon PA-CF @base"
|
|
],
|
|
|
|
"filament_type": [
|
|
"PA"
|
|
],
|
|
|
|
"filament_vendor": [
|
|
"Cubicon"
|
|
],
|
|
|
|
"inherits": "fdm_filament_pa",
|
|
|
|
"is_custom_defined": "0",
|
|
"name": "Cubicon PA-CF @base",
|
|
"hot_plate_temp": [
|
|
"100"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"100"
|
|
],
|
|
"close_fan_the_first_x_layers": [
|
|
"3"
|
|
],
|
|
"fan_cooling_layer_time": [
|
|
"5"
|
|
],
|
|
"filament_density": [
|
|
"1.24"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.99"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"10"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"265"
|
|
],
|
|
"fan_max_speed": [
|
|
"50"
|
|
],
|
|
"fan_min_speed": [
|
|
"50"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"2"
|
|
],
|
|
"nozzle_temperature": [
|
|
"270"
|
|
],
|
|
"temperature_vitrification": [
|
|
"108"
|
|
],
|
|
"nozzle_temperature_range_low": [
|
|
"260"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"280"
|
|
],
|
|
"additional_cooling_fan_speed": [
|
|
"0"
|
|
]
|
|
}
|