mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
* Add Cubicon xCeler-Mini printer model and material profiles - Add xCeler-Mini machine configuration and 0.4mm nozzle profile - Add filament profiles for all Cubicon materials (PLA, PLA+, PLAi21, ABS, ABSk, ABS-A100, PETG, PC, PA-CF) for xCeler-Mini - Add default process profile for xCeler-Mini 0.4mm nozzle - Add xCeler-Mini cover image - Update Cubicon.json to register xCeler-Mini machine, filaments, process, and machine list - Update PA-CF and PLA base filament profiles (filament_max_volumetric_speed adjustment) - Fix missed per-machine filament and process profiles for xCeler-I and xCeler-Plus * fix format --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
73 lines
1.1 KiB
JSON
73 lines
1.1 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "Cubicon PA-CF @base",
|
|
"inherits": "fdm_filament_pa",
|
|
"filament_id": "P510cfd0",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"Cubicon xCeler-I 0.4 nozzle",
|
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
|
],
|
|
"default_filament_colour": "",
|
|
"filament_settings_id": [
|
|
"Cubicon PA-CF @base"
|
|
],
|
|
"filament_type": [
|
|
"PA"
|
|
],
|
|
"filament_vendor": [
|
|
"Cubicon"
|
|
],
|
|
"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": [
|
|
"7"
|
|
],
|
|
"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"
|
|
]
|
|
}
|