mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +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:
74
resources/profiles/Cubicon/filament/Cubicon ABSk @base.json
Normal file
74
resources/profiles/Cubicon/filament/Cubicon ABSk @base.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"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": "P510cfb2",
|
||||
"filament_settings_id": [
|
||||
"Cubicon ABSk @base"
|
||||
],
|
||||
"filament_type": [
|
||||
"ABS"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Cubicon"
|
||||
],
|
||||
"inherits": "Cubicon ABS @base",
|
||||
"is_custom_defined": "0",
|
||||
"name": "Cubicon ABSk @base",
|
||||
"hot_plate_temp": [
|
||||
"115"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"115"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.24"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.99"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"23"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"80"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"70"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"3"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"85"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"220"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"240"
|
||||
],
|
||||
"additional_cooling_fan_speed": [
|
||||
"0"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user