From f2782dc55dda74e641f9f0ed6957b7f98d54a47a Mon Sep 17 00:00:00 2001 From: kotovskii Date: Thu, 5 Sep 2024 16:38:46 +0300 Subject: [PATCH] S310 profiles added --- resources/definitions/z-bolt_S310.def.json | 88 +++++++++++++++++++ ...st.cfg => z-bolt_S310_e3dv6_0.30.inst.cfg} | 2 +- ...st.cfg => z-bolt_S310_e3dv6_0.40.inst.cfg} | 2 +- ...st.cfg => z-bolt_S310_e3dv6_0.60.inst.cfg} | 2 +- ....cfg => z-bolt_S310_volcano_0.60.inst.cfg} | 2 +- ....cfg => z-bolt_S310_volcano_0.80.inst.cfg} | 2 +- ....cfg => z-bolt_S310_volcano_1.00.inst.cfg} | 2 +- 7 files changed, 94 insertions(+), 6 deletions(-) create mode 100644 resources/definitions/z-bolt_S310.def.json rename resources/variants/z-bolt/{z-bolt_S300HT_e3dv6_0.30.inst.cfg => z-bolt_S310_e3dv6_0.30.inst.cfg} (84%) rename resources/variants/z-bolt/{z-bolt_S300HT_e3dv6_0.40.inst.cfg => z-bolt_S310_e3dv6_0.40.inst.cfg} (84%) rename resources/variants/z-bolt/{z-bolt_S300HT_e3dv6_0.60.inst.cfg => z-bolt_S310_e3dv6_0.60.inst.cfg} (84%) rename resources/variants/z-bolt/{z-bolt_S300HT_volcano_0.60.inst.cfg => z-bolt_S310_volcano_0.60.inst.cfg} (84%) rename resources/variants/z-bolt/{z-bolt_S300HT_volcano_0.80.inst.cfg => z-bolt_S310_volcano_0.80.inst.cfg} (84%) rename resources/variants/z-bolt/{z-bolt_S300HT_volcano_1.00.inst.cfg => z-bolt_S310_volcano_1.00.inst.cfg} (84%) diff --git a/resources/definitions/z-bolt_S310.def.json b/resources/definitions/z-bolt_S310.def.json new file mode 100644 index 0000000..768592c --- /dev/null +++ b/resources/definitions/z-bolt_S310.def.json @@ -0,0 +1,88 @@ +{ + "name": "Z-Bolt S310", + "version": 2, + "inherits": "z-bolt_base", + "metadata": + { + "visible": true, + "author": "Z-Bolt", + "manufacturer": "Z-Bolt Co.", + "quality_definition": "z-bolt_base", + "machine_extruder_trains": + { + "0": "z-bolt_Dual_extruder_0", + "1": "z-bolt_Dual_extruder_1" + } + }, + + "overrides": + { + "machine_name": { "default_value": "Z-Bolt S310" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 350 }, + "retraction_amount": { "value": 2 }, + "retraction_speed": { "value": 35 }, + "machine_extruder_count": { "default_value": 1 }, + "extruders_enabled_count": { "default_value": 2 }, + "machine_start_gcode": { "default_value": "START_PRINT TOOL_NR={initial_extruder_nr} T_BED={material_bed_temperature_layer_0} T_EXTRUDER={material_print_temperature_layer_0} T_CHAMBER={build_volume_temperature} PRINT_MIN=%MINX%,%MINY% PRINT_MAX=%MAXX%,%MAXY%" }, + "machine_end_gcode": { "default_value": "END_PRINT T_BED={material_bed_temperature_layer_0} T_CHAMBER={build_volume_temperature} COOLDOWN_TIME=120"}, + "material_diameter": { "default_value": 1.75 }, + "machine_heated_bed": { "default_value": true }, + "speed_travel": { "value": 150 }, + + "machine_heated_build_volume": { "value": true }, + "build_volume_temperature": { "maximum_value": "90" }, + + "default_material_bed_temperature": { "maximum_value": "160", + "maximum_value_warning": "160" }, + "material_bed_temperature": { "maximum_value": "160", + "maximum_value_warning": "160" }, + "material_bed_temperature_layer_0": { "maximum_value": "160", + "maximum_value_warning": "160" }, + + "default_material_print_temperature": { "maximum_value": "440", + "maximum_value_warning": "440" }, + "material_print_temperature": { "maximum_value": "440", + "maximum_value_warning": "440" }, + "material_print_temperature_layer_0": { "maximum_value": "440", + "maximum_value_warning": "440" }, + "material_initial_print_temperature": { "maximum_value": "440" }, + "material_final_print_temperature": { "maximum_value": "440" }, + "material_break_preparation_temperature": { "maximum_value": "440" }, + "material_break_temperature": { "maximum_value": "440" }, + "material_standby_temperature": { "maximum_value": "440", + "maximum_value_warning": "440" }, + + "cool_min_temperature": { "maximum_value": "440" }, + + "extruder_prime_pos_abs": { "default_value": true }, + "prime_tower_enable": { "default_value": true }, + "prime_tower_size": { "default_value": 24 }, + "prime_tower_min_volume": { "default_value": 20 }, + "prime_tower_position_x": { "value": 158 }, + "prime_tower_position_y": { "value": 22 }, + "prime_tower_wipe_enabled": { "default_value": true }, + "prime_tower_brim_enable": { "default_value": true }, + "switch_extruder_retraction_amount": { "value": 6 }, + "switch_extruder_retraction_speed": { "value": "retraction_speed" }, + "support_extruder_nr": { "value": "1 if extruders_enabled_count > 1 else 0" }, + "adhesion_extruder_nr": { "default_value": 0 }, + "retraction_hop_enabled": { "default_value": false }, + "retraction_hop": { "default_value": 1 }, + "speed_z_hop": { "default_value": 30 }, + "retraction_hop_after_extruder_switch": { "default_value": true }, + "retraction_hop_after_extruder_switch": { "enabled": "extruders_enabled_count > 1"}, + + "support_angle": { "value": "45 if extruders_enabled_count > 1 else 60" }, + "support_pattern": { "value": "'triangles'" }, + "support_infill_rate": { "value": "50 if extruders_enabled_count > 1 else 30"}, + "support_z_distance": { "value": "0.04 if extruders_enabled_count > 1 else layer_height if layer_height <= 0.12 else 0.16" }, + "gradual_support_infill_steps": { "value": 2 }, + "gradual_support_infill_step_height": { "value": 2 }, + "support_interface_density": { "value": "65 if extruders_enabled_count > 1 else 50" }, + "support_roof_density": { "value": "90 if extruders_enabled_count > 1 else 80" }, + "support_bottom_density": { "value": "90 if extruders_enabled_count > 1 else 80" }, + "support_offset": { "value": 2 } + } +} diff --git a/resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.30.inst.cfg b/resources/variants/z-bolt/z-bolt_S310_e3dv6_0.30.inst.cfg similarity index 84% rename from resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.30.inst.cfg rename to resources/variants/z-bolt/z-bolt_S310_e3dv6_0.30.inst.cfg index 3ef9cfa..7308e2b 100644 --- a/resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.30.inst.cfg +++ b/resources/variants/z-bolt/z-bolt_S310_e3dv6_0.30.inst.cfg @@ -1,7 +1,7 @@ [general] name = E3DV6 0.30mm version = 4 -definition = z-bolt_S300HT +definition = z-bolt_S310 [metadata] setting_version = 19 diff --git a/resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.40.inst.cfg b/resources/variants/z-bolt/z-bolt_S310_e3dv6_0.40.inst.cfg similarity index 84% rename from resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.40.inst.cfg rename to resources/variants/z-bolt/z-bolt_S310_e3dv6_0.40.inst.cfg index 64b6a1a..b629a8b 100644 --- a/resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.40.inst.cfg +++ b/resources/variants/z-bolt/z-bolt_S310_e3dv6_0.40.inst.cfg @@ -1,7 +1,7 @@ [general] name = E3DV6 0.40mm version = 4 -definition = z-bolt_S300HT +definition = z-bolt_S310 [metadata] setting_version = 19 diff --git a/resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.60.inst.cfg b/resources/variants/z-bolt/z-bolt_S310_e3dv6_0.60.inst.cfg similarity index 84% rename from resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.60.inst.cfg rename to resources/variants/z-bolt/z-bolt_S310_e3dv6_0.60.inst.cfg index d1b9441..b0b103b 100644 --- a/resources/variants/z-bolt/z-bolt_S300HT_e3dv6_0.60.inst.cfg +++ b/resources/variants/z-bolt/z-bolt_S310_e3dv6_0.60.inst.cfg @@ -1,7 +1,7 @@ [general] name = E3DV6 0.60mm version = 4 -definition = z-bolt_S300HT +definition = z-bolt_S310 [metadata] setting_version = 19 diff --git a/resources/variants/z-bolt/z-bolt_S300HT_volcano_0.60.inst.cfg b/resources/variants/z-bolt/z-bolt_S310_volcano_0.60.inst.cfg similarity index 84% rename from resources/variants/z-bolt/z-bolt_S300HT_volcano_0.60.inst.cfg rename to resources/variants/z-bolt/z-bolt_S310_volcano_0.60.inst.cfg index 83d95c4..9bdd307 100644 --- a/resources/variants/z-bolt/z-bolt_S300HT_volcano_0.60.inst.cfg +++ b/resources/variants/z-bolt/z-bolt_S310_volcano_0.60.inst.cfg @@ -1,7 +1,7 @@ [general] name = Volcano 0.60mm version = 4 -definition = z-bolt_S300HT +definition = z-bolt_S310 [metadata] setting_version = 19 diff --git a/resources/variants/z-bolt/z-bolt_S300HT_volcano_0.80.inst.cfg b/resources/variants/z-bolt/z-bolt_S310_volcano_0.80.inst.cfg similarity index 84% rename from resources/variants/z-bolt/z-bolt_S300HT_volcano_0.80.inst.cfg rename to resources/variants/z-bolt/z-bolt_S310_volcano_0.80.inst.cfg index ca66f47..3615310 100644 --- a/resources/variants/z-bolt/z-bolt_S300HT_volcano_0.80.inst.cfg +++ b/resources/variants/z-bolt/z-bolt_S310_volcano_0.80.inst.cfg @@ -1,7 +1,7 @@ [general] name = Volcano 0.80mm version = 4 -definition = z-bolt_S300HT +definition = z-bolt_S310 [metadata] setting_version = 19 diff --git a/resources/variants/z-bolt/z-bolt_S300HT_volcano_1.00.inst.cfg b/resources/variants/z-bolt/z-bolt_S310_volcano_1.00.inst.cfg similarity index 84% rename from resources/variants/z-bolt/z-bolt_S300HT_volcano_1.00.inst.cfg rename to resources/variants/z-bolt/z-bolt_S310_volcano_1.00.inst.cfg index a63611b..8149ba5 100644 --- a/resources/variants/z-bolt/z-bolt_S300HT_volcano_1.00.inst.cfg +++ b/resources/variants/z-bolt/z-bolt_S310_volcano_1.00.inst.cfg @@ -1,7 +1,7 @@ [general] name = Volcano 1.00mm version = 4 -definition = z-bolt_S300HT +definition = z-bolt_S310 [metadata] setting_version = 19