From 44f2b4f3633ac4b900abe406947629d76e82cf42 Mon Sep 17 00:00:00 2001 From: "Byeon Ho cheol." Date: Sun, 10 May 2026 23:02:19 +0900 Subject: [PATCH] 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 --- resources/profiles/Cubicon.json | 48 ++++ .../Cubicon/Cubicon xCeler-Mini_cover.png | Bin 0 -> 19594 bytes ...n ABS @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + ...-A100 @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + ... ABSk @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + ...PA-CF @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + .../Cubicon/filament/Cubicon PA-CF @base.json | 2 +- ...on PC @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + ... PETG @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + ...n PLA @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + ... PLA+ @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + ...LAi21 @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + .../Cubicon xCeler-Mini 0.4 nozzle.json | 244 ++++++++++++++++++ .../Cubicon/machine/Cubicon xCeler-Mini.json | 10 + ...fault @Cubicon xCeler-Mini 0.4 nozzle.json | 10 + 15 files changed, 403 insertions(+), 1 deletion(-) create mode 100644 resources/profiles/Cubicon/Cubicon xCeler-Mini_cover.png create mode 100644 resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/machine/Cubicon xCeler-Mini 0.4 nozzle.json create mode 100644 resources/profiles/Cubicon/machine/Cubicon xCeler-Mini.json create mode 100644 resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-Mini 0.4 nozzle.json diff --git a/resources/profiles/Cubicon.json b/resources/profiles/Cubicon.json index 89645d7b2a..94ff81914b 100644 --- a/resources/profiles/Cubicon.json +++ b/resources/profiles/Cubicon.json @@ -8,6 +8,10 @@ "name": "Cubicon xCeler-I", "sub_path": "machine/Cubicon xCeler-I.json" }, + { + "name": "Cubicon xCeler-Mini", + "sub_path": "machine/Cubicon xCeler-Mini.json" + }, { "name": "Cubicon xCeler-Plus", "sub_path": "machine/Cubicon xCeler-Plus.json" @@ -34,6 +38,10 @@ "name": "cubicon default @Cubicon xCeler-I 0.4 nozzle", "sub_path": "process/cubicon default @Cubicon xCeler-I 0.4 nozzle.json" }, + { + "name": "cubicon default @Cubicon xCeler-Mini 0.4 nozzle", + "sub_path": "process/cubicon default @Cubicon xCeler-Mini 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" @@ -88,6 +96,10 @@ "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-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon ABS @Cubicon xCeler-Mini 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" @@ -104,6 +116,10 @@ "name": "Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle", "sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-I 0.4 nozzle.json" }, + { + "name": "Cubicon PA-CF @Cubicon xCeler-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon PA-CF @Cubicon xCeler-Mini 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" @@ -112,6 +128,10 @@ "name": "Cubicon PC @Cubicon xCeler-I 0.4 nozzle", "sub_path": "filament/Cubicon PC @Cubicon xCeler-I 0.4 nozzle.json" }, + { + "name": "Cubicon PC @Cubicon xCeler-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon PC @Cubicon xCeler-Mini 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" @@ -120,6 +140,10 @@ "name": "Cubicon PETG @Cubicon xCeler-I 0.4 nozzle", "sub_path": "filament/Cubicon PETG @Cubicon xCeler-I 0.4 nozzle.json" }, + { + "name": "Cubicon PETG @Cubicon xCeler-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon PETG @Cubicon xCeler-Mini 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" @@ -128,6 +152,10 @@ "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-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon PLA @Cubicon xCeler-Mini 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" @@ -144,6 +172,10 @@ "name": "Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle", "sub_path": "filament/Cubicon ABS-A100 @Cubicon xCeler-I 0.4 nozzle.json" }, + { + "name": "Cubicon ABS-A100 @Cubicon xCeler-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon ABS-A100 @Cubicon xCeler-Mini 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" @@ -152,6 +184,10 @@ "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-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon ABSk @Cubicon xCeler-Mini 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" @@ -160,6 +196,10 @@ "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-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon PLA+ @Cubicon xCeler-Mini 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" @@ -168,6 +208,10 @@ "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-Mini 0.4 nozzle", + "sub_path": "filament/Cubicon PLAi21 @Cubicon xCeler-Mini 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" @@ -182,6 +226,10 @@ "name": "Cubicon xCeler-I 0.4 nozzle", "sub_path": "machine/Cubicon xCeler-I 0.4 nozzle.json" }, + { + "name": "Cubicon xCeler-Mini 0.4 nozzle", + "sub_path": "machine/Cubicon xCeler-Mini 0.4 nozzle.json" + }, { "name": "Cubicon xCeler-Plus 0.4 nozzle", "sub_path": "machine/Cubicon xCeler-Plus 0.4 nozzle.json" diff --git a/resources/profiles/Cubicon/Cubicon xCeler-Mini_cover.png b/resources/profiles/Cubicon/Cubicon xCeler-Mini_cover.png new file mode 100644 index 0000000000000000000000000000000000000000..9474c2d5ed751dfc1b6741271bd0a6539ae2c7c9 GIT binary patch literal 19594 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 literal 0 HcmV?d00001 diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..fc7c587a79 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABS @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..251c62da89 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABS-A100 @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..c29ccfcd94 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon ABSk @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..be8baf2290 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PA-CF @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json b/resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json index 16fcbe0d83..19893bff84 100644 --- a/resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json +++ b/resources/profiles/Cubicon/filament/Cubicon PA-CF @base.json @@ -37,7 +37,7 @@ "0.99" ], "filament_max_volumetric_speed": [ - "10" + "7" ], "nozzle_temperature_initial_layer": [ "265" diff --git a/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..010426e159 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PC @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..f235fdae31 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PETG @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..a20941edc4 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLA @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..ed368f5214 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLA+ @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..10ddfff715 --- /dev/null +++ b/resources/profiles/Cubicon/filament/Cubicon PLAi21 @Cubicon xCeler-Mini 0.4 nozzle.json @@ -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" + ] +} diff --git a/resources/profiles/Cubicon/machine/Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/machine/Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..1bb60aa4bb --- /dev/null +++ b/resources/profiles/Cubicon/machine/Cubicon xCeler-Mini 0.4 nozzle.json @@ -0,0 +1,244 @@ +{ + "type": "machine", + "name": "Cubicon xCeler-Mini 0.4 nozzle", + "inherits": "fdm_machine_common", + "from": "system", + "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-Mini" + ], + "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", + "gcode_flavor": "klipper", + "head_wrap_detect_zone": [], + "high_current_on_filament_swap": "0", + "host_type": "octoprint", + "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" + ], + "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", + "150x0", + "150x150", + "0x150" + ], + "printable_height": "150", + "printer_model": "Cubicon xCeler-Mini", + "printer_notes": "", + "printer_settings_id": "Cubicon xCeler-Mini 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", + "wipe": [ + "0" + ], + "wipe_distance": [ + "2" + ], + "z_hop": [ + "0.2" + ], + "z_hop_types": [ + "Normal Lift" + ], + "z_offset": "0" +} diff --git a/resources/profiles/Cubicon/machine/Cubicon xCeler-Mini.json b/resources/profiles/Cubicon/machine/Cubicon xCeler-Mini.json new file mode 100644 index 0000000000..af43717058 --- /dev/null +++ b/resources/profiles/Cubicon/machine/Cubicon xCeler-Mini.json @@ -0,0 +1,10 @@ +{ + "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" +} diff --git a/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-Mini 0.4 nozzle.json b/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-Mini 0.4 nozzle.json new file mode 100644 index 0000000000..fc67c0ddd8 --- /dev/null +++ b/resources/profiles/Cubicon/process/cubicon default @Cubicon xCeler-Mini 0.4 nozzle.json @@ -0,0 +1,10 @@ +{ + "type": "process", + "name": "cubicon default @Cubicon xCeler-Mini 0.4 nozzle", + "inherits": "cubicon common @base", + "instantiation": "true", + "print_settings_id": "cubicon default @Cubicon xCeler-Mini 0.4 nozzle", + "compatible_printers": [ + "Cubicon xCeler-Mini 0.4 nozzle" + ] +}