mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 18:42:24 +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>
11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"type": "machine_model",
|
|
"name": "Cubicon xCeler-Mini",
|
|
"nozzle_diameter": "0.4",
|
|
"bed_model": "",
|
|
"bed_texture": "Cubicon xCeler-I_bed_texture.svg",
|
|
"family": "Cubicon",
|
|
"machine_tech": "FFF",
|
|
"default_materials": "Cubicon PLA @Cubicon xCeler-Mini"
|
|
}
|