mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +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:
@@ -7,10 +7,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Cubicon xCeler-I",
|
"name": "Cubicon xCeler-I",
|
||||||
"sub_path": "machine/Cubicon xCeler-I.json"
|
"sub_path": "machine/Cubicon xCeler-I.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon xCeler-Plus",
|
||||||
|
"sub_path": "machine/Cubicon xCeler-Plus.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"process_list": [
|
"process_list": [
|
||||||
{
|
{
|
||||||
"name": "fdm_process_common",
|
"name": "fdm_process_common",
|
||||||
"sub_path": "process/fdm_process_common.json"
|
"sub_path": "process/fdm_process_common.json"
|
||||||
},
|
},
|
||||||
@@ -19,88 +23,171 @@
|
|||||||
"sub_path": "process/fdm_process_common_klipper.json"
|
"sub_path": "process/fdm_process_common_klipper.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "cubicon common @Cubicon xCeler-I 0.4 nozzle",
|
"name": "process template @base",
|
||||||
"sub_path": "process/cubicon common @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "process/process template @base.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "process template @Cubicon xCeler-I 0.4 nozzle",
|
"name": "cubicon common @base",
|
||||||
"sub_path": "process/process template @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "process/cubicon common @base.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "cubicon default @Cubicon xCeler-I 0.4 nozzle",
|
"name": "cubicon default @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"sub_path": "process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"name": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "process/cubicon default @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"filament_list": [
|
"filament_list": [
|
||||||
{
|
{
|
||||||
"name": "fdm_filament_common",
|
"name": "fdm_filament_common",
|
||||||
"sub_path": "filament/fdm_filament_common.json"
|
"sub_path": "filament/fdm_filament_common.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fdm_filament_abs",
|
|
||||||
"sub_path": "filament/fdm_filament_abs.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_pa",
|
|
||||||
"sub_path": "filament/fdm_filament_pa.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_pc",
|
|
||||||
"sub_path": "filament/fdm_filament_pc.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_pet",
|
|
||||||
"sub_path": "filament/fdm_filament_pet.json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fdm_filament_pla",
|
"name": "fdm_filament_pla",
|
||||||
"sub_path": "filament/fdm_filament_pla.json"
|
"sub_path": "filament/fdm_filament_pla.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle",
|
"name": "fdm_filament_abs",
|
||||||
"sub_path": "filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/fdm_filament_abs.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle",
|
"name": "fdm_filament_pc",
|
||||||
"sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/fdm_filament_pc.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle",
|
"name": "fdm_filament_pet",
|
||||||
"sub_path": "filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/fdm_filament_pet.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "fdm_filament_pa",
|
||||||
|
"sub_path": "filament/fdm_filament_pa.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon PLA @base",
|
||||||
"sub_path": "filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/Cubicon PLA @base.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"sub_path": "filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/Cubicon PLA @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PLA+ @base",
|
||||||
|
"sub_path": "filament/Cubicon PLA+ @base.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Cubicon PLAi21 @base",
|
||||||
|
"sub_path": "filament/Cubicon PLAi21 @base.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon ABS @base",
|
||||||
|
"sub_path": "filament/Cubicon ABS @base.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon ABS @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon ABSk @base",
|
||||||
|
"sub_path": "filament/Cubicon ABSk @base.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon ABS-A100 @base",
|
||||||
|
"sub_path": "filament/Cubicon ABS-A100 @base.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"sub_path": "filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PETG @base",
|
||||||
|
"sub_path": "filament/Cubicon PETG @base.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"sub_path": "filament/Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Cubicon PC @base",
|
||||||
|
"sub_path": "filament/Cubicon PC @base.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"sub_path": "filament/Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "Cubicon PA-CF @base",
|
||||||
|
"sub_path": "filament/Cubicon PA-CF @base.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"sub_path": "filament/Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"machine_list": [
|
"machine_list": [
|
||||||
{
|
{
|
||||||
"name": "fdm_machine_common",
|
"name": "fdm_machine_common",
|
||||||
"sub_path": "machine/fdm_machine_common.json"
|
"sub_path": "machine/fdm_machine_common.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon xCeler-I 0.4 nozzle",
|
||||||
"sub_path": "machine/Cubicon xCeler-I 0.4 nozzle.json"
|
"sub_path": "machine/Cubicon xCeler-I 0.4 nozzle.json"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"name": "Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"sub_path": "machine/Cubicon xCeler-Plus 0.4 nozzle.json"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 35 KiB |
BIN
resources/profiles/Cubicon/Cubicon xCeler-Plus_cover.png
Normal file
BIN
resources/profiles/Cubicon/Cubicon xCeler-Plus_cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
@@ -1,71 +1,13 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_filament_abs",
|
"version": "1.0.0.0",
|
||||||
"filament_id": "P510cfb0",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
|
||||||
"filament_settings_id": [
|
"inherits": "Cubicon ABS @base",
|
||||||
"Cubicon ABS @Cubicon xCeler-I 0.4 nozzle"
|
"name": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle",
|
||||||
],
|
"filament_settings_id": ["Cubicon ABS @Cubicon xCeler-I 0.4 nozzle"]
|
||||||
"filament_type": [
|
}
|
||||||
"ABS"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Cubicon"
|
|
||||||
],
|
|
||||||
"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": [
|
|
||||||
"25"
|
|
||||||
],
|
|
||||||
"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": [
|
|
||||||
"245"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"78"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"220"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"260"
|
|
||||||
],
|
|
||||||
"additional_cooling_fan_speed": [
|
|
||||||
"0"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "Cubicon ABS @base",
|
||||||
|
"name": "Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"filament_settings_id": ["Cubicon ABS @Cubicon xCeler-Plus 0.4 nozzle"]
|
||||||
|
}
|
||||||
73
resources/profiles/Cubicon/filament/Cubicon ABS @base.json
Normal file
73
resources/profiles/Cubicon/filament/Cubicon ABS @base.json
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
{
|
||||||
|
"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": "P510cfb0",
|
||||||
|
|
||||||
|
"name": "Cubicon ABS @base",
|
||||||
|
"filament_settings_id": ["Cubicon ABS @base"],
|
||||||
|
"filament_vendor": ["Cubicon"],
|
||||||
|
"inherits": "fdm_filament_abs",
|
||||||
|
"filament_type": ["ABS"],
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
|
||||||
|
"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": [
|
||||||
|
"245"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"78"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"260"
|
||||||
|
],
|
||||||
|
"additional_cooling_fan_speed": [
|
||||||
|
"0"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,71 +1,13 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle",
|
"instantiation": "true",
|
||||||
"inherits": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle",
|
"version": "1.0.0.0",
|
||||||
"filament_id": "P510cfb1",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
|
||||||
"filament_settings_id": [
|
"inherits": "Cubicon ABS-A100 @base",
|
||||||
"Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle"
|
"name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle",
|
||||||
],
|
"filament_settings_id": ["Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle"]
|
||||||
"filament_type": [
|
}
|
||||||
"ABS"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Cubicon"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"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": [
|
|
||||||
"25"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"225"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"230"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"78"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"220"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"240"
|
|
||||||
],
|
|
||||||
"additional_cooling_fan_speed": [
|
|
||||||
"0"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "Cubicon ABS-A100 @base",
|
||||||
|
"name": "Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"filament_settings_id": ["Cubicon ABS-A100 @Cubicon xCeler-Plus 0.4 nozzle"]
|
||||||
|
}
|
||||||
@@ -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": "P510cfb1",
|
||||||
|
"filament_settings_id": [
|
||||||
|
"Cubicon ABS-A100 @base"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"ABS"
|
||||||
|
],
|
||||||
|
"filament_vendor": [
|
||||||
|
"Cubicon"
|
||||||
|
],
|
||||||
|
"inherits": "Cubicon ABS @base",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"name": "Cubicon ABS-A100 @base",
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"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": [
|
||||||
|
"225"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"78"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"220"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"additional_cooling_fan_speed": [
|
||||||
|
"0"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,71 +1,13 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle",
|
"instantiation": "true",
|
||||||
"inherits": "Cubicon ABS @Cubicon xCeler-I 0.4 nozzle",
|
"version": "1.0.0.0",
|
||||||
"filament_id": "P510cfb2",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
|
||||||
"filament_settings_id": [
|
"inherits": "Cubicon ABSk @base",
|
||||||
"Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle"
|
"name": "Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle",
|
||||||
],
|
"filament_settings_id": ["Cubicon ABSk @Cubicon xCeler-I 0.4 nozzle"]
|
||||||
"filament_type": [
|
}
|
||||||
"ABS"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Cubicon"
|
|
||||||
],
|
|
||||||
"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": [
|
|
||||||
"25"
|
|
||||||
],
|
|
||||||
"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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "Cubicon ABSk @base",
|
||||||
|
"name": "Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"filament_settings_id": ["Cubicon ABSk @Cubicon xCeler-Plus 0.4 nozzle"]
|
||||||
|
}
|
||||||
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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,71 +1,13 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_filament_pa",
|
"version": "1.0.0.0",
|
||||||
"filament_id": "P510cfd0",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
|
||||||
"filament_settings_id": [
|
"inherits": "Cubicon PA-CF @base",
|
||||||
"Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle"
|
"name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle",
|
||||||
],
|
"filament_settings_id": ["Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle"]
|
||||||
"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": [
|
|
||||||
"11"
|
|
||||||
],
|
|
||||||
"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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "Cubicon PA-CF @base",
|
||||||
|
"name": "Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"filament_settings_id": ["Cubicon PA-CF @Cubicon xCeler-Plus 0.4 nozzle"]
|
||||||
|
}
|
||||||
82
resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json
Normal file
82
resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,20 +1,13 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_filament_pc",
|
"version": "1.0.0.0",
|
||||||
"filament_id": "P510cfd0",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
|
||||||
"filament_settings_id": [
|
"inherits": "Cubicon PC @base",
|
||||||
"Cubicon PC @Cubicon xCeler-I 0.4 nozzle"
|
"name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle",
|
||||||
],
|
"filament_settings_id": ["Cubicon PC @Cubicon xCeler-I 0.4 nozzle"]
|
||||||
"filament_type": [
|
}
|
||||||
"PC"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Cubicon"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "Cubicon PC @base",
|
||||||
|
"name": "Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"filament_settings_id": ["Cubicon PC @Cubicon xCeler-Plus 0.4 nozzle"]
|
||||||
|
}
|
||||||
32
resources/profiles/Cubicon/filament/Cubicon PC @base.json
Normal file
32
resources/profiles/Cubicon/filament/Cubicon PC @base.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"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 PC @base"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_type": [
|
||||||
|
"PC"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_vendor": [
|
||||||
|
"Cubicon"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "fdm_filament_pc",
|
||||||
|
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"name": "Cubicon PC @base"
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,71 +1,13 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
"name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle",
|
"instantiation": "true",
|
||||||
"inherits": "fdm_filament_pet",
|
"version": "1.0.0.0",
|
||||||
"filament_id": "P510cfc0",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
|
||||||
"filament_settings_id": [
|
"inherits": "Cubicon PETG @base",
|
||||||
"Cubicon PETG @Cubicon xCeler-I 0.4 nozzle"
|
"name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle",
|
||||||
],
|
"filament_settings_id": ["Cubicon PETG @Cubicon xCeler-I 0.4 nozzle"]
|
||||||
"filament_type": [
|
}
|
||||||
"PETG"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Cubicon"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"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": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"235"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"90"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"30"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"8"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"240"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"70"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"230"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"250"
|
|
||||||
],
|
|
||||||
"additional_cooling_fan_speed": [
|
|
||||||
"0"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "Cubicon PETG @base",
|
||||||
|
"name": "Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"filament_settings_id": ["Cubicon PETG @Cubicon xCeler-Plus 0.4 nozzle"]
|
||||||
|
}
|
||||||
82
resources/profiles/Cubicon/filament/Cubicon PETG @base.json
Normal file
82
resources/profiles/Cubicon/filament/Cubicon PETG @base.json
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
{
|
||||||
|
"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": "P510cfc0",
|
||||||
|
|
||||||
|
"filament_settings_id": [
|
||||||
|
"Cubicon PETG @base"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_type": [
|
||||||
|
"PETG"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_vendor": [
|
||||||
|
"Cubicon"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "fdm_filament_pet",
|
||||||
|
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"name": "Cubicon PETG @base",
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"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": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"235"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"90"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"8"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"240"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"70"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"250"
|
||||||
|
],
|
||||||
|
"additional_cooling_fan_speed": [
|
||||||
|
"0"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,62 +1,12 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
"from": "system",
|
||||||
"name": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"inherits": "fdm_filament_pla",
|
|
||||||
"filament_id": "P510cfa0",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
"inherits": "Cubicon PLA @base"
|
||||||
"filament_settings_id": [
|
}
|
||||||
"Cubicon PLA @Cubicon xCeler-I 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"PLA"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Cubicon"
|
|
||||||
],
|
|
||||||
"filament_flow_ratio": [
|
|
||||||
"0.99"
|
|
||||||
],
|
|
||||||
"filament_max_volumetric_speed": [
|
|
||||||
"24.5"
|
|
||||||
],
|
|
||||||
"slow_down_layer_time": [
|
|
||||||
"3"
|
|
||||||
],
|
|
||||||
"slow_down_min_speed": [
|
|
||||||
"50"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"hot_plate_temp": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"hot_plate_temp_initial_layer": [
|
|
||||||
"60"
|
|
||||||
],
|
|
||||||
"nozzle_temperature": [
|
|
||||||
"210"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_initial_layer": [
|
|
||||||
"205"
|
|
||||||
],
|
|
||||||
"fan_max_speed": [
|
|
||||||
"80"
|
|
||||||
],
|
|
||||||
"fan_min_speed": [
|
|
||||||
"100"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_low": [
|
|
||||||
"190"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"230"
|
|
||||||
],
|
|
||||||
"additional_cooling_fan_speed": [
|
|
||||||
"80"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
"from": "system",
|
||||||
|
"name": "Cubicon PLA @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"inherits": "Cubicon PLA @base"
|
||||||
|
}
|
||||||
68
resources/profiles/Cubicon/filament/Cubicon PLA @base.json
Normal file
68
resources/profiles/Cubicon/filament/Cubicon PLA @base.json
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
"from": "system",
|
||||||
|
"name": "Cubicon PLA @base",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
|
||||||
|
"default_filament_colour": "",
|
||||||
|
"filament_id": "P510cfa0",
|
||||||
|
"filament_settings_id": [
|
||||||
|
"CBC_MTC_0"
|
||||||
|
],
|
||||||
|
"filament_type": [
|
||||||
|
"PLA"
|
||||||
|
],
|
||||||
|
"filament_vendor": [
|
||||||
|
"Cubicon"
|
||||||
|
],
|
||||||
|
"inherits": "fdm_filament_pla",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"filament_flow_ratio": [
|
||||||
|
"0.99"
|
||||||
|
],
|
||||||
|
"filament_max_volumetric_speed": [
|
||||||
|
"23"
|
||||||
|
],
|
||||||
|
"slow_down_layer_time": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"slow_down_min_speed": [
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"hot_plate_temp": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"hot_plate_temp_initial_layer": [
|
||||||
|
"60"
|
||||||
|
],
|
||||||
|
"nozzle_temperature": [
|
||||||
|
"210"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_initial_layer": [
|
||||||
|
"205"
|
||||||
|
],
|
||||||
|
"fan_max_speed": [
|
||||||
|
"80"
|
||||||
|
],
|
||||||
|
"fan_min_speed": [
|
||||||
|
"100"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_low": [
|
||||||
|
"190"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"230"
|
||||||
|
],
|
||||||
|
"additional_cooling_fan_speed": [
|
||||||
|
"80"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,26 +1,12 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
"from": "system",
|
||||||
"name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"inherits": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle",
|
|
||||||
"filament_id": "P510cfa1",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
"inherits": "Cubicon PLA+ @base"
|
||||||
"filament_settings_id": [
|
}
|
||||||
"Cubicon PLA+ @Cubicon xCeler-I 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"PLA"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Cubicon"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"52"
|
|
||||||
],
|
|
||||||
"nozzle_temperature_range_high": [
|
|
||||||
"220"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
"from": "system",
|
||||||
|
"name": "Cubicon PLA+ @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"inherits": "Cubicon PLA+ @base"
|
||||||
|
}
|
||||||
37
resources/profiles/Cubicon/filament/Cubicon PLA+ @base.json
Normal file
37
resources/profiles/Cubicon/filament/Cubicon PLA+ @base.json
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"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": "P510cfa1",
|
||||||
|
|
||||||
|
"filament_settings_id": [
|
||||||
|
"Cubicon PLA+ @base"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_type": [
|
||||||
|
"PLA"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_vendor": [
|
||||||
|
"Cubicon"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "Cubicon PLA @base",
|
||||||
|
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"name": "Cubicon PLA+ @base",
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"52"
|
||||||
|
],
|
||||||
|
"nozzle_temperature_range_high": [
|
||||||
|
"220"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,23 +1,12 @@
|
|||||||
{
|
{
|
||||||
"type": "filament",
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
"from": "system",
|
||||||
"name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle",
|
||||||
"inherits": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle",
|
|
||||||
"filament_id": "P510cfa2",
|
|
||||||
"instantiation": "true",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"default_filament_colour": "",
|
"inherits": "Cubicon PLAi21 @base"
|
||||||
"filament_settings_id": [
|
}
|
||||||
"Cubicon PLAi21 @Cubicon xCeler-I 0.4 nozzle"
|
|
||||||
],
|
|
||||||
"filament_type": [
|
|
||||||
"PLA"
|
|
||||||
],
|
|
||||||
"filament_vendor": [
|
|
||||||
"Cubicon"
|
|
||||||
],
|
|
||||||
"temperature_vitrification": [
|
|
||||||
"45"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "filament",
|
||||||
|
"instantiation": "true",
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
"from": "system",
|
||||||
|
"name": "Cubicon PLAi21 @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
],
|
||||||
|
"inherits": "Cubicon PLAi21 @base"
|
||||||
|
}
|
||||||
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"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": "P510cfa2",
|
||||||
|
|
||||||
|
"filament_settings_id": [
|
||||||
|
"Cubicon PLAi21 @base"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_type": [
|
||||||
|
"PLA"
|
||||||
|
],
|
||||||
|
|
||||||
|
"filament_vendor": [
|
||||||
|
"Cubicon"
|
||||||
|
],
|
||||||
|
|
||||||
|
"inherits": "Cubicon PLA @base",
|
||||||
|
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"name": "Cubicon PLAi21 @base",
|
||||||
|
"temperature_vitrification": [
|
||||||
|
"45"
|
||||||
|
]
|
||||||
|
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"type": "machine",
|
"type": "machine",
|
||||||
"name": "Cubicon xCeler-I 0.4 nozzle",
|
"name": "Cubicon xCeler-I 0.4 nozzle",
|
||||||
"inherits": "fdm_machine_common",
|
"inherits": "fdm_machine_common",
|
||||||
"from": "User",
|
"from": "system",
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"adaptive_bed_mesh_margin": "0",
|
"adaptive_bed_mesh_margin": "0",
|
||||||
"auxiliary_fan": "1",
|
"auxiliary_fan": "1",
|
||||||
@@ -22,9 +22,9 @@
|
|||||||
"cooling_tube_length": "0",
|
"cooling_tube_length": "0",
|
||||||
"cooling_tube_retraction": "0",
|
"cooling_tube_retraction": "0",
|
||||||
"default_filament_profile": [
|
"default_filament_profile": [
|
||||||
"Cubicon PLA @base"
|
"Cubicon PLA @Cubicon xCeler-I"
|
||||||
],
|
],
|
||||||
"default_print_profile": "0.08mm Extra Fine @Creality K1 (0.4 nozzle)",
|
"default_print_profile": "cubicon default @base",
|
||||||
"deretraction_speed": [
|
"deretraction_speed": [
|
||||||
"30"
|
"30"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"nozzle_diameter": "0.4",
|
"nozzle_diameter": "0.4",
|
||||||
"bed_model": "",
|
"bed_model": "",
|
||||||
"bed_texture": "Cubicon xCeler-I_bed_texture.svg",
|
"bed_texture": "Cubicon xCeler-I_bed_texture.svg",
|
||||||
"family": "Cuibicon",
|
"family": "Cubicon",
|
||||||
"machine_tech": "FFF",
|
"machine_tech": "FFF",
|
||||||
"default_materials": "Cubicon PLA @Cubicon xCeler-I 0.4 nozzle"
|
"default_materials": "Cubicon PLA @Cubicon xCeler-I"
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,248 @@
|
|||||||
|
{
|
||||||
|
"type": "machine",
|
||||||
|
"instantiation": "true",
|
||||||
|
"adaptive_bed_mesh_margin": "0",
|
||||||
|
"auxiliary_fan": "1",
|
||||||
|
"bbl_use_printhost": "0",
|
||||||
|
"bed_custom_model": "",
|
||||||
|
"bed_custom_texture": "",
|
||||||
|
"bed_exclude_area": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"bed_mesh_max": "99999,99999",
|
||||||
|
"bed_mesh_min": "-99999,-99999",
|
||||||
|
"bed_mesh_probe_distance": "50,50",
|
||||||
|
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\nG92 E0\n",
|
||||||
|
"best_object_pos": "0.5,0.5",
|
||||||
|
"change_extrusion_role_gcode": "",
|
||||||
|
"change_filament_gcode": "",
|
||||||
|
"cooling_tube_length": "0",
|
||||||
|
"cooling_tube_retraction": "0",
|
||||||
|
"default_filament_profile": [
|
||||||
|
"Cubicon PLA @Cubicon xCeler-Plus"
|
||||||
|
],
|
||||||
|
"default_print_profile": "cubicon default @base",
|
||||||
|
"deretraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"disable_m73": "0",
|
||||||
|
"emit_machine_limits_to_gcode": "1",
|
||||||
|
"enable_filament_ramming": "0",
|
||||||
|
"enable_long_retraction_when_cut": "0",
|
||||||
|
"extra_loading_move": "0",
|
||||||
|
"extruder_clearance_height_to_lid": "140",
|
||||||
|
"extruder_clearance_height_to_rod": "36",
|
||||||
|
"extruder_clearance_radius": "65",
|
||||||
|
"extruder_colour": [
|
||||||
|
"#FCE94F"
|
||||||
|
],
|
||||||
|
"extruder_offset": [
|
||||||
|
"0x0"
|
||||||
|
],
|
||||||
|
"fan_kickstart": "0",
|
||||||
|
"fan_speedup_overhangs": "1",
|
||||||
|
"fan_speedup_time": "0",
|
||||||
|
"from": "system",
|
||||||
|
"gcode_flavor": "klipper",
|
||||||
|
"head_wrap_detect_zone": [],
|
||||||
|
"high_current_on_filament_swap": "0",
|
||||||
|
"host_type": "octoprint",
|
||||||
|
"inherits": "fdm_machine_common",
|
||||||
|
"is_custom_defined": "0",
|
||||||
|
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||||
|
"long_retractions_when_cut": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"machine_end_gcode": "END_PRINT",
|
||||||
|
"machine_load_filament_time": "0",
|
||||||
|
"machine_max_acceleration_e": [
|
||||||
|
"500",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_extruding": [
|
||||||
|
"5000",
|
||||||
|
"20000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_x": [
|
||||||
|
"13000",
|
||||||
|
"20000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_y": [
|
||||||
|
"13000",
|
||||||
|
"20000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_z": [
|
||||||
|
"250",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_z": [
|
||||||
|
"25",
|
||||||
|
"12"
|
||||||
|
],
|
||||||
|
|
||||||
|
"machine_max_acceleration_retracting": [
|
||||||
|
"5000",
|
||||||
|
"5000"
|
||||||
|
],
|
||||||
|
"machine_max_acceleration_travel": [
|
||||||
|
"13000",
|
||||||
|
"13000"
|
||||||
|
],
|
||||||
|
|
||||||
|
"machine_max_jerk_e": [
|
||||||
|
"20",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_x": [
|
||||||
|
"20",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_y": [
|
||||||
|
"20",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_jerk_z": [
|
||||||
|
"20",
|
||||||
|
"20"
|
||||||
|
],
|
||||||
|
"machine_max_junction_deviation": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"machine_max_speed_e": [
|
||||||
|
"50",
|
||||||
|
"50"
|
||||||
|
],
|
||||||
|
"machine_max_speed_x": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_max_speed_y": [
|
||||||
|
"500",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"machine_min_extruding_rate": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"machine_min_travel_rate": [
|
||||||
|
"0",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"machine_pause_gcode": "PAUSE",
|
||||||
|
"machine_start_gcode": "START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]",
|
||||||
|
"machine_tool_change_time": "0",
|
||||||
|
"machine_unload_filament_time": "0",
|
||||||
|
"manual_filament_change": "0",
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.1"
|
||||||
|
],
|
||||||
|
"name": "Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"nozzle_diameter": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"nozzle_height": "4",
|
||||||
|
"nozzle_hrc": "0",
|
||||||
|
"nozzle_type": "brass",
|
||||||
|
"nozzle_volume": "0",
|
||||||
|
"parking_pos_retraction": "0",
|
||||||
|
"pellet_modded_printer": "0",
|
||||||
|
"preferred_orientation": "0",
|
||||||
|
"print_host": "",
|
||||||
|
"print_host_webui": "",
|
||||||
|
"printable_area": [
|
||||||
|
"0x0",
|
||||||
|
"310x0",
|
||||||
|
"310x310",
|
||||||
|
"0x310"
|
||||||
|
],
|
||||||
|
"printable_height": "310",
|
||||||
|
"printer_model": "Cubicon xCeler-Plus",
|
||||||
|
"printer_notes": "",
|
||||||
|
"printer_settings_id": "Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"printer_structure": "undefine",
|
||||||
|
"printer_technology": "FFF",
|
||||||
|
"printer_variant": "0.4",
|
||||||
|
"printhost_apikey": "",
|
||||||
|
"printhost_authorization_type": "key",
|
||||||
|
"printhost_cafile": "",
|
||||||
|
"printhost_password": "",
|
||||||
|
"printhost_port": "",
|
||||||
|
"printhost_ssl_ignore_revoke": "0",
|
||||||
|
"printhost_user": "",
|
||||||
|
"printing_by_object_gcode": "",
|
||||||
|
"purge_in_prime_tower": "0",
|
||||||
|
"retract_before_wipe": [
|
||||||
|
"0%"
|
||||||
|
],
|
||||||
|
"retract_length_toolchange": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retract_lift_above": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retract_lift_below": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retract_lift_enforce": [
|
||||||
|
"All Surfaces"
|
||||||
|
],
|
||||||
|
"retract_on_top_layer": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retract_restart_extra": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retract_restart_extra_toolchange": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retract_when_changing_layer": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"retraction_distances_when_cut": [
|
||||||
|
"18"
|
||||||
|
],
|
||||||
|
"retraction_length": [
|
||||||
|
"0.8"
|
||||||
|
],
|
||||||
|
"retraction_minimum_travel": [
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"retraction_speed": [
|
||||||
|
"30"
|
||||||
|
],
|
||||||
|
"scan_first_layer": "0",
|
||||||
|
"silent_mode": "0",
|
||||||
|
"single_extruder_multi_material": "1",
|
||||||
|
"support_air_filtration": "0",
|
||||||
|
"support_chamber_temp_control": "0",
|
||||||
|
"support_multi_bed_types": "0",
|
||||||
|
"template_custom_gcode": "",
|
||||||
|
"thumbnails": "48x48/PNG, 300x300/PNG",
|
||||||
|
"thumbnails_format": "PNG",
|
||||||
|
"time_cost": "0",
|
||||||
|
"time_lapse_gcode": "",
|
||||||
|
"travel_slope": [
|
||||||
|
"3"
|
||||||
|
],
|
||||||
|
"upward_compatible_machine": [],
|
||||||
|
"use_firmware_retraction": "0",
|
||||||
|
"use_relative_e_distances": "1",
|
||||||
|
"version": "2.1.1.0",
|
||||||
|
"wipe": [
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"wipe_distance": [
|
||||||
|
"2"
|
||||||
|
],
|
||||||
|
"z_hop": [
|
||||||
|
"0.2"
|
||||||
|
],
|
||||||
|
"z_hop_types": [
|
||||||
|
"Normal Lift"
|
||||||
|
],
|
||||||
|
"z_offset": "0"
|
||||||
|
}
|
||||||
10
resources/profiles/Cubicon/machine/Cubicon xCeler-Plus.json
Normal file
10
resources/profiles/Cubicon/machine/Cubicon xCeler-Plus.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"type": "machine_model",
|
||||||
|
"name": "Cubicon xCeler-Plus",
|
||||||
|
"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-Plus"
|
||||||
|
}
|
||||||
@@ -1,12 +1,14 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"version": "1.0.0.0",
|
||||||
"name": "cubicon common @Cubicon xCeler-I 0.4 nozzle",
|
"instantiation": "false",
|
||||||
"inherits": "fdm_process_common_klipper",
|
|
||||||
"instantiation": "false",
|
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"print_settings_id": "cubicon common @Cubicon xCeler-I 0.4 nozzle",
|
"inherits": "fdm_process_common_klipper",
|
||||||
|
"name": "cubicon common @base",
|
||||||
|
"print_settings_id": "cubicon common @base",
|
||||||
|
|
||||||
"accel_to_decel_enable": "1",
|
"accel_to_decel_enable": "1",
|
||||||
"accel_to_decel_factor": "100",
|
"accel_to_decel_factor": "100",
|
||||||
"bridge_angle": "0",
|
"bridge_angle": "0",
|
||||||
@@ -81,6 +83,7 @@
|
|||||||
"top_solid_infill_flow_ratio": "0.9",
|
"top_solid_infill_flow_ratio": "0.9",
|
||||||
"travel_speed": "500",
|
"travel_speed": "500",
|
||||||
"support_threshold_angle": "15",
|
"support_threshold_angle": "15",
|
||||||
|
"type": "process",
|
||||||
"wall_loops": "2",
|
"wall_loops": "2",
|
||||||
"thick_bridges": "0",
|
"thick_bridges": "0",
|
||||||
"extra_perimeters_on_overhangs": "1",
|
"extra_perimeters_on_overhangs": "1",
|
||||||
@@ -107,9 +110,10 @@
|
|||||||
"slowdown_for_curled_perimeters": "0",
|
"slowdown_for_curled_perimeters": "0",
|
||||||
"bridge_speed": "50",
|
"bridge_speed": "50",
|
||||||
"internal_bridge_speed": "150%",
|
"internal_bridge_speed": "150%",
|
||||||
|
"is_custom_defined": "0",
|
||||||
"overhang_1_4_speed": "0",
|
"overhang_1_4_speed": "0",
|
||||||
"overhang_2_4_speed": "50",
|
"overhang_2_4_speed": "50",
|
||||||
"overhang_3_4_speed": "30",
|
"overhang_3_4_speed": "30",
|
||||||
"overhang_4_4_speed": "10",
|
"overhang_4_4_speed": "10",
|
||||||
"independent_support_layer_height": "1"
|
"independent_support_layer_height": "1"
|
||||||
}
|
}
|
||||||
@@ -1,7 +1,11 @@
|
|||||||
{
|
{
|
||||||
|
"version": "1.0.0.0",
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"name": "cubicon default @Cubicon xCeler-I 0.4 nozzle",
|
|
||||||
"inherits": "cubicon common @Cubicon xCeler-I 0.4 nozzle",
|
|
||||||
"instantiation": "true",
|
"instantiation": "true",
|
||||||
"print_settings_id": "cubicon default @Cubicon xCeler-I 0.4 nozzle"
|
"inherits": "cubicon common @base",
|
||||||
}
|
"name": "cubicon default @Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"print_settings_id": "cubicon default @Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-I 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.0.0",
|
||||||
|
"type": "process",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "cubicon common @base",
|
||||||
|
"name": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"print_settings_id": "cubicon default @Cubicon xCeler-Plus 0.4 nozzle",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "process",
|
"instantiation": "false",
|
||||||
"name": "process template @Cubicon xCeler-I 0.4 nozzle",
|
|
||||||
"inherits": "fdm_process_common_klipper",
|
|
||||||
"from": "User",
|
|
||||||
"instantiation": "false",
|
|
||||||
"accel_to_decel_enable": "1",
|
"accel_to_decel_enable": "1",
|
||||||
"accel_to_decel_factor": "50%",
|
"accel_to_decel_factor": "50%",
|
||||||
"alternate_extra_wall": "0",
|
"alternate_extra_wall": "0",
|
||||||
@@ -24,7 +20,8 @@
|
|||||||
"brim_width": "5",
|
"brim_width": "5",
|
||||||
"calib_flowrate_topinfill_special_order": "0",
|
"calib_flowrate_topinfill_special_order": "0",
|
||||||
"compatible_printers": [
|
"compatible_printers": [
|
||||||
"Cubicon xCeler-I 0.4 nozzle"
|
"Cubicon xCeler-I 0.4 nozzle",
|
||||||
|
"Cubicon xCeler-Plus 0.4 nozzle"
|
||||||
],
|
],
|
||||||
"compatible_printers_condition": "",
|
"compatible_printers_condition": "",
|
||||||
"counterbore_hole_bridging": "none",
|
"counterbore_hole_bridging": "none",
|
||||||
@@ -53,6 +50,7 @@
|
|||||||
"flush_into_infill": "0",
|
"flush_into_infill": "0",
|
||||||
"flush_into_objects": "0",
|
"flush_into_objects": "0",
|
||||||
"flush_into_support": "1",
|
"flush_into_support": "1",
|
||||||
|
"from": "User",
|
||||||
"fuzzy_skin": "none",
|
"fuzzy_skin": "none",
|
||||||
"fuzzy_skin_first_layer": "0",
|
"fuzzy_skin_first_layer": "0",
|
||||||
"fuzzy_skin_noise_type": "classic",
|
"fuzzy_skin_noise_type": "classic",
|
||||||
@@ -77,6 +75,7 @@
|
|||||||
"infill_direction": "45",
|
"infill_direction": "45",
|
||||||
"infill_jerk": "20",
|
"infill_jerk": "20",
|
||||||
"infill_wall_overlap": "15%",
|
"infill_wall_overlap": "15%",
|
||||||
|
"inherits": "fdm_process_common_klipper",
|
||||||
"initial_layer_acceleration": "1000",
|
"initial_layer_acceleration": "1000",
|
||||||
"initial_layer_infill_speed": "200",
|
"initial_layer_infill_speed": "200",
|
||||||
"initial_layer_jerk": "20",
|
"initial_layer_jerk": "20",
|
||||||
@@ -104,13 +103,14 @@
|
|||||||
"internal_solid_infill_line_width": "0.42",
|
"internal_solid_infill_line_width": "0.42",
|
||||||
"internal_solid_infill_pattern": "zig-zag",
|
"internal_solid_infill_pattern": "zig-zag",
|
||||||
"internal_solid_infill_speed": "250",
|
"internal_solid_infill_speed": "250",
|
||||||
"ironing_angle": "0",
|
"ironing_angle": "-1",
|
||||||
"ironing_flow": "10%",
|
"ironing_flow": "10%",
|
||||||
"ironing_inset": "0",
|
"ironing_inset": "0",
|
||||||
"ironing_pattern": "zig-zag",
|
"ironing_pattern": "zig-zag",
|
||||||
"ironing_spacing": "0.15",
|
"ironing_spacing": "0.15",
|
||||||
"ironing_speed": "30",
|
"ironing_speed": "30",
|
||||||
"ironing_type": "no ironing",
|
"ironing_type": "no ironing",
|
||||||
|
"is_custom_defined": "0",
|
||||||
"is_infill_first": "0",
|
"is_infill_first": "0",
|
||||||
"lattice_angle_1": "-45",
|
"lattice_angle_1": "-45",
|
||||||
"lattice_angle_2": "45",
|
"lattice_angle_2": "45",
|
||||||
@@ -131,6 +131,7 @@
|
|||||||
"minimum_sparse_infill_area": "15",
|
"minimum_sparse_infill_area": "15",
|
||||||
"mmu_segmented_region_interlocking_depth": "0",
|
"mmu_segmented_region_interlocking_depth": "0",
|
||||||
"mmu_segmented_region_max_width": "0",
|
"mmu_segmented_region_max_width": "0",
|
||||||
|
"name": "process template @base",
|
||||||
"notes": "",
|
"notes": "",
|
||||||
"only_one_wall_first_layer": "0",
|
"only_one_wall_first_layer": "0",
|
||||||
"only_one_wall_top": "1",
|
"only_one_wall_top": "1",
|
||||||
@@ -158,7 +159,7 @@
|
|||||||
"print_flow_ratio": "1",
|
"print_flow_ratio": "1",
|
||||||
"print_order": "default",
|
"print_order": "default",
|
||||||
"print_sequence": "by layer",
|
"print_sequence": "by layer",
|
||||||
"print_settings_id": "process template @Cubicon xCeler-I 0.4 nozzle",
|
"print_settings_id": "process template @base",
|
||||||
"raft_contact_distance": "0.1",
|
"raft_contact_distance": "0.1",
|
||||||
"raft_expansion": "1.5",
|
"raft_expansion": "1.5",
|
||||||
"raft_first_layer_density": "100%",
|
"raft_first_layer_density": "100%",
|
||||||
@@ -281,6 +282,7 @@
|
|||||||
"tree_support_tip_diameter": "0.8",
|
"tree_support_tip_diameter": "0.8",
|
||||||
"tree_support_top_rate": "30%",
|
"tree_support_top_rate": "30%",
|
||||||
"tree_support_wall_count": "0",
|
"tree_support_wall_count": "0",
|
||||||
|
"version": "1.7.0.2",
|
||||||
"wall_direction": "auto",
|
"wall_direction": "auto",
|
||||||
"wall_distribution_count": "1",
|
"wall_distribution_count": "1",
|
||||||
"wall_filament": "1",
|
"wall_filament": "1",
|
||||||
@@ -315,4 +317,4 @@
|
|||||||
],
|
],
|
||||||
"xy_contour_compensation": "0",
|
"xy_contour_compensation": "0",
|
||||||
"xy_hole_compensation": "0"
|
"xy_hole_compensation": "0"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user