mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Add Cubicon xCeler-Mini printer model and material profiles (#13172)
* 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>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon ABS @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon ABS @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon ABS-A100 @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon ABS-A100 @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon ABSk @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon ABSk @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon PA-CF @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon PA-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -37,7 +37,7 @@
|
||||
"0.99"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"10"
|
||||
"7"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"265"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon PC @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon PC @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon PETG @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon PETG @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon PLA @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon PLA @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon PLA+ @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon PLA+ @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Cubicon PLAi21 @Cubicon xCeler-Mini 0.4 nozzle",
|
||||
"inherits": "Cubicon PLAi21 @base",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Cubicon xCeler-Mini 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user