diff --git a/README.md b/README.md index ba07a0d..cc976bf 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# Qidi-Printer-Definitions \ No newline at end of file +# Qidi-Printer Definitions + +## Installation + +With Cura not running, unpack the zip file from the +[release](https://github.com/alkaes/QidiPrint/releases/latest) to this +specific folder: + +If you don't have Qidi printers available in Cura, unpack the [Qidi Printer Definitions.zip](https://github.com/alkaes/QidiPrint/releases/download/1.2.0/Qidi.Printer.Definitions.zip) to this specific folder: + * Windows: `%USERPROFILE%\AppData\Roaming\cura\4.x\` + * MacOS: `~/Library/Application Support/Cura/4.x/` + * Linux: `/home//.local/share/cura/4.x/` diff --git a/definitions/qidi.def.json b/definitions/qidi.def.json new file mode 100644 index 0000000..85dd241 --- /dev/null +++ b/definitions/qidi.def.json @@ -0,0 +1,121 @@ +{ + "id": "qidi", + "version": 2, + "name": "Qidi", + "inherits": "fdmprinter", + "metadata": { + "author": "Qidi", + "manufacturer": "Qidi", + "category": "Qidi", + "visible": false, + "file_formats": "text/x-gcode", + "has_materials": true, + "has_machine_quality": true, + "preferred_material": "generic_pla_175", + "preferred_quality_type": "normal", + "_platform_texture": "Ultimaker2backplate.png", + "first_start_actions": ["MachineSettingsAction"], + "machine_extruder_trains": { "0": "qidi_extruder_0" }, + "supports_usb_connection": false, + "exclude_materials": [ + "ultimaker_abs_black", + "ultimaker_abs_blue", + "ultimaker_abs_green", + "ultimaker_abs_grey", + "ultimaker_abs_orange", + "ultimaker_abs_pearl-gold", + "ultimaker_abs_red", + "ultimaker_abs_silver-metallic", + "ultimaker_abs_white", + "ultimaker_abs_yellow", + "ultimaker_bam", + "ultimaker_cpe_black", + "ultimaker_cpe_blue", + "ultimaker_cpe_dark-grey", + "ultimaker_cpe_green", + "ultimaker_cpe_light-grey", + "ultimaker_cpe_plus_black", + "ultimaker_cpe_plus_transparent", + "ultimaker_cpe_plus_white", + "ultimaker_cpe_red", + "ultimaker_cpe_transparent", + "ultimaker_cpe_white", + "ultimaker_cpe_yellow", + "ultimaker_nylon_black", + "ultimaker_nylon_transparent", + "ultimaker_pc_black", + "ultimaker_pc_transparent", + "ultimaker_pc_white", + "ultimaker_pla_black", + "ultimaker_pla_blue", + "ultimaker_pla_green", + "ultimaker_pla_magenta", + "ultimaker_pla_orange", + "ultimaker_pla_pearl-white", + "ultimaker_pla_red", + "ultimaker_pla_silver-metallic", + "ultimaker_pla_transparent", + "ultimaker_pla_white", + "ultimaker_pla_yellow", + "ultimaker_pp_transparent", + "ultimaker_pva", + "ultimaker_tough_pla_black", + "ultimaker_tough_pla_green", + "ultimaker_tough_pla_red", + "ultimaker_tough_pla_white", + "ultimaker_tpu_black", + "ultimaker_tpu_blue", + "ultimaker_tpu_red", + "ultimaker_tpu_white" + ] + }, + "overrides": { + "machine_nozzle_size": { "default_value": 0.4}, + "material_diameter": { "default_value": 1.75 }, + "machine_heated_bed": { "default_value": true }, + "machine_max_feedrate_x": { "default_value": 200 }, + "machine_max_feedrate_y": { "default_value": 200 }, + "machine_max_feedrate_z": { "default_value": 5 }, + "machine_max_acceleration_x": { "value": 1000 }, + "machine_max_acceleration_y": { "value": 1000 }, + "machine_max_acceleration_z": { "value": 100 }, + "machine_max_acceleration_e": { "value": 5000 }, + "machine_max_jerk_xy": { "value": 15 }, + "machine_acceleration": { "value": 1000 }, + "acceleration_print": { "value": 1000 }, + "acceleration_travel": { "value": 1000 }, + "infill_sparse_density":{ "default_value": 15 }, + "min_infill_area":{ "default_value": 25 }, + "top_layers":{ "default_value": 5 }, + "bottom_layers":{ "default_value": 3 }, + "prime_tower_flow":{ "minimum_value": "0.0001" }, + "retract_at_layer_change": { "default_value": true }, + "retraction_retract_speed":{ "default_value": 35 }, + "retraction_speed":{ "default_value": 35 }, + "retraction_amount":{ "default_value": 1.5 }, + "travel_retract_before_outer_wall":{ "default_value": true }, + "retraction_hop_after_extruder_switch":{ "default_value": false }, + "skirt_gap":{ "default_value": 4}, + "skirt_brim_minimal_length":{ "default_value": 50}, + "support_interface_density":{ "default_value": 70}, + "support_roof_density":{ "default_value": 70}, + "speed_wall_x":{"default_value": 30, "value": "speed_print * 0.6"}, + "speed_topbottom":{"default_value": 30, "value": "speed_print * 0.8"}, + "speed_support":{"default_value": 60, "value": "speed_print * 0.8"}, + "speed_layer_0":{"default_value": 20, "value": 20 }, + "speed_travel_layer_0":{"default_value": 80, "value":80}, + "speed_slowdown_layers":{"default_value": 1}, + "cool_min_layer_time":{"default_value": 15, "settable_per_extruder": false}, + "optimize_wall_printing_order": { "value": "True" }, + "retraction_combing": { "default_value": "infill" }, + "adhesion_type": { "default_value": "skirt" }, + "relative_extrusion": { "enabled": true, "settable_per_mesh": false, "settable_per_extruder": false }, + "bridge_wall_min_length": { "settable_per_mesh": false, "settable_per_extruder": true}, + "bridge_wall_coast": { "settable_per_mesh": false}, + "ooze_shield_dist":{ "default_value": 5 }, + "switch_extruder_retraction_speeds":{ "default_value": 10}, + "switch_extruder_retraction_speed":{ "default_value": 10}, + "switch_extruder_prime_speed":{ "default_value": 10}, + "switch_extruder_retraction_amount":{ "default_value": 12, "value": "0.75 * machine_heat_zone_length"} + } +} diff --git a/definitions/qidi1.def.json b/definitions/qidi1.def.json new file mode 100644 index 0000000..5197632 --- /dev/null +++ b/definitions/qidi1.def.json @@ -0,0 +1,31 @@ +{ + "id": "QIDI I", + "version": 2, + "name": "QIDI I", + "inherits": "qidi", + "metadata": { + "visible": true, + "platform": "Qidi 1.stl", + "platform_offset": [-115, -233.8, 82], + "has_variants": true, + "preferred_variant": "*aa04*", + "variants_name": "Print core", + "file_formats": "application/x3g", + "machine_extruder_trains": + { + "0": "qidi1_extruder_left", + "1": "qidi1_extruder_right" + } + }, + "overrides": { + "machine_width": { "default_value": 230 }, + "machine_depth": { "default_value": 150 }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "QIDI I" }, + "machine_extruder_count": { "default_value": 2 }, + "machine_start_gcode":{ "default_value":"M136\nM73 P0\nG162 X Y F2000(home XY axes maximum)\nG161 Z F900(home Z axis minimum)\nG92 X0 Y0 Z-5 A0 B0 (set Z to -5)\nG1 Z0.0 F900(move Z to '0')\nG161 Z F100(home Z axis minimum)\nM132 X Y Z A B (Recall stored home offsets for XYZAB axis)\nG92 X265 Y152 Z0 A0 B0\nG1 X0 Y0 Z50 F3600\nG130 X20 Y20 A20 B20 (Lower stepper Vrefs while heating)\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM104 S{material_print_temperature_layer_01} T1\nM134\nM133 T1\nM133 T0\nG130 X127 Y127 A127 B127 (Set Stepper motor Vref to defaults)\nG0 X0 Y4 Z0.3 F2400\nG1 X{machine_width} A{right_extruder} F2400\nG1 X{machine_width} Y5 F2400\nG1 X35 B{left_extruder} F2400\nG92 A0 B0\nG1 X35 F2400\nG1 X45 F2400\n"}, + "machine_end_gcode":{ "default_value": "M18 A B(Turn off A and B steppers)\nG1 Z155 F900\nG162 X Y F2000\nM18 X Y Z(Turn off steppers after a build)\nM140 S0\nM104 S0 T0\nM104 S0 T1\nM70 P5 (We <3 Making Things!)\nM72 P1 ( Play Ta-Da song )\nM73 P100 (end build progress )\nM137 (build end)\n"}, + "material_print_temp_prepend":{ "default_value": false }, + "material_bed_temp_prepend":{ "default_value": false } + } +} diff --git a/definitions/x-maker.def.json b/definitions/x-maker.def.json new file mode 100644 index 0000000..c095c30 --- /dev/null +++ b/definitions/x-maker.def.json @@ -0,0 +1,19 @@ +{ + "id": "X-maker", + "version": 2, + "name": "X-MAKER", + "inherits": "qidi", + "metadata": { + "visible": true, + "platform": "X-maker.stl", + "platform_offset": [-91, -173.8, 81] + }, + "overrides":{ + "machine_start_gcode":{ "default_value":"G92 A0 B0\nG28 X0 Y0\nG0 X-1000 Y-1000 F1800\nG28 Z0\nG1 X0 Y0 Z50 F3600\nG1 X0 Y0 F3600\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG92 E0\nG92 A0 B0\nG0 X0 Y4 Z0.3 F3600\nG1 X{machine_width} Y5 F2400\nG1 X5 A13 F2400\nG92 A0 B0\nG1 X5 F2400\n"}, + "machine_end_gcode":{ "default_value":"M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300 Z{machine_height}\nG0 X0 Y0 F1800\nM84"}, + "machine_name": { "default_value": "X-MAKER" }, + "machine_width": { "default_value": 170 }, + "machine_depth": { "default_value": 148 }, + "machine_height": { "default_value": 158 } + } +} diff --git a/definitions/x-max.def.json b/definitions/x-max.def.json new file mode 100644 index 0000000..cd2c2d0 --- /dev/null +++ b/definitions/x-max.def.json @@ -0,0 +1,20 @@ +{ + "id": "X-MAX", + "version": 2, + "name": "X-MAX", + "inherits": "qidi", + "metadata": { + "visible": true, + "platform": "X-MAX.stl", + "platform_offset": [-212, -36.3, 136], + "_platform_texture": "Ultimaker2backplate.png" + }, + "overrides":{ + + "machine_start_gcode":{ "default_value":"G92 A0 B0\nG28 X0 Y0\nG0 X-1000 Y-1000 F1800\nG28 Z0\nG1 X0 Y0 Z50 F3600\nG1 X0 Y0 F3600\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG92 E0\nG92 A0 B0\nG0 X0 Y4 Z0.3 F3600\nG1 X{machine_width} Y5 F2400\nG1 X5 A13 F2400\nG92 A0 B0\nG1 X5 F2400\n"}, + "machine_name": { "default_value": "X-MAX" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 250 }, + "machine_height": { "default_value": 300 } + } +} diff --git a/definitions/x-one2.def.json b/definitions/x-one2.def.json new file mode 100644 index 0000000..b26b80f --- /dev/null +++ b/definitions/x-one2.def.json @@ -0,0 +1,18 @@ +{ + "id": "x-one2", + "version": 2, + "name": "X-one2", + "inherits": "qidi", + "metadata": { + "visible": true, + "platform": "X-one2.stl", + "platform_offset": [-79.5, -153.8, 81] + }, + "overrides":{ + "machine_width": { "default_value": 150 }, + "machine_depth": { "default_value": 150 }, + "machine_height": { "default_value": 140 }, + "machine_start_gcode":{ "default_value":"G92 A0 B0\nG28\nG1 X0 Y0 Z50 F3600\nG1 X0 Y0 F3600\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG92 E0\nG92 A0 B0\nG0 X0 Y4 Z0.3 F3600\nG1 X{machine_width} Y5 F2400\nG1 X5 A14 F2400\nG92 A0 B0\nG1 X5 F2400\n"}, + "machine_name": { "default_value": "X-one2" } + } +} diff --git a/definitions/x-plus.def.json b/definitions/x-plus.def.json new file mode 100644 index 0000000..de90730 --- /dev/null +++ b/definitions/x-plus.def.json @@ -0,0 +1,18 @@ +{ + "id": "X-Plus", + "version": 2, + "name": "X-Plus", + "inherits": "qidi", + "metadata": { + "visible": true, + "platform": "X-Plus.stl", + "platform_offset": [-197, -38.3, 114] + }, + "overrides":{ + "machine_start_gcode":{ "default_value":"G92 A0 B0\nG28 X0 Y0\nG0 X-1000 Y-1000 F1800\nG28 Z0\nG1 X0 Y0 Z50 F3600\nG1 X0 Y0 F3600\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG92 E0\nG92 A0 B0\nG0 X0 Y4 Z0.3 F3600\nG1 X{machine_width} Y5 F2400\nG1 X5 A13 F2400\nG92 A0 B0\nG1 X5 F2400\n"}, + "machine_name": { "default_value": "X-Plus" }, + "machine_width": { "default_value": 270 }, + "machine_depth": { "default_value": 200 }, + "machine_height": { "default_value": 200 } + } +} diff --git a/definitions/x-pro.def.json b/definitions/x-pro.def.json new file mode 100644 index 0000000..c6f49d1 --- /dev/null +++ b/definitions/x-pro.def.json @@ -0,0 +1,29 @@ +{ + "id": "X-pro", + "version": 2, + "name": "X-pro", + "inherits": "qidi", + "metadata": { + "visible": true, + "platform": "X-pro.stl", + "platform_offset": [-120, -287.8, 81], + "has_variants": true, + "preferred_variant": "*aa04*", + "variants_name": "Print core", + "machine_extruder_trains": + { + "0": "x-pro_extruder_left", + "1": "x-pro_extruder_right" + } + }, + + "overrides": { + "machine_width": { "default_value": 230 }, + "machine_depth": { "default_value": 150 }, + "machine_height": { "default_value": 150 }, + "machine_name": { "default_value": "X-pro" }, + "machine_start_gcode":{"default_value": "G92 A0 B0\nG28 X0 Y0\nG0 X-1000 Y-1000 F1800\nG28 Z0\nG1 X0 Y0 Z50 F3600\nG1 X0 Y0 F3600\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM104 S{material_print_temperature_layer_01} T1\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_01} T1\nM109 S{material_print_temperature_layer_0} T0\nG92 E0\nG92 A0 B0\nG0 X0 Y4 Z0.3 F3600\nG1 X{machine_width} A{right_extruder} F2400\nG1 X{machine_width} Y5 F2400\nG1 X35 B{left_extruder} F2400\nG92 A0 B0\nG1 X35 F2400\n"}, + "machine_end_gcode":{ "default_value": "M104 S0 T0\nM104 S0 T1\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300 Z{machine_height}\nG28 X0 Y0\nM84"}, + "machine_extruder_count": { "default_value": 2 } + } +} diff --git a/definitions/x-smart.def.json b/definitions/x-smart.def.json new file mode 100644 index 0000000..5502bfd --- /dev/null +++ b/definitions/x-smart.def.json @@ -0,0 +1,18 @@ +{ + "id": "X-smart", + "version": 2, + "name": "X-Smart", + "inherits": "qidi", + "metadata": { + "visible": true, + "platform": "X-smart.stl", + "platform_offset": [-91, -173.8, 81] + }, + "overrides":{ + "machine_start_gcode":{ "default_value":"G92 A0 B0\nG28 X0 Y0\nG0 X-1000 Y-1000 F1800\nG28 Z0\nG1 X0 Y0 Z50 F3600\nG1 X0 Y0 F3600\nM140 S{material_bed_temperature_layer_0}\nM104 S{material_print_temperature_layer_0} T0\nM190 S{material_bed_temperature_layer_0}\nM109 S{material_print_temperature_layer_0} T0\nG92 E0\nG92 A0 B0\nG0 X0 Y4 Z0.3 F3600\nG1 X{machine_width} Y5 F2400\nG1 X5 A13 F2400\nG92 A0 B0\nG1 X5 F2400\n"}, + "machine_name": { "default_value": "X-Smart" }, + "machine_width": { "default_value": 170 }, + "machine_depth": { "default_value": 150 }, + "machine_height": { "default_value": 150 } + } +} diff --git a/extruders/qidi1_extruder_left.def.json b/extruders/qidi1_extruder_left.def.json new file mode 100644 index 0000000..f26a156 --- /dev/null +++ b/extruders/qidi1_extruder_left.def.json @@ -0,0 +1,30 @@ +{ + "id": "qidi1_extruder_left", + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "qidi1", + "position": "0" + }, + + "overrides": { + "extruder_nr": { + "default_value": 0, + "maximum_value": "1" + }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + + + } +} diff --git a/extruders/qidi1_extruder_right.def.json b/extruders/qidi1_extruder_right.def.json new file mode 100644 index 0000000..9f9bc5a --- /dev/null +++ b/extruders/qidi1_extruder_right.def.json @@ -0,0 +1,27 @@ +{ + "id": "qidi1_extruder_right", + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": { + "machine": "qidi1", + "position": "1" + }, + + "overrides": { + "extruder_nr": { + "default_value": 1, + "maximum_value": "1" + }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + } +} diff --git a/extruders/qidi_extruder_0.def.json b/extruders/qidi_extruder_0.def.json new file mode 100644 index 0000000..5a82f79 --- /dev/null +++ b/extruders/qidi_extruder_0.def.json @@ -0,0 +1,17 @@ +{ + "id": "qidi_extruder", + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": + { + "manufacturer": "Qidi", + "position": "0" + }, + "overrides": + { + "extruder_nr": {"default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + } +} diff --git a/extruders/x-pro_extruder_left.def.json b/extruders/x-pro_extruder_left.def.json new file mode 100644 index 0000000..22192f9 --- /dev/null +++ b/extruders/x-pro_extruder_left.def.json @@ -0,0 +1,27 @@ + { + "id": "x-pro_extruder_left", + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "x-pro", + "position": "0" + }, + + "overrides": { + "extruder_nr": { + "default_value": 0, + "maximum_value": "1" + }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + } +} diff --git a/extruders/x-pro_extruder_right.def.json b/extruders/x-pro_extruder_right.def.json new file mode 100644 index 0000000..65b5644 --- /dev/null +++ b/extruders/x-pro_extruder_right.def.json @@ -0,0 +1,27 @@ +{ + "id": "x-pro_extruder_right", + "version": 2, + "name": "Extruder 2", + "inherits": "fdmextruder", + "metadata": { + "machine": "x-pro", + "position": "1" + }, + + "overrides": { + "extruder_nr": { + "default_value": 1, + "maximum_value": "1" + }, + "machine_nozzle_offset_x": { "default_value": 0 }, + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 }, + "machine_extruder_start_pos_abs": { "default_value": true }, + "machine_extruder_start_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_start_pos_y": { "value": "prime_tower_position_y" }, + "machine_extruder_end_pos_abs": { "default_value": true }, + "machine_extruder_end_pos_x": { "value": "prime_tower_position_x" }, + "machine_extruder_end_pos_y": { "value": "prime_tower_position_y" } + } +} diff --git a/materials/generic_abs_175.xml.fdm_material b/materials/generic_abs_175.xml.fdm_material new file mode 100644 index 0000000..d33be36 --- /dev/null +++ b/materials/generic_abs_175.xml.fdm_material @@ -0,0 +1,61 @@ + + + + + + Generic + ABS + Generic + + 2780b345-577b-4a24-a2c5-12e6aad3e690 + 2 + #ffc924 + Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. + Use glue, to avoid chipping of the glass. + + + 1.10 + 1.75 + + + 220 + 100 + 0 + 70 + + + + 0.0 + 160 + 40 + 90 + 230 + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + + diff --git a/materials/generic_epa_cf_175.xml.fdm_material b/materials/generic_epa_cf_175.xml.fdm_material new file mode 100644 index 0000000..a14a766 --- /dev/null +++ b/materials/generic_epa_cf_175.xml.fdm_material @@ -0,0 +1,61 @@ + + + + + + Generic + PA-CF + Generic + + 2780b345-577b-4a24-a2c5-12e6aad3e690 + 2 + #696969 + Tough and durable. ABS is good for mechanical parts. It is impact resistant, dimensionally stable and handles temperatures up to 85ºC. + Use glue, to avoid chipping of the glass. + + + 1.10 + 1.75 + + + 260 + 80 + 0 + 70 + + + + 0.0 + 160 + 40 + 90 + 230 + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + + diff --git a/materials/generic_nylon_175.xml.fdm_material b/materials/generic_nylon_175.xml.fdm_material new file mode 100644 index 0000000..ee08be7 --- /dev/null +++ b/materials/generic_nylon_175.xml.fdm_material @@ -0,0 +1,29 @@ + + + + + + Generic + Nylon + Generic + + 283d439a-3490-4481-920c-c51d8cdecf9c + 2 + #C0C0C0 + Nylon is strong, abrasion-resistant, durable and engineered for low moisture sensitivity. + Use glue. + + + 1.14 + 1.75 + + + 240 + 80 + 2 + 100 + + + diff --git a/materials/generic_pc_175.xml.fdm_material b/materials/generic_pc_175.xml.fdm_material new file mode 100644 index 0000000..1a02b81 --- /dev/null +++ b/materials/generic_pc_175.xml.fdm_material @@ -0,0 +1,59 @@ + + + + + + Generic + PC + Generic + + 62414577-94d1-490d-b1e4-7ef3ec40db02 + 2 + #DEB887 + Strong, tough and temperature resistant. PC offers a great print quality, heat resistance up to 110ºC, mechanical strength and toughness. + Use glue for small prints. An adhesion sheet is recommended for larger prints. Set your print speed to a low value (10mm/sec) to get better layer bonding. + + + 1.19 + 1.75 + + + 260 + 120 + + + + 0.0 + 160 + 40 + 135 + 245 + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + + diff --git a/materials/generic_petg_175.xml.fdm_material b/materials/generic_petg_175.xml.fdm_material new file mode 100644 index 0000000..ef2781f --- /dev/null +++ b/materials/generic_petg_175.xml.fdm_material @@ -0,0 +1,57 @@ + + + + + + Generic + PETG + Generic + + 69386c85-5b6c-421a-bec5-aeb1fb33f060 + 2 + #32CD32 + Generic PETG profile. The data in this file may not be correct for your specific machine. + Set your prime speed to a low value (8mm/sec) + + + 1.38 + 1.75 + + + 220 + 80 + + + + + 220 + 55 + + + + + + + + 0.0 + 120 + 40 + 85 + 215 + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + + diff --git a/materials/generic_pla_175.xml.fdm_material b/materials/generic_pla_175.xml.fdm_material new file mode 100644 index 0000000..3af2570 --- /dev/null +++ b/materials/generic_pla_175.xml.fdm_material @@ -0,0 +1,71 @@ + + + + + + Generic + PLA + Generic + + 0ff92885-617b-4144-a03c-9989872454bc + 2 + #bb1e10 + Fast, safe and reliable printing. PLA is ideal for the fast and reliable printing of parts and prototypes with a great surface quality. + Print on bare glass. Use tape for cold build plates. + + + 1.24 + 1.75 + + + 190 + 50 + 0 + 100 + + + + + 210 + 55 + + + + + + + + 40.0 + 160 + 40 + 50 + 185 + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + + diff --git a/materials/generic_pva_175.xml.fdm_material b/materials/generic_pva_175.xml.fdm_material new file mode 100644 index 0000000..8bbb8f0 --- /dev/null +++ b/materials/generic_pva_175.xml.fdm_material @@ -0,0 +1,47 @@ + + + + + + Generic + PVA + Generic + + a4255da2-cb2a-4042-be49-4a83957a2f9a + 4 + #CD950C + Water soluble support material. PVA is a matching support material for PLA, CPE and Nylon. + Use the same temperatures and adhesion method as your build material(s). + + + 1.23 + 1.75 + + + 190 + 50 + + + + 0.0 + 160 + 40 + 50 + 205 + + yes + 1.0 + + + yes + 1.0 + + + yes + 1.5 + + + + diff --git a/materials/generic_tpu_175.xml.fdm_material b/materials/generic_tpu_175.xml.fdm_material new file mode 100644 index 0000000..4123deb --- /dev/null +++ b/materials/generic_tpu_175.xml.fdm_material @@ -0,0 +1,100 @@ + + + + + + Generic + TPU 95A + Generic + + 1d52b2be-a3a2-41de-a8b1-3bcdb5618695 + 11 + #FFA500 + Wear and tear resistant. TPU features a Shore-A hardness of 95 and an elongation of up to 580% at break. Suitable for applications that require slight flexibility, wear and tear, and chemical resistance. + Use glue. + + + 1.22 + 1.75 + + + 220 + 60 + 3 + 100 + + + 1.0 + 0.8 + 0 + + + + + yes + + + + + + no + + + + + + + 223 + + + + + no + + + yes + 20 + 35 + + + yes + 45 + 50 + + + + + + 223 + + + + + + no + + + yes + 20 + 8 + 35 + + + yes + 8 + 45 + 50 + + + yes + yes + + + yes + no + + + + diff --git a/meshes/Qidi 1.STL b/meshes/Qidi 1.STL new file mode 100644 index 0000000..3580793 Binary files /dev/null and b/meshes/Qidi 1.STL differ diff --git a/meshes/X-MAX.STL b/meshes/X-MAX.STL new file mode 100644 index 0000000..575eb13 Binary files /dev/null and b/meshes/X-MAX.STL differ diff --git a/meshes/X-Plus.STL b/meshes/X-Plus.STL new file mode 100644 index 0000000..d78e00c Binary files /dev/null and b/meshes/X-Plus.STL differ diff --git a/meshes/X-maker.STL b/meshes/X-maker.STL new file mode 100644 index 0000000..4630f79 Binary files /dev/null and b/meshes/X-maker.STL differ diff --git a/meshes/X-one2.STL b/meshes/X-one2.STL new file mode 100644 index 0000000..8dce59f Binary files /dev/null and b/meshes/X-one2.STL differ diff --git a/meshes/X-pro.STL b/meshes/X-pro.STL new file mode 100644 index 0000000..8be0795 Binary files /dev/null and b/meshes/X-pro.STL differ diff --git a/meshes/X-smart.STL b/meshes/X-smart.STL new file mode 100644 index 0000000..4630f79 Binary files /dev/null and b/meshes/X-smart.STL differ diff --git a/quality/qidi1/qidi1_abs_extra_high.inst.cfg b/quality/qidi1/qidi1_abs_extra_high.inst.cfg new file mode 100644 index 0000000..8620e68 --- /dev/null +++ b/quality/qidi1/qidi1_abs_extra_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Extra Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_abs_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +material_print_temperature = =default_material_print_temperature + 2 +retraction_amount = 3 +wall_thickness = 1.2 diff --git a/quality/qidi1/qidi1_abs_fine.inst.cfg b/quality/qidi1/qidi1_abs_fine.inst.cfg new file mode 100644 index 0000000..4a097bb --- /dev/null +++ b/quality/qidi1/qidi1_abs_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_abs_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +retraction_amount = 3 +wall_thickness = 1.2 diff --git a/quality/qidi1/qidi1_abs_high.inst.cfg b/quality/qidi1/qidi1_abs_high.inst.cfg new file mode 100644 index 0000000..6df7339 --- /dev/null +++ b/quality/qidi1/qidi1_abs_high.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = High +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_abs_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +retraction_amount = 3 +wall_thickness = 1.2 diff --git a/quality/qidi1/qidi1_extra_high.inst.cfg b/quality/qidi1/qidi1_extra_high.inst.cfg new file mode 100644 index 0000000..775f6f3 --- /dev/null +++ b/quality/qidi1/qidi1_extra_high.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Extra Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +global_quality = True + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +retraction_amount = 3 +prime_tower_position_x = 50 +prime_tower_position_y = 25 diff --git a/quality/qidi1/qidi1_fine.inst.cfg b/quality/qidi1/qidi1_fine.inst.cfg new file mode 100644 index 0000000..1268c0f --- /dev/null +++ b/quality/qidi1/qidi1_fine.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +retraction_amount = 3 +prime_tower_position_x = 50 +prime_tower_position_y = 25 diff --git a/quality/qidi1/qidi1_high.inst.cfg b/quality/qidi1/qidi1_high.inst.cfg new file mode 100644 index 0000000..3585b31 --- /dev/null +++ b/quality/qidi1/qidi1_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = High +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +global_quality = True + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +retraction_amount = 3 +prime_tower_position_x = 50 +prime_tower_position_y = 25 diff --git a/quality/qidi1/qidi1_petg_extra_high.inst.cfg b/quality/qidi1/qidi1_petg_extra_high.inst.cfg new file mode 100644 index 0000000..33bf055 --- /dev/null +++ b/quality/qidi1/qidi1_petg_extra_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Extra Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_petg_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 240 +retraction_amount = 3 diff --git a/quality/qidi1/qidi1_petg_fine.inst.cfg b/quality/qidi1/qidi1_petg_fine.inst.cfg new file mode 100644 index 0000000..672546a --- /dev/null +++ b/quality/qidi1/qidi1_petg_fine.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_petg_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 240 +retraction_amount = 3 diff --git a/quality/qidi1/qidi1_petg_high.inst.cfg b/quality/qidi1/qidi1_petg_high.inst.cfg new file mode 100644 index 0000000..9f63bcf --- /dev/null +++ b/quality/qidi1/qidi1_petg_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = High +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_petg_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 240 +retraction_amount = 3 diff --git a/quality/qidi1/qidi1_pla_extra_high.inst.cfg b/quality/qidi1/qidi1_pla_extra_high.inst.cfg new file mode 100644 index 0000000..d001f17 --- /dev/null +++ b/quality/qidi1/qidi1_pla_extra_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Extra Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pla_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 200 +retraction_amount = 3 diff --git a/quality/qidi1/qidi1_pla_fine.inst.cfg b/quality/qidi1/qidi1_pla_fine.inst.cfg new file mode 100644 index 0000000..1f42e0c --- /dev/null +++ b/quality/qidi1/qidi1_pla_fine.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Fine +definition = qidi1 + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pla_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 200 +retraction_amount = 3 diff --git a/quality/qidi1/qidi1_pla_high.inst.cfg b/quality/qidi1/qidi1_pla_high.inst.cfg new file mode 100644 index 0000000..3945e16 --- /dev/null +++ b/quality/qidi1/qidi1_pla_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = High +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pla_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 200 +retraction_amount = 3 diff --git a/quality/qidi1/qidi1_pva_extra_high.inst.cfg b/quality/qidi1/qidi1_pva_extra_high.inst.cfg new file mode 100644 index 0000000..ccc4e09 --- /dev/null +++ b/quality/qidi1/qidi1_pva_extra_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Extra Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pva_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +speed_print = 30 +default_material_print_temperature = 210 +speed_travel = 80 +retraction_amount = 3 +material_standby_temperature = 100 +support_wall_count = 1 +support_infill_rate = 50 +support_z_distance = 0 +support_xy_distance = 0 diff --git a/quality/qidi1/qidi1_pva_fine.inst.cfg b/quality/qidi1/qidi1_pva_fine.inst.cfg new file mode 100644 index 0000000..e65b0ef --- /dev/null +++ b/quality/qidi1/qidi1_pva_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = qidi1 + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pva_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +speed_print = 30 +default_material_print_temperature = 210 +speed_travel = 80 +retraction_amount = 3 +material_standby_temperature = 100 +support_wall_count = 1 +support_infill_rate = 50 +support_z_distance = 0 +support_xy_distance = 0 diff --git a/quality/qidi1/qidi1_pva_high.inst.cfg b/quality/qidi1/qidi1_pva_high.inst.cfg new file mode 100644 index 0000000..0d92255 --- /dev/null +++ b/quality/qidi1/qidi1_pva_high.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = High +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pva_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +speed_print = 30 +default_material_print_temperature = 210 +speed_travel = 80 +retraction_amount = 3 +material_standby_temperature = 100 +support_wall_count = 1 +support_infill_rate = 50 +support_z_distance = 0 +support_xy_distance = 0 diff --git a/quality/qidi1/qidi1_tpu_extra_high.inst.cfg b/quality/qidi1/qidi1_tpu_extra_high.inst.cfg new file mode 100644 index 0000000..3fc9ce4 --- /dev/null +++ b/quality/qidi1/qidi1_tpu_extra_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Extra Fine +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_tpu_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 +speed_travel = 80 +retraction_amount = 3 diff --git a/quality/qidi1/qidi1_tpu_fine.inst.cfg b/quality/qidi1/qidi1_tpu_fine.inst.cfg new file mode 100644 index 0000000..57edc59 --- /dev/null +++ b/quality/qidi1/qidi1_tpu_fine.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Fine +definition = qidi1 + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_tpu_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 +speed_travel = 80 +retraction_amount = 3 diff --git a/quality/qidi1/qidi1_tpu_high.inst.cfg b/quality/qidi1/qidi1_tpu_high.inst.cfg new file mode 100644 index 0000000..e74c78b --- /dev/null +++ b/quality/qidi1/qidi1_tpu_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = High +definition = qidi1 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_tpu_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 +speed_travel = 80 +retraction_amount = 3 diff --git a/quality/x-maker/x-maker_abs_extra_high.inst.cfg b/quality/x-maker/x-maker_abs_extra_high.inst.cfg new file mode 100644 index 0000000..2227811 --- /dev/null +++ b/quality/x-maker/x-maker_abs_extra_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Extra Fine +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_abs_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +wall_thickness = 1.2 diff --git a/quality/x-maker/x-maker_abs_fine.inst.cfg b/quality/x-maker/x-maker_abs_fine.inst.cfg new file mode 100644 index 0000000..eaaebce --- /dev/null +++ b/quality/x-maker/x-maker_abs_fine.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Fine +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_abs_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +wall_thickness = 1.2 diff --git a/quality/x-maker/x-maker_abs_high.inst.cfg b/quality/x-maker/x-maker_abs_high.inst.cfg new file mode 100644 index 0000000..a3cbaef --- /dev/null +++ b/quality/x-maker/x-maker_abs_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = High +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_abs_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +wall_thickness = 1.2 diff --git a/quality/x-maker/x-maker_extra_high.inst.cfg b/quality/x-maker/x-maker_extra_high.inst.cfg new file mode 100644 index 0000000..962cd2d --- /dev/null +++ b/quality/x-maker/x-maker_extra_high.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Extra Fine +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +global_quality = True + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_layer_time = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +raft_base_thickness = 0.3 +initial_layer_line_width_factor = 130 diff --git a/quality/x-maker/x-maker_fine.inst.cfg b/quality/x-maker/x-maker_fine.inst.cfg new file mode 100644 index 0000000..01aec7f --- /dev/null +++ b/quality/x-maker/x-maker_fine.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Fine +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_layer_time = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +raft_base_thickness = 0.3 +initial_layer_line_width_factor = 130 diff --git a/quality/x-maker/x-maker_high.inst.cfg b/quality/x-maker/x-maker_high.inst.cfg new file mode 100644 index 0000000..1c31712 --- /dev/null +++ b/quality/x-maker/x-maker_high.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = High +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +global_quality = True + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_layer_time = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +raft_base_thickness = 0.3 +initial_layer_line_width_factor = 130 diff --git a/quality/x-maker/x-maker_petg_extra_high.inst.cfg b/quality/x-maker/x-maker_petg_extra_high.inst.cfg new file mode 100644 index 0000000..6b64314 --- /dev/null +++ b/quality/x-maker/x-maker_petg_extra_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Extra Fine +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_petg_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = True +cool_fan_speed = 50 +cooling_chamber = False + +cooling_chamber_visiable = True + diff --git a/quality/x-maker/x-maker_petg_fine.inst.cfg b/quality/x-maker/x-maker_petg_fine.inst.cfg new file mode 100644 index 0000000..5d99b52 --- /dev/null +++ b/quality/x-maker/x-maker_petg_fine.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Fine +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_petg_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = True +cool_fan_speed = 50 +cooling_chamber = False + +cooling_chamber_visiable = True + diff --git a/quality/x-maker/x-maker_petg_high.inst.cfg b/quality/x-maker/x-maker_petg_high.inst.cfg new file mode 100644 index 0000000..77278f9 --- /dev/null +++ b/quality/x-maker/x-maker_petg_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = High +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_petg_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = True +cool_fan_speed = 50 +cooling_chamber = False + +cooling_chamber_visiable = True diff --git a/quality/x-maker/x-maker_pla_extra_high.inst.cfg b/quality/x-maker/x-maker_pla_extra_high.inst.cfg new file mode 100644 index 0000000..a6b6336 --- /dev/null +++ b/quality/x-maker/x-maker_pla_extra_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Extra Fine +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pla_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber = True + diff --git a/quality/x-maker/x-maker_pla_fine.inst.cfg b/quality/x-maker/x-maker_pla_fine.inst.cfg new file mode 100644 index 0000000..96467ea --- /dev/null +++ b/quality/x-maker/x-maker_pla_fine.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Fine +definition = x-maker + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pla_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber = True + + diff --git a/quality/x-maker/x-maker_pla_high.inst.cfg b/quality/x-maker/x-maker_pla_high.inst.cfg new file mode 100644 index 0000000..1038183 --- /dev/null +++ b/quality/x-maker/x-maker_pla_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = High +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pla_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber = True + diff --git a/quality/x-maker/x-maker_tpu_extra_high.inst.cfg b/quality/x-maker/x-maker_tpu_extra_high.inst.cfg new file mode 100644 index 0000000..bff77a8 --- /dev/null +++ b/quality/x-maker/x-maker_tpu_extra_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Extra Fine +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_tpu_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + diff --git a/quality/x-maker/x-maker_tpu_fine.inst.cfg b/quality/x-maker/x-maker_tpu_fine.inst.cfg new file mode 100644 index 0000000..13145a5 --- /dev/null +++ b/quality/x-maker/x-maker_tpu_fine.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Fine +definition = x-maker + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_tpu_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + diff --git a/quality/x-maker/x-maker_tpu_high.inst.cfg b/quality/x-maker/x-maker_tpu_high.inst.cfg new file mode 100644 index 0000000..dc2d7c6 --- /dev/null +++ b/quality/x-maker/x-maker_tpu_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = High +definition = x-maker + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_tpu_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + diff --git a/quality/x-max/x-max_abs_extra_high.inst.cfg b/quality/x-max/x-max_abs_extra_high.inst.cfg new file mode 100644 index 0000000..6effe44 --- /dev/null +++ b/quality/x-max/x-max_abs_extra_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Extra Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_abs_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +cooling_chamber_visiable = True +wall_thickness = 1.2 diff --git a/quality/x-max/x-max_abs_fine.inst.cfg b/quality/x-max/x-max_abs_fine.inst.cfg new file mode 100644 index 0000000..20aa493 --- /dev/null +++ b/quality/x-max/x-max_abs_fine.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_abs_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +cooling_chamber_visiable = True +wall_thickness = 1.2 diff --git a/quality/x-max/x-max_abs_high.inst.cfg b/quality/x-max/x-max_abs_high.inst.cfg new file mode 100644 index 0000000..3bb7632 --- /dev/null +++ b/quality/x-max/x-max_abs_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = High +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_abs_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +cooling_chamber_visiable = True +wall_thickness = 1.2 diff --git a/quality/x-max/x-max_epa_cf_extra_high.inst.cfg b/quality/x-max/x-max_epa_cf_extra_high.inst.cfg new file mode 100644 index 0000000..769aed6 --- /dev/null +++ b/quality/x-max/x-max_epa_cf_extra_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Extra Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_epa_cf_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +material_bed_temperature_layer_0 = 100 +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_epa_cf_fine.inst.cfg b/quality/x-max/x-max_epa_cf_fine.inst.cfg new file mode 100644 index 0000000..81b4303 --- /dev/null +++ b/quality/x-max/x-max_epa_cf_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = x-max + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_epa_cf_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +material_bed_temperature_layer_0 = 100 +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_epa_cf_high.inst.cfg b/quality/x-max/x-max_epa_cf_high.inst.cfg new file mode 100644 index 0000000..cd58076 --- /dev/null +++ b/quality/x-max/x-max_epa_cf_high.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = High +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_epa_cf_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +material_bed_temperature_layer_0 = 100 +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_extra_high.inst.cfg b/quality/x-max/x-max_extra_high.inst.cfg new file mode 100644 index 0000000..bd8bb20 --- /dev/null +++ b/quality/x-max/x-max_extra_high.inst.cfg @@ -0,0 +1,26 @@ +[general] +version = 4 +name = Extra Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +global_quality = True + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height diff --git a/quality/x-max/x-max_fine.inst.cfg b/quality/x-max/x-max_fine.inst.cfg new file mode 100644 index 0000000..1fda79a --- /dev/null +++ b/quality/x-max/x-max_fine.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height diff --git a/quality/x-max/x-max_high.inst.cfg b/quality/x-max/x-max_high.inst.cfg new file mode 100644 index 0000000..1a37217 --- /dev/null +++ b/quality/x-max/x-max_high.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = High +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +global_quality = True + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height diff --git a/quality/x-max/x-max_nylon_extra_high.inst.cfg b/quality/x-max/x-max_nylon_extra_high.inst.cfg new file mode 100644 index 0000000..e33e0e0 --- /dev/null +++ b/quality/x-max/x-max_nylon_extra_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Extra Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_nylon_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +material_bed_temperature_layer_0 = 110 +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_nylon_fine.inst.cfg b/quality/x-max/x-max_nylon_fine.inst.cfg new file mode 100644 index 0000000..e61a525 --- /dev/null +++ b/quality/x-max/x-max_nylon_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = x-max + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_nylon_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +material_bed_temperature_layer_0 = 110 +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_nylon_high.inst.cfg b/quality/x-max/x-max_nylon_high.inst.cfg new file mode 100644 index 0000000..5369da4 --- /dev/null +++ b/quality/x-max/x-max_nylon_high.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = High +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_nylon_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +material_bed_temperature_layer_0 = 110 +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_pc_extra_high.inst.cfg b/quality/x-max/x-max_pc_extra_high.inst.cfg new file mode 100644 index 0000000..aa4c5a0 --- /dev/null +++ b/quality/x-max/x-max_pc_extra_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Extra Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pc_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_pc_fine.inst.cfg b/quality/x-max/x-max_pc_fine.inst.cfg new file mode 100644 index 0000000..fc3b723 --- /dev/null +++ b/quality/x-max/x-max_pc_fine.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Fine +definition = x-max + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pc_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_pc_high.inst.cfg b/quality/x-max/x-max_pc_high.inst.cfg new file mode 100644 index 0000000..cabf77f --- /dev/null +++ b/quality/x-max/x-max_pc_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = High +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pc_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-max/x-max_petg_extra_high.inst.cfg b/quality/x-max/x-max_petg_extra_high.inst.cfg new file mode 100644 index 0000000..985f9d0 --- /dev/null +++ b/quality/x-max/x-max_petg_extra_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Extra Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_petg_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +cooling_chamber = False + +cooling_chamber_visiable = True diff --git a/quality/x-max/x-max_petg_fine.inst.cfg b/quality/x-max/x-max_petg_fine.inst.cfg new file mode 100644 index 0000000..b753252 --- /dev/null +++ b/quality/x-max/x-max_petg_fine.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_petg_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +cooling_chamber = False + +cooling_chamber_visiable = True diff --git a/quality/x-max/x-max_petg_high.inst.cfg b/quality/x-max/x-max_petg_high.inst.cfg new file mode 100644 index 0000000..d54596a --- /dev/null +++ b/quality/x-max/x-max_petg_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = High +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_petg_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +cooling_chamber = False + +cooling_chamber_visiable = True + diff --git a/quality/x-max/x-max_pla_extra_high.inst.cfg b/quality/x-max/x-max_pla_extra_high.inst.cfg new file mode 100644 index 0000000..4550c93 --- /dev/null +++ b/quality/x-max/x-max_pla_extra_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Extra Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pla_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-max/x-max_pla_fine.inst.cfg b/quality/x-max/x-max_pla_fine.inst.cfg new file mode 100644 index 0000000..a11d9eb --- /dev/null +++ b/quality/x-max/x-max_pla_fine.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Fine +definition = x-max + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pla_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber_visiable = True +cooling_chamber = True + diff --git a/quality/x-max/x-max_pla_high.inst.cfg b/quality/x-max/x-max_pla_high.inst.cfg new file mode 100644 index 0000000..ffd2166 --- /dev/null +++ b/quality/x-max/x-max_pla_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = High +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pla_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-max/x-max_tpu_extra_high.inst.cfg b/quality/x-max/x-max_tpu_extra_high.inst.cfg new file mode 100644 index 0000000..39e50b7 --- /dev/null +++ b/quality/x-max/x-max_tpu_extra_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Extra Fine +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_tpu_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-max/x-max_tpu_fine.inst.cfg b/quality/x-max/x-max_tpu_fine.inst.cfg new file mode 100644 index 0000000..c24e10f --- /dev/null +++ b/quality/x-max/x-max_tpu_fine.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Fine +definition = x-max + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_tpu_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-max/x-max_tpu_high.inst.cfg b/quality/x-max/x-max_tpu_high.inst.cfg new file mode 100644 index 0000000..005c5ac --- /dev/null +++ b/quality/x-max/x-max_tpu_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = High +definition = x-max + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_tpu_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-one2/x-one2_abs_extra_high.inst.cfg b/quality/x-one2/x-one2_abs_extra_high.inst.cfg new file mode 100644 index 0000000..60da6a1 --- /dev/null +++ b/quality/x-one2/x-one2_abs_extra_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Extra Fine +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_abs_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +default_material_print_temperature = 230 +wall_thickness = 1.2 diff --git a/quality/x-one2/x-one2_abs_fine.inst.cfg b/quality/x-one2/x-one2_abs_fine.inst.cfg new file mode 100644 index 0000000..72f65eb --- /dev/null +++ b/quality/x-one2/x-one2_abs_fine.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Fine +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_abs_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +default_material_print_temperature = 230 +wall_thickness = 1.2 diff --git a/quality/x-one2/x-one2_abs_high.inst.cfg b/quality/x-one2/x-one2_abs_high.inst.cfg new file mode 100644 index 0000000..cea60eb --- /dev/null +++ b/quality/x-one2/x-one2_abs_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = High +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_abs_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +default_material_print_temperature = 230 +wall_thickness = 1.2 diff --git a/quality/x-one2/x-one2_extra_high.inst.cfg b/quality/x-one2/x-one2_extra_high.inst.cfg new file mode 100644 index 0000000..34923de --- /dev/null +++ b/quality/x-one2/x-one2_extra_high.inst.cfg @@ -0,0 +1,26 @@ +[general] +version = 4 +name = Extra Fine +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +global_quality = True + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height diff --git a/quality/x-one2/x-one2_fine.inst.cfg b/quality/x-one2/x-one2_fine.inst.cfg new file mode 100644 index 0000000..c6d2cde --- /dev/null +++ b/quality/x-one2/x-one2_fine.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = Fine +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height diff --git a/quality/x-one2/x-one2_high.inst.cfg b/quality/x-one2/x-one2_high.inst.cfg new file mode 100644 index 0000000..9bcff71 --- /dev/null +++ b/quality/x-one2/x-one2_high.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = High +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +global_quality = True + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height diff --git a/quality/x-one2/x-one2_petg_extra_high.inst.cfg b/quality/x-one2/x-one2_petg_extra_high.inst.cfg new file mode 100644 index 0000000..ac29bc8 --- /dev/null +++ b/quality/x-one2/x-one2_petg_extra_high.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Extra Fine +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_petg_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +default_material_print_temperature = 230 diff --git a/quality/x-one2/x-one2_petg_fine.inst.cfg b/quality/x-one2/x-one2_petg_fine.inst.cfg new file mode 100644 index 0000000..e608ba9 --- /dev/null +++ b/quality/x-one2/x-one2_petg_fine.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Fine +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_petg_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +default_material_print_temperature = 230 diff --git a/quality/x-one2/x-one2_petg_high.inst.cfg b/quality/x-one2/x-one2_petg_high.inst.cfg new file mode 100644 index 0000000..51bfd40 --- /dev/null +++ b/quality/x-one2/x-one2_petg_high.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = High +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_petg_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +default_material_print_temperature = 230 diff --git a/quality/x-one2/x-one2_pla_extra_high.inst.cfg b/quality/x-one2/x-one2_pla_extra_high.inst.cfg new file mode 100644 index 0000000..0838d47 --- /dev/null +++ b/quality/x-one2/x-one2_pla_extra_high.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Extra Fine +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pla_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +default_material_print_temperature = 200 diff --git a/quality/x-one2/x-one2_pla_fine.inst.cfg b/quality/x-one2/x-one2_pla_fine.inst.cfg new file mode 100644 index 0000000..1fd5370 --- /dev/null +++ b/quality/x-one2/x-one2_pla_fine.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Fine +definition = x-one2 + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pla_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +default_material_print_temperature = 200 diff --git a/quality/x-one2/x-one2_pla_high.inst.cfg b/quality/x-one2/x-one2_pla_high.inst.cfg new file mode 100644 index 0000000..ba19849 --- /dev/null +++ b/quality/x-one2/x-one2_pla_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = High +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pla_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +default_material_print_temperature = 200 diff --git a/quality/x-one2/x-one2_tpu_extra_high.inst.cfg b/quality/x-one2/x-one2_tpu_extra_high.inst.cfg new file mode 100644 index 0000000..b219ebb --- /dev/null +++ b/quality/x-one2/x-one2_tpu_extra_high.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Extra Fine +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_tpu_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 diff --git a/quality/x-one2/x-one2_tpu_fine.inst.cfg b/quality/x-one2/x-one2_tpu_fine.inst.cfg new file mode 100644 index 0000000..0c7f6e5 --- /dev/null +++ b/quality/x-one2/x-one2_tpu_fine.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Fine +definition = x-one2 + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_tpu_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 diff --git a/quality/x-one2/x-one2_tpu_high.inst.cfg b/quality/x-one2/x-one2_tpu_high.inst.cfg new file mode 100644 index 0000000..83b15eb --- /dev/null +++ b/quality/x-one2/x-one2_tpu_high.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = High +definition = x-one2 + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_tpu_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 diff --git a/quality/x-plus/x-plus_abs_extra_high.inst.cfg b/quality/x-plus/x-plus_abs_extra_high.inst.cfg new file mode 100644 index 0000000..b89ccea --- /dev/null +++ b/quality/x-plus/x-plus_abs_extra_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Extra Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_abs_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +cooling_chamber_visiable = True +wall_thickness = 1.2 diff --git a/quality/x-plus/x-plus_abs_fine.inst.cfg b/quality/x-plus/x-plus_abs_fine.inst.cfg new file mode 100644 index 0000000..ddf6497 --- /dev/null +++ b/quality/x-plus/x-plus_abs_fine.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_abs_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +cooling_chamber_visiable = True +wall_thickness = 1.2 diff --git a/quality/x-plus/x-plus_abs_high.inst.cfg b/quality/x-plus/x-plus_abs_high.inst.cfg new file mode 100644 index 0000000..fd29deb --- /dev/null +++ b/quality/x-plus/x-plus_abs_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = High +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_abs_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +cooling_chamber = False + +cooling_chamber_visiable = True +wall_thickness = 1.2 diff --git a/quality/x-plus/x-plus_epa_cf_extra_high.inst.cfg b/quality/x-plus/x-plus_epa_cf_extra_high.inst.cfg new file mode 100644 index 0000000..ea490c1 --- /dev/null +++ b/quality/x-plus/x-plus_epa_cf_extra_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Extra Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_epa_cf_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +material_bed_temperature_layer_0 = 100 +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_epa_cf_fine.inst.cfg b/quality/x-plus/x-plus_epa_cf_fine.inst.cfg new file mode 100644 index 0000000..962cfb0 --- /dev/null +++ b/quality/x-plus/x-plus_epa_cf_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = x-plus + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_epa_cf_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +material_bed_temperature_layer_0 = 100 +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_epa_cf_high.inst.cfg b/quality/x-plus/x-plus_epa_cf_high.inst.cfg new file mode 100644 index 0000000..503d421 --- /dev/null +++ b/quality/x-plus/x-plus_epa_cf_high.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = High +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_epa_cf_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +material_bed_temperature_layer_0 = 100 +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_extra_high.inst.cfg b/quality/x-plus/x-plus_extra_high.inst.cfg new file mode 100644 index 0000000..a1e5d85 --- /dev/null +++ b/quality/x-plus/x-plus_extra_high.inst.cfg @@ -0,0 +1,26 @@ +[general] +version = 4 +name = Extra Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +global_quality = True + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height diff --git a/quality/x-plus/x-plus_fine.inst.cfg b/quality/x-plus/x-plus_fine.inst.cfg new file mode 100644 index 0000000..d505671 --- /dev/null +++ b/quality/x-plus/x-plus_fine.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height diff --git a/quality/x-plus/x-plus_high.inst.cfg b/quality/x-plus/x-plus_high.inst.cfg new file mode 100644 index 0000000..f26f5a2 --- /dev/null +++ b/quality/x-plus/x-plus_high.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = High +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +global_quality = True + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height diff --git a/quality/x-plus/x-plus_nylon_extra_high.inst.cfg b/quality/x-plus/x-plus_nylon_extra_high.inst.cfg new file mode 100644 index 0000000..8a6698a --- /dev/null +++ b/quality/x-plus/x-plus_nylon_extra_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Extra Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_nylon_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +material_bed_temperature_layer_0 = 110 +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_nylon_fine.inst.cfg b/quality/x-plus/x-plus_nylon_fine.inst.cfg new file mode 100644 index 0000000..2dbdf0a --- /dev/null +++ b/quality/x-plus/x-plus_nylon_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = x-plus + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_nylon_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +material_bed_temperature_layer_0 = 110 +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_nylon_high.inst.cfg b/quality/x-plus/x-plus_nylon_high.inst.cfg new file mode 100644 index 0000000..e0fa4c1 --- /dev/null +++ b/quality/x-plus/x-plus_nylon_high.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = High +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_nylon_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +material_bed_temperature_layer_0 = 110 +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_pc_extra_high.inst.cfg b/quality/x-plus/x-plus_pc_extra_high.inst.cfg new file mode 100644 index 0000000..09460f6 --- /dev/null +++ b/quality/x-plus/x-plus_pc_extra_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Extra Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pc_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_pc_fine.inst.cfg b/quality/x-plus/x-plus_pc_fine.inst.cfg new file mode 100644 index 0000000..925ee8a --- /dev/null +++ b/quality/x-plus/x-plus_pc_fine.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Fine +definition = x-plus + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pc_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_pc_high.inst.cfg b/quality/x-plus/x-plus_pc_high.inst.cfg new file mode 100644 index 0000000..0e985ea --- /dev/null +++ b/quality/x-plus/x-plus_pc_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = High +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pc_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 45 +cool_fan_enabled = False +cooling_chamber = True +cool_fan_visiable = False +cooling_chamber_visiable = True +infill_sparse_density = 30 +top_thickness = 1.2 diff --git a/quality/x-plus/x-plus_petg_extra_high.inst.cfg b/quality/x-plus/x-plus_petg_extra_high.inst.cfg new file mode 100644 index 0000000..cdf8025 --- /dev/null +++ b/quality/x-plus/x-plus_petg_extra_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Extra Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_petg_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +cooling_chamber = False + +cooling_chamber_visiable = True diff --git a/quality/x-plus/x-plus_petg_fine.inst.cfg b/quality/x-plus/x-plus_petg_fine.inst.cfg new file mode 100644 index 0000000..11a1647 --- /dev/null +++ b/quality/x-plus/x-plus_petg_fine.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_petg_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +cooling_chamber = False + +cooling_chamber_visiable = True diff --git a/quality/x-plus/x-plus_petg_high.inst.cfg b/quality/x-plus/x-plus_petg_high.inst.cfg new file mode 100644 index 0000000..620cdd2 --- /dev/null +++ b/quality/x-plus/x-plus_petg_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = High +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_petg_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +cooling_chamber = False + +cooling_chamber_visiable = True diff --git a/quality/x-plus/x-plus_pla_extra_high.inst.cfg b/quality/x-plus/x-plus_pla_extra_high.inst.cfg new file mode 100644 index 0000000..da29b60 --- /dev/null +++ b/quality/x-plus/x-plus_pla_extra_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Extra Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pla_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-plus/x-plus_pla_fine.inst.cfg b/quality/x-plus/x-plus_pla_fine.inst.cfg new file mode 100644 index 0000000..96893af --- /dev/null +++ b/quality/x-plus/x-plus_pla_fine.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Fine +definition = x-plus + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pla_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-plus/x-plus_pla_high.inst.cfg b/quality/x-plus/x-plus_pla_high.inst.cfg new file mode 100644 index 0000000..18b8ccb --- /dev/null +++ b/quality/x-plus/x-plus_pla_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = High +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pla_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-plus/x-plus_tpu_extra_high.inst.cfg b/quality/x-plus/x-plus_tpu_extra_high.inst.cfg new file mode 100644 index 0000000..397953d --- /dev/null +++ b/quality/x-plus/x-plus_tpu_extra_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Extra Fine +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_tpu_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-plus/x-plus_tpu_fine.inst.cfg b/quality/x-plus/x-plus_tpu_fine.inst.cfg new file mode 100644 index 0000000..68326ce --- /dev/null +++ b/quality/x-plus/x-plus_tpu_fine.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Fine +definition = x-plus + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_tpu_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-plus/x-plus_tpu_high.inst.cfg b/quality/x-plus/x-plus_tpu_high.inst.cfg new file mode 100644 index 0000000..8f11258 --- /dev/null +++ b/quality/x-plus/x-plus_tpu_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = High +definition = x-plus + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_tpu_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +cool_fan_enabled = True +cooling_chamber = True + +cooling_chamber_visiable = True diff --git a/quality/x-pro/x-pro_abs_extra_high.inst.cfg b/quality/x-pro/x-pro_abs_extra_high.inst.cfg new file mode 100644 index 0000000..7ecf8f8 --- /dev/null +++ b/quality/x-pro/x-pro_abs_extra_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Extra Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_abs_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +retraction_amount = 3 +wall_thickness = 1.2 diff --git a/quality/x-pro/x-pro_abs_fine.inst.cfg b/quality/x-pro/x-pro_abs_fine.inst.cfg new file mode 100644 index 0000000..a32372d --- /dev/null +++ b/quality/x-pro/x-pro_abs_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_abs_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +retraction_amount = 3 +wall_thickness = 1.2 diff --git a/quality/x-pro/x-pro_abs_high.inst.cfg b/quality/x-pro/x-pro_abs_high.inst.cfg new file mode 100644 index 0000000..eec4532 --- /dev/null +++ b/quality/x-pro/x-pro_abs_high.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = High +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_abs_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +retraction_amount = 3 +wall_thickness = 1.2 diff --git a/quality/x-pro/x-pro_extra_high.inst.cfg b/quality/x-pro/x-pro_extra_high.inst.cfg new file mode 100644 index 0000000..694294e --- /dev/null +++ b/quality/x-pro/x-pro_extra_high.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Extra Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +global_quality = True + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +retraction_amount = 3 +prime_tower_position_x = 50 +prime_tower_position_y = 25 diff --git a/quality/x-pro/x-pro_fine.inst.cfg b/quality/x-pro/x-pro_fine.inst.cfg new file mode 100644 index 0000000..2eefc4e --- /dev/null +++ b/quality/x-pro/x-pro_fine.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +retraction_amount = 3 +prime_tower_position_x = 50 +prime_tower_position_y = 25 diff --git a/quality/x-pro/x-pro_high.inst.cfg b/quality/x-pro/x-pro_high.inst.cfg new file mode 100644 index 0000000..3508e80 --- /dev/null +++ b/quality/x-pro/x-pro_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = High +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +global_quality = True + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +retraction_amount = 3 +prime_tower_position_x = 50 +prime_tower_position_y = 25 diff --git a/quality/x-pro/x-pro_petg_extra_high.inst.cfg b/quality/x-pro/x-pro_petg_extra_high.inst.cfg new file mode 100644 index 0000000..b944fb3 --- /dev/null +++ b/quality/x-pro/x-pro_petg_extra_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Extra Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_petg_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +retraction_amount = 3 diff --git a/quality/x-pro/x-pro_petg_fine.inst.cfg b/quality/x-pro/x-pro_petg_fine.inst.cfg new file mode 100644 index 0000000..9c450d8 --- /dev/null +++ b/quality/x-pro/x-pro_petg_fine.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_petg_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +retraction_amount = 3 diff --git a/quality/x-pro/x-pro_petg_high.inst.cfg b/quality/x-pro/x-pro_petg_high.inst.cfg new file mode 100644 index 0000000..e491527 --- /dev/null +++ b/quality/x-pro/x-pro_petg_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = High +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_petg_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 230 +retraction_amount = 3 diff --git a/quality/x-pro/x-pro_pla_extra_high.inst.cfg b/quality/x-pro/x-pro_pla_extra_high.inst.cfg new file mode 100644 index 0000000..b41e0ae --- /dev/null +++ b/quality/x-pro/x-pro_pla_extra_high.inst.cfg @@ -0,0 +1,32 @@ +[general] +version = 4 +name = Extra Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pla_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 200 +retraction_amount = 3 diff --git a/quality/x-pro/x-pro_pla_fine.inst.cfg b/quality/x-pro/x-pro_pla_fine.inst.cfg new file mode 100644 index 0000000..d411443 --- /dev/null +++ b/quality/x-pro/x-pro_pla_fine.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = Fine +definition = x-pro + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pla_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 200 +retraction_amount = 3 diff --git a/quality/x-pro/x-pro_pla_high.inst.cfg b/quality/x-pro/x-pro_pla_high.inst.cfg new file mode 100644 index 0000000..dfbc6e3 --- /dev/null +++ b/quality/x-pro/x-pro_pla_high.inst.cfg @@ -0,0 +1,33 @@ +[general] +version = 4 +name = High +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pla_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 +speed_print = 50 +speed_travel = 80 +default_material_print_temperature = 200 +retraction_amount = 3 diff --git a/quality/x-pro/x-pro_pva_extra_high.inst.cfg b/quality/x-pro/x-pro_pva_extra_high.inst.cfg new file mode 100644 index 0000000..2f90774 --- /dev/null +++ b/quality/x-pro/x-pro_pva_extra_high.inst.cfg @@ -0,0 +1,34 @@ +[general] +version = 4 +name = Extra Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pva_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +speed_print = 30 +default_material_print_temperature = 210 +speed_travel = 80 +retraction_amount = 3 +material_standby_temperature = 100 +support_wall_count = 1 +support_infill_rate = 50 +support_z_distance = 0 +support_xy_distance = 0 diff --git a/quality/x-pro/x-pro_pva_fine.inst.cfg b/quality/x-pro/x-pro_pva_fine.inst.cfg new file mode 100644 index 0000000..00ed00b --- /dev/null +++ b/quality/x-pro/x-pro_pva_fine.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = Fine +definition = x-pro + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_pva_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +speed_print = 30 +default_material_print_temperature = 210 +speed_travel = 80 +retraction_amount = 3 +material_standby_temperature = 100 +support_wall_count = 1 +support_infill_rate = 50 +support_z_distance = 0 +support_xy_distance = 0 diff --git a/quality/x-pro/x-pro_pva_high.inst.cfg b/quality/x-pro/x-pro_pva_high.inst.cfg new file mode 100644 index 0000000..1984e4a --- /dev/null +++ b/quality/x-pro/x-pro_pva_high.inst.cfg @@ -0,0 +1,35 @@ +[general] +version = 4 +name = High +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pva_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +speed_print = 30 +default_material_print_temperature = 210 +speed_travel = 80 +retraction_amount = 3 +material_standby_temperature = 100 +support_wall_count = 1 +support_infill_rate = 50 +support_z_distance = 0 +support_xy_distance = 0 diff --git a/quality/x-pro/x-pro_tpu_extra_high.inst.cfg b/quality/x-pro/x-pro_tpu_extra_high.inst.cfg new file mode 100644 index 0000000..9a85ca4 --- /dev/null +++ b/quality/x-pro/x-pro_tpu_extra_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Extra Fine +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_tpu_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 +speed_travel = 80 +retraction_amount = 3 diff --git a/quality/x-pro/x-pro_tpu_fine.inst.cfg b/quality/x-pro/x-pro_tpu_fine.inst.cfg new file mode 100644 index 0000000..8de261b --- /dev/null +++ b/quality/x-pro/x-pro_tpu_fine.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Fine +definition = x-pro + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_tpu_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 +speed_travel = 80 +retraction_amount = 3 diff --git a/quality/x-pro/x-pro_tpu_high.inst.cfg b/quality/x-pro/x-pro_tpu_high.inst.cfg new file mode 100644 index 0000000..e08fe3c --- /dev/null +++ b/quality/x-pro/x-pro_tpu_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = High +definition = x-pro + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_tpu_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 +default_material_print_temperature = 230 +speed_travel = 80 +retraction_amount = 3 diff --git a/quality/x-smart/x-smart_abs_extra_high.inst.cfg b/quality/x-smart/x-smart_abs_extra_high.inst.cfg new file mode 100644 index 0000000..69595a5 --- /dev/null +++ b/quality/x-smart/x-smart_abs_extra_high.inst.cfg @@ -0,0 +1,30 @@ +[general] +version = 4 +name = Extra Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_abs_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +wall_thickness = 1.2 diff --git a/quality/x-smart/x-smart_abs_fine.inst.cfg b/quality/x-smart/x-smart_abs_fine.inst.cfg new file mode 100644 index 0000000..a035621 --- /dev/null +++ b/quality/x-smart/x-smart_abs_fine.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_abs_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +wall_thickness = 1.2 diff --git a/quality/x-smart/x-smart_abs_high.inst.cfg b/quality/x-smart/x-smart_abs_high.inst.cfg new file mode 100644 index 0000000..05fff76 --- /dev/null +++ b/quality/x-smart/x-smart_abs_high.inst.cfg @@ -0,0 +1,31 @@ +[general] +version = 4 +name = High +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_abs_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 110 +wall_thickness = 1.2 diff --git a/quality/x-smart/x-smart_extra_high.inst.cfg b/quality/x-smart/x-smart_extra_high.inst.cfg new file mode 100644 index 0000000..800c4a7 --- /dev/null +++ b/quality/x-smart/x-smart_extra_high.inst.cfg @@ -0,0 +1,26 @@ +[general] +version = 4 +name = Extra Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +global_quality = True + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height diff --git a/quality/x-smart/x-smart_fine.inst.cfg b/quality/x-smart/x-smart_fine.inst.cfg new file mode 100644 index 0000000..a856e42 --- /dev/null +++ b/quality/x-smart/x-smart_fine.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +global_quality = True + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height diff --git a/quality/x-smart/x-smart_high.inst.cfg b/quality/x-smart/x-smart_high.inst.cfg new file mode 100644 index 0000000..19827bf --- /dev/null +++ b/quality/x-smart/x-smart_high.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = High +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +global_quality = True + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height diff --git a/quality/x-smart/x-smart_petg_extra_high.inst.cfg b/quality/x-smart/x-smart_petg_extra_high.inst.cfg new file mode 100644 index 0000000..f9f2b53 --- /dev/null +++ b/quality/x-smart/x-smart_petg_extra_high.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = Extra Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_petg_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +cool_fan_enabled = False diff --git a/quality/x-smart/x-smart_petg_fine.inst.cfg b/quality/x-smart/x-smart_petg_fine.inst.cfg new file mode 100644 index 0000000..3fd92e0 --- /dev/null +++ b/quality/x-smart/x-smart_petg_fine.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_petg_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False diff --git a/quality/x-smart/x-smart_petg_high.inst.cfg b/quality/x-smart/x-smart_petg_high.inst.cfg new file mode 100644 index 0000000..1d4fe36 --- /dev/null +++ b/quality/x-smart/x-smart_petg_high.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = High +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_petg_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +cool_fan_enabled = False diff --git a/quality/x-smart/x-smart_pla_extra_high.inst.cfg b/quality/x-smart/x-smart_pla_extra_high.inst.cfg new file mode 100644 index 0000000..87f1976 --- /dev/null +++ b/quality/x-smart/x-smart_pla_extra_high.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Extra Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_pla_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 diff --git a/quality/x-smart/x-smart_pla_fine.inst.cfg b/quality/x-smart/x-smart_pla_fine.inst.cfg new file mode 100644 index 0000000..b1853a3 --- /dev/null +++ b/quality/x-smart/x-smart_pla_fine.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = normal +weight = 0 +material = generic_pla_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 diff --git a/quality/x-smart/x-smart_pla_high.inst.cfg b/quality/x-smart/x-smart_pla_high.inst.cfg new file mode 100644 index 0000000..d809cc2 --- /dev/null +++ b/quality/x-smart/x-smart_pla_high.inst.cfg @@ -0,0 +1,29 @@ +[general] +version = 4 +name = High +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_pla_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_wall_x = =speed_print * 0.8 +material_bed_temperature_layer_0 = 60 diff --git a/quality/x-smart/x-smart_tpu_extra_high.inst.cfg b/quality/x-smart/x-smart_tpu_extra_high.inst.cfg new file mode 100644 index 0000000..5685af1 --- /dev/null +++ b/quality/x-smart/x-smart_tpu_extra_high.inst.cfg @@ -0,0 +1,27 @@ +[general] +version = 4 +name = Extra Fine +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = extra_high +weight = 1 +material = generic_tpu_175 + +[values] +layer_height = 0.08 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 10 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +material_print_temperature = =default_material_print_temperature + 2 +prime_tower_enable = False +skin_overlap = 10 +speed_topbottom = =math.ceil(speed_print * 30 / 60) +speed_wall = =math.ceil(speed_print * 30 / 60) +support_z_distance = =layer_height +speed_print = 30 diff --git a/quality/x-smart/x-smart_tpu_fine.inst.cfg b/quality/x-smart/x-smart_tpu_fine.inst.cfg new file mode 100644 index 0000000..e97c397 --- /dev/null +++ b/quality/x-smart/x-smart_tpu_fine.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = Fine +definition = x-smart + +[metadata] +setting_version = 5 +type = quality +quality_type = normal +weight = 0 +material = generic_tpu_175 + +[values] +layer_height = 0.2 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30 diff --git a/quality/x-smart/x-smart_tpu_high.inst.cfg b/quality/x-smart/x-smart_tpu_high.inst.cfg new file mode 100644 index 0000000..10852ee --- /dev/null +++ b/quality/x-smart/x-smart_tpu_high.inst.cfg @@ -0,0 +1,28 @@ +[general] +version = 4 +name = High +definition = x-smart + +[metadata] +setting_version = 16 +type = quality +quality_type = high +weight = -1 +material = generic_tpu_175 + +[values] +layer_height = 0.16 +cool_fan_full_at_height = =layer_height_0 + 2 * layer_height +cool_fan_speed_max = =cool_fan_speed +cool_min_speed = 7 +infill_line_width = =round(line_width * 0.42 / 0.35, 2) +machine_nozzle_cool_down_speed = 0.75 +machine_nozzle_heat_up_speed = 1.6 +prime_tower_enable = False +skin_overlap = 10 +coasting_enable = True +coasting_volume = 0.1 +coasting_min_volume = 0.17 +coasting_speed = 90 +support_z_distance = =layer_height +speed_print = 30