From afc8065ae7eac6793c766219b975f9c7714fe4c4 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Tue, 12 Jan 2021 11:59:39 +0800 Subject: [PATCH 01/25] Adding Twotrees Full range printer profiles Profile for: Bluer / Bluer Plus / Sapphire Pro / Sapphire Plus Nozzle size : 0.2mm to 1mm Material: PLA / ABS / PETG / TPU --- resources/definitions/two_trees_base.def.json | 126 ++++++++++++++++++ .../definitions/two_trees_bluer.def.json | 31 +++++ .../definitions/two_trees_bluerplus.def.json | 30 +++++ .../two_trees_sapphireplus.def.json | 32 +++++ .../two_trees_sapphirepro.def.json | 33 +++++ .../two_trees_base_extruder_0.def.json | 16 +++ resources/meshes/sapphireplus_platform.stl | Bin 0 -> 19884 bytes resources/meshes/sapphirepro_platform.stl | Bin 0 -> 19884 bytes resources/meshes/twotrees235x235_generic.stl | Bin 0 -> 15884 bytes resources/meshes/twotrees300x300_generic.stl | Bin 0 -> 15884 bytes .../abs/two_trees_0.2_ABS_super.inst.cfg | 22 +++ .../abs/two_trees_0.2_ABS_ultra.inst.cfg | 22 +++ .../abs/two_trees_0.3_ABS_adaptive.inst.cfg | 22 +++ .../abs/two_trees_0.3_ABS_low.inst.cfg | 22 +++ .../abs/two_trees_0.3_ABS_standard.inst.cfg | 22 +++ .../abs/two_trees_0.3_ABS_super.inst.cfg | 22 +++ .../abs/two_trees_0.4_ABS_adaptive.inst.cfg | 22 +++ .../abs/two_trees_0.4_ABS_low.inst.cfg | 22 +++ .../abs/two_trees_0.4_ABS_standard.inst.cfg | 22 +++ .../abs/two_trees_0.4_ABS_super.inst.cfg | 22 +++ .../abs/two_trees_0.5_ABS_adaptive.inst.cfg | 22 +++ .../abs/two_trees_0.5_ABS_low.inst.cfg | 22 +++ .../abs/two_trees_0.5_ABS_standard.inst.cfg | 22 +++ .../abs/two_trees_0.5_ABS_super.inst.cfg | 22 +++ .../abs/two_trees_0.6_ABS_standard.inst.cfg | 22 +++ .../abs/two_trees_0.8_ABS_draft.inst.cfg | 22 +++ .../abs/two_trees_1.0_ABS_draft.inst.cfg | 22 +++ .../petg/two_trees_0.2_PETG_super.inst.cfg | 23 ++++ .../petg/two_trees_0.2_PETG_ultra.inst.cfg | 22 +++ .../petg/two_trees_0.3_PETG_adaptive.inst.cfg | 22 +++ .../petg/two_trees_0.3_PETG_low.inst.cfg | 22 +++ .../petg/two_trees_0.3_PETG_standard.inst.cfg | 22 +++ .../petg/two_trees_0.3_PETG_super.inst.cfg | 22 +++ .../petg/two_trees_0.4_PETG_adaptive.inst.cfg | 23 ++++ .../petg/two_trees_0.4_PETG_low.inst.cfg | 23 ++++ .../petg/two_trees_0.4_PETG_standard.inst.cfg | 23 ++++ .../petg/two_trees_0.4_PETG_super.inst.cfg | 23 ++++ .../petg/two_trees_0.5_PETG_adaptive.inst.cfg | 22 +++ .../petg/two_trees_0.5_PETG_low.inst.cfg | 22 +++ .../petg/two_trees_0.5_PETG_standard.inst.cfg | 22 +++ .../petg/two_trees_0.5_PETG_super.inst.cfg | 22 +++ .../petg/two_trees_0.6_PETG_standard.inst.cfg | 22 +++ .../petg/two_trees_0.8_PETG_draft.inst.cfg | 22 +++ .../petg/two_trees_1.0_PETG_draft.inst.cfg | 22 +++ .../pla/two_trees_0.2_PLA_super.inst.cfg | 22 +++ .../pla/two_trees_0.2_PLA_ultra.inst.cfg | 22 +++ .../pla/two_trees_0.3_PLA_adaptive.inst.cfg | 22 +++ .../pla/two_trees_0.3_PLA_low.inst.cfg | 22 +++ .../pla/two_trees_0.3_PLA_standard.inst.cfg | 22 +++ .../pla/two_trees_0.3_PLA_super.inst.cfg | 22 +++ .../pla/two_trees_0.4_PLA_adaptive.inst.cfg | 22 +++ .../pla/two_trees_0.4_PLA_low.inst.cfg | 22 +++ .../pla/two_trees_0.4_PLA_standard.inst.cfg | 22 +++ .../pla/two_trees_0.4_PLA_super.inst.cfg | 22 +++ .../pla/two_trees_0.5_PLA_adaptive.inst.cfg | 22 +++ .../pla/two_trees_0.5_PLA_low.inst.cfg | 22 +++ .../pla/two_trees_0.5_PLA_standard.inst.cfg | 22 +++ .../pla/two_trees_0.5_PLA_super.inst.cfg | 22 +++ .../pla/two_trees_0.6_PLA_draft.inst.cfg | 22 +++ .../pla/two_trees_0.6_PLA_low.inst.cfg | 22 +++ .../pla/two_trees_0.6_PLA_standard.inst.cfg | 22 +++ .../pla/two_trees_0.8_PLA_draft.inst.cfg | 22 +++ .../pla/two_trees_1.0_PLA_draft.inst.cfg | 22 +++ .../tpu/two_trees_0.3_TPU_adaptive.inst.cfg | 25 ++++ .../tpu/two_trees_0.3_TPU_standard.inst.cfg | 25 ++++ .../tpu/two_trees_0.3_TPU_super.inst.cfg | 25 ++++ .../tpu/two_trees_0.4_TPU_adaptive.inst.cfg | 25 ++++ .../tpu/two_trees_0.4_TPU_standard.inst.cfg | 25 ++++ .../tpu/two_trees_0.4_TPU_super.inst.cfg | 25 ++++ .../tpu/two_trees_0.5_TPU_adaptive.inst.cfg | 25 ++++ .../tpu/two_trees_0.5_TPU_standard.inst.cfg | 25 ++++ .../tpu/two_trees_0.5_TPU_super.inst.cfg | 25 ++++ .../tpu/two_trees_0.6_TPU_standard.inst.cfg | 25 ++++ .../tpu/two_trees_0.8_TPU_draft.inst.cfg | 25 ++++ .../tpu/two_trees_1.0_TPU_draft.inst.cfg | 25 ++++ .../two_trees_global_adaptive.inst.cfg | 19 +++ .../twotrees/two_trees_global_draft.inst.cfg | 18 +++ .../twotrees/two_trees_global_low.inst.cfg | 18 +++ .../two_trees_global_standard.inst.cfg | 18 +++ .../twotrees/two_trees_global_super.inst.cfg | 18 +++ .../twotrees/two_trees_global_ultra.inst.cfg | 18 +++ .../variants/two_trees_base_0.2.inst.cfg | 12 ++ .../variants/two_trees_base_0.3.inst.cfg | 12 ++ .../variants/two_trees_base_0.4.inst.cfg | 12 ++ .../variants/two_trees_base_0.5.inst.cfg | 12 ++ .../variants/two_trees_base_0.6.inst.cfg | 12 ++ .../variants/two_trees_base_0.8.inst.cfg | 12 ++ .../variants/two_trees_base_1.0.inst.cfg | 12 ++ .../variants/two_trees_bluer_0.2.inst.cfg | 12 ++ .../variants/two_trees_bluer_0.3.inst.cfg | 12 ++ .../variants/two_trees_bluer_0.4.inst.cfg | 12 ++ .../variants/two_trees_bluer_0.5.inst.cfg | 12 ++ .../variants/two_trees_bluer_0.6.inst.cfg | 12 ++ .../variants/two_trees_bluer_0.8.inst.cfg | 12 ++ .../variants/two_trees_bluer_1.0.inst.cfg | 12 ++ .../variants/two_trees_bluerplus_0.2.inst.cfg | 12 ++ .../variants/two_trees_bluerplus_0.3.inst.cfg | 12 ++ .../variants/two_trees_bluerplus_0.4.inst.cfg | 12 ++ .../variants/two_trees_bluerplus_0.5.inst.cfg | 12 ++ .../variants/two_trees_bluerplus_0.6.inst.cfg | 12 ++ .../variants/two_trees_bluerplus_0.8.inst.cfg | 12 ++ .../variants/two_trees_bluerplus_1.0.inst.cfg | 12 ++ .../two_trees_sapphireplus_0.2.inst.cfg | 12 ++ .../two_trees_sapphireplus_0.3.inst.cfg | 12 ++ .../two_trees_sapphireplus_0.4.inst.cfg | 12 ++ .../two_trees_sapphireplus_0.5.inst.cfg | 12 ++ .../two_trees_sapphireplus_0.6.inst.cfg | 12 ++ .../two_trees_sapphireplus_0.8.inst.cfg | 12 ++ .../two_trees_sapphireplus_1.0.inst.cfg | 12 ++ .../two_trees_sapphirepro_0.2.inst.cfg | 12 ++ .../two_trees_sapphirepro_0.3.inst.cfg | 12 ++ .../two_trees_sapphirepro_0.4.inst.cfg | 12 ++ .../two_trees_sapphirepro_0.5.inst.cfg | 12 ++ .../two_trees_sapphirepro_0.6.inst.cfg | 12 ++ .../two_trees_sapphirepro_0.8.inst.cfg | 12 ++ .../two_trees_sapphirepro_1.0.inst.cfg | 12 ++ 116 files changed, 2268 insertions(+) create mode 100644 resources/definitions/two_trees_base.def.json create mode 100644 resources/definitions/two_trees_bluer.def.json create mode 100644 resources/definitions/two_trees_bluerplus.def.json create mode 100644 resources/definitions/two_trees_sapphireplus.def.json create mode 100644 resources/definitions/two_trees_sapphirepro.def.json create mode 100644 resources/extruders/two_trees_base_extruder_0.def.json create mode 100644 resources/meshes/sapphireplus_platform.stl create mode 100644 resources/meshes/sapphirepro_platform.stl create mode 100644 resources/meshes/twotrees235x235_generic.stl create mode 100644 resources/meshes/twotrees300x300_generic.stl create mode 100644 resources/quality/twotrees/abs/two_trees_0.2_ABS_super.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.2_ABS_ultra.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.3_ABS_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.3_ABS_low.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.3_ABS_standard.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.3_ABS_super.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.4_ABS_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.4_ABS_low.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.4_ABS_standard.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.4_ABS_super.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.5_ABS_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.5_ABS_low.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.5_ABS_standard.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.5_ABS_super.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.6_ABS_standard.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_0.8_ABS_draft.inst.cfg create mode 100644 resources/quality/twotrees/abs/two_trees_1.0_ABS_draft.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.2_PETG_super.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.2_PETG_ultra.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.3_PETG_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.3_PETG_low.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.3_PETG_standard.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.3_PETG_super.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.4_PETG_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.4_PETG_low.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.4_PETG_standard.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.4_PETG_super.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.5_PETG_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.5_PETG_low.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.5_PETG_standard.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.5_PETG_super.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.6_PETG_standard.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_0.8_PETG_draft.inst.cfg create mode 100644 resources/quality/twotrees/petg/two_trees_1.0_PETG_draft.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.2_PLA_super.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.2_PLA_ultra.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.3_PLA_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.3_PLA_low.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.3_PLA_standard.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.3_PLA_super.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.4_PLA_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.4_PLA_low.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.4_PLA_standard.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.4_PLA_super.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.5_PLA_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.5_PLA_low.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.5_PLA_standard.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.5_PLA_super.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.6_PLA_draft.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.6_PLA_low.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.6_PLA_standard.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_0.8_PLA_draft.inst.cfg create mode 100644 resources/quality/twotrees/pla/two_trees_1.0_PLA_draft.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg create mode 100644 resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg create mode 100644 resources/quality/twotrees/two_trees_global_adaptive.inst.cfg create mode 100644 resources/quality/twotrees/two_trees_global_draft.inst.cfg create mode 100644 resources/quality/twotrees/two_trees_global_low.inst.cfg create mode 100644 resources/quality/twotrees/two_trees_global_standard.inst.cfg create mode 100644 resources/quality/twotrees/two_trees_global_super.inst.cfg create mode 100644 resources/quality/twotrees/two_trees_global_ultra.inst.cfg create mode 100644 resources/variants/two_trees_base_0.2.inst.cfg create mode 100644 resources/variants/two_trees_base_0.3.inst.cfg create mode 100644 resources/variants/two_trees_base_0.4.inst.cfg create mode 100644 resources/variants/two_trees_base_0.5.inst.cfg create mode 100644 resources/variants/two_trees_base_0.6.inst.cfg create mode 100644 resources/variants/two_trees_base_0.8.inst.cfg create mode 100644 resources/variants/two_trees_base_1.0.inst.cfg create mode 100644 resources/variants/two_trees_bluer_0.2.inst.cfg create mode 100644 resources/variants/two_trees_bluer_0.3.inst.cfg create mode 100644 resources/variants/two_trees_bluer_0.4.inst.cfg create mode 100644 resources/variants/two_trees_bluer_0.5.inst.cfg create mode 100644 resources/variants/two_trees_bluer_0.6.inst.cfg create mode 100644 resources/variants/two_trees_bluer_0.8.inst.cfg create mode 100644 resources/variants/two_trees_bluer_1.0.inst.cfg create mode 100644 resources/variants/two_trees_bluerplus_0.2.inst.cfg create mode 100644 resources/variants/two_trees_bluerplus_0.3.inst.cfg create mode 100644 resources/variants/two_trees_bluerplus_0.4.inst.cfg create mode 100644 resources/variants/two_trees_bluerplus_0.5.inst.cfg create mode 100644 resources/variants/two_trees_bluerplus_0.6.inst.cfg create mode 100644 resources/variants/two_trees_bluerplus_0.8.inst.cfg create mode 100644 resources/variants/two_trees_bluerplus_1.0.inst.cfg create mode 100644 resources/variants/two_trees_sapphireplus_0.2.inst.cfg create mode 100644 resources/variants/two_trees_sapphireplus_0.3.inst.cfg create mode 100644 resources/variants/two_trees_sapphireplus_0.4.inst.cfg create mode 100644 resources/variants/two_trees_sapphireplus_0.5.inst.cfg create mode 100644 resources/variants/two_trees_sapphireplus_0.6.inst.cfg create mode 100644 resources/variants/two_trees_sapphireplus_0.8.inst.cfg create mode 100644 resources/variants/two_trees_sapphireplus_1.0.inst.cfg create mode 100644 resources/variants/two_trees_sapphirepro_0.2.inst.cfg create mode 100644 resources/variants/two_trees_sapphirepro_0.3.inst.cfg create mode 100644 resources/variants/two_trees_sapphirepro_0.4.inst.cfg create mode 100644 resources/variants/two_trees_sapphirepro_0.5.inst.cfg create mode 100644 resources/variants/two_trees_sapphirepro_0.6.inst.cfg create mode 100644 resources/variants/two_trees_sapphirepro_0.8.inst.cfg create mode 100644 resources/variants/two_trees_sapphirepro_1.0.inst.cfg diff --git a/resources/definitions/two_trees_base.def.json b/resources/definitions/two_trees_base.def.json new file mode 100644 index 0000000000..f2cb2c996d --- /dev/null +++ b/resources/definitions/two_trees_base.def.json @@ -0,0 +1,126 @@ +{ + "name": "Two Trees Base Printer", + "version": 2, + "inherits": "fdmprinter", + "metadata": { + "visible": false, + "author": "3DGadgets.my", + "manufacturer": "Two Trees", + "file_formats": "text/x-gcode", + "first_start_actions": ["MachineSettingsAction"], + + "machine_extruder_trains": { + "0": "two_trees_base_extruder_0" + }, + + "has_materials": true, + "has_variants": true, + "has_machine_quality": true, + "variants_name": "Nozzle Size", + + "preferred_variant_name": "0.4mm Nozzle", + "preferred_quality_type": "standard", + "preferred_material": "generic_pla" + + }, + "overrides": { + "machine_name": { "default_value": "Two Trees Base Printer" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nM420 S1 ;Enable ABL using saved Mesh and Fade Height\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + + "machine_heated_bed": { "default_value": true }, + + "material_diameter": { "default_value": 1.75 }, + + + "speed_print": { "value": 50.0 } , + "speed_infill": { "value": "speed_print" }, + "speed_wall": { "value": "speed_print / 2" }, + "speed_wall_0": { "value": "speed_wall" }, + "speed_wall_x": { "value": "speed_print / 1.5" }, + "speed_topbottom": { "value": "speed_print / 2" }, + "speed_roofing": { "value": "speed_topbottom" }, + "speed_layer_0": { "value": 20.0 }, + "speed_print_layer_0": { "value": "speed_layer_0" }, + "speed_prime_tower": { "value": "speed_topbottom" }, + "speed_support": { "value": "speed_wall_0" }, + "speed_support_interface": { "value": "speed_topbottom" }, + "speed_z_hop": { "value": 5 }, + + "skirt_brim_speed": { "value": "speed_layer_0" }, + + "line_width": { "value": "machine_nozzle_size" }, + + "optimize_wall_printing_order": { "value": "True" }, + + "z_seam_type": { "value": "'sharpest_corner'" }, + "z_seam_corner": { "value": "'z_seam_corner_inner'" }, + + "infill_sparse_density": { "value": "20" }, + "infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" }, + "infill_before_walls": { "value": false }, + "infill_overlap": { "value": 30.0 }, + "skin_overlap": { "value": 10.0 }, + "infill_wipe_dist": { "value": 0.0 }, + "wall_0_wipe_dist": { "value": 0.0 }, + + "fill_perimeter_gaps": { "value": "'everywhere'" }, + "fill_outline_gaps": { "value": false }, + "filter_out_tiny_gaps": { "value": false }, + + + "retraction_hop_enabled": { "value": "False" }, + "retraction_hop": { "value": 0.2 }, + "retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" }, + "retraction_combing_max_distance": { "value": 30 }, + "travel_avoid_other_parts": { "value": true }, + "travel_avoid_supports": { "value": true }, + "travel_retract_before_outer_wall": { "value": true }, + + "retraction_enable": { "value": true }, + "retraction_speed": { "default_value" : 40 }, + "retraction_amount": { "default_value" : 7 }, + "retraction_count_max": { "value": 100 }, + "retraction_extrusion_window": { "value": 10 }, + "retraction_min_travel": { "value": 1.5 }, + + + "cool_fan_full_layer": { "value": "2" }, + "cool_fan_enabled": { "value": true }, + "cool_min_layer_time": { "value": 10 }, + + "adhesion_type": { "value": "'skirt'" }, + "brim_replaces_support": { "value": false }, + "skirt_gap": { "value": 10.0 }, + "skirt_line_count": { "value": 3 }, + + "adaptive_layer_height_variation": { "value": 0.04 }, + "adaptive_layer_height_variation_step": { "value": 0.04 }, + + "meshfix_maximum_resolution": { "value": "0.25" }, + "meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" }, + + "support_angle": { "value": 50 }, + "support_pattern": { "value": "'zigzag'" }, + "support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 25" }, + "support_use_towers": { "value": false }, + "support_xy_distance": { "value": "wall_line_width_0 * 2" }, + "support_xy_distance_overhang": { "value": "wall_line_width_0" }, + "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, + "support_xy_overrides_z": { "value": "'xy_overrides_z'" }, + "support_wall_count": { "value": 0 }, + "support_brim_enable": { "value": true }, + "support_brim_width": { "value": 5 }, + + "support_interface_enable": { "value": false }, + "support_interface_height": { "value": "layer_height * 4" }, + "support_interface_density": { "value": 33.333 }, + "support_interface_pattern": { "value": "'grid'" }, + "support_interface_skip_height": { "value": 0.2 }, + "minimum_support_area": { "value": 2 }, + "minimum_interface_area": { "value": 10 }, + "top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" }, + "wall_thickness": {"value": "line_width * 2" } + + } +} diff --git a/resources/definitions/two_trees_bluer.def.json b/resources/definitions/two_trees_bluer.def.json new file mode 100644 index 0000000000..3bf23dd50e --- /dev/null +++ b/resources/definitions/two_trees_bluer.def.json @@ -0,0 +1,31 @@ +{ + "name": "Two Trees Bluer", + "version": 2, + "inherits": "two_trees_base", + "overrides": { + "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, + "machine_name": { "default_value": "Two Trees Bluer" }, + "machine_width": { "default_value": 230 }, + "machine_depth": { "default_value": 230 }, + "machine_height": { "default_value": 280 }, + "machine_head_with_fans_polygon": { "default_value": [[-47, 37],[-47, -23],[47, -23],[47, 37]]}, + + "gantry_height": { "value": 28 }, + "speed_print": { "value": 50.0 }, + "speed_travel": { "value": 180 }, + "speed_travel_layer_0": { "value": 100 }, + "retraction_speed": { "default_value" : 50 }, + "retraction_amount": { "default_value" : 8 }, + + "material_flow": { "value": 90 }, + "infill_material_flow": { "value": 100 }, + + "infill_overlap": { "value": 30 }, + "skin_overlap": { "value": 20 } + }, + "metadata": { + "quality_definition": "two_trees_base", + "visible": true, + "platform": "twotrees235x235_generic.stl" + } +} \ No newline at end of file diff --git a/resources/definitions/two_trees_bluerplus.def.json b/resources/definitions/two_trees_bluerplus.def.json new file mode 100644 index 0000000000..3ae8688a28 --- /dev/null +++ b/resources/definitions/two_trees_bluerplus.def.json @@ -0,0 +1,30 @@ +{ + "name": "Two Trees Bluer Plus", + "version": 2, + "inherits": "two_trees_base", + "overrides": { + "machine_name": { "default_value": "Two Trees Bluer Plus" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 400 }, + "machine_head_with_fans_polygon": { "default_value": [[-47, 37],[-47, -23],[47, -23],[47, 37]]}, + + "gantry_height": { "value": 28 }, + "speed_print": { "value": 50.0 }, + "speed_travel": { "value": 180 }, + "speed_travel_layer_0": { "value": 100 }, + "retraction_speed": { "default_value" : 50 }, + "retraction_amount": { "default_value" : 8 }, + + "material_flow": { "value": 90 }, + "infill_material_flow": { "value": 100 }, + + "infill_overlap": { "value": 30 }, + "skin_overlap": { "value": 20 } + }, + "metadata": { + "quality_definition": "two_trees_base", + "visible": true, + "platform": "twotrees300x300_generic.stl" + } +} \ No newline at end of file diff --git a/resources/definitions/two_trees_sapphireplus.def.json b/resources/definitions/two_trees_sapphireplus.def.json new file mode 100644 index 0000000000..d9ae4b1064 --- /dev/null +++ b/resources/definitions/two_trees_sapphireplus.def.json @@ -0,0 +1,32 @@ +{ + "name": "Two Trees Sapphire Plus", + "version": 2, + "inherits": "two_trees_base", + "overrides": { + "machine_name": { "default_value": "Two Trees Sapphire Plus" }, + "machine_width": { "default_value": 300 }, + "machine_depth": { "default_value": 300 }, + "machine_height": { "default_value": 350 }, + "machine_head_with_fans_polygon": { "default_value": [[-30,19],[30,19],[30,-49],[-30,-49]] }, + + "gantry_height": { "value": 65 }, + + "speed_print": { "value": 60.0 }, + "speed_travel": { "value": 180 }, + "speed_travel_layer_0": { "value": 100 }, + "retraction_speed": { "default_value" : 40 }, + "retraction_amount": { "default_value" : 7 }, + + "material_flow": { "value": 90 }, + "infill_material_flow": { "value": 100 }, + + "infill_overlap": { "value": 30 }, + "skin_overlap": { "value": 20 } + }, + "metadata": { + "quality_definition": "two_trees_base", + "visible": true, + "platform": "sapphireplus_platform.stl" + + } +} \ No newline at end of file diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json new file mode 100644 index 0000000000..a536303178 --- /dev/null +++ b/resources/definitions/two_trees_sapphirepro.def.json @@ -0,0 +1,33 @@ +{ + "name": "Two Trees Sapphire Pro", + "version": 2, + "inherits": "two_trees_base", + "overrides": { + "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, + "machine_name": { "default_value": "Two Trees Sapphire Pro" }, + "machine_width": { "default_value": 220 }, + "machine_depth": { "default_value": 220 }, + "machine_height": { "default_value": 220 }, + "machine_head_with_fans_polygon": { "default_value": [[-30,19],[30,19],[30,-49],[-30,-49]] }, + + "gantry_height": { "value": 65 }, + + "speed_print": { "value": 60.0 }, + "speed_travel": { "value": 180 }, + "speed_travel_layer_0": { "value": 100 }, + "retraction_speed": { "default_value" : 40 }, + "retraction_amount": { "default_value" : 7 }, + + "material_flow": { "value": 90 }, + "infill_material_flow": { "value": 100 }, + + "infill_overlap": { "value": 30 }, + "skin_overlap": { "value": 20 } + }, + "metadata": { + "quality_definition": "two_trees_base", + "visible": true, + "platform": "sapphirepro_platform.stl" + + } +} \ No newline at end of file diff --git a/resources/extruders/two_trees_base_extruder_0.def.json b/resources/extruders/two_trees_base_extruder_0.def.json new file mode 100644 index 0000000000..d8a810dedc --- /dev/null +++ b/resources/extruders/two_trees_base_extruder_0.def.json @@ -0,0 +1,16 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "two_trees_base", + "position": "0" + }, + + "overrides": { + "extruder_nr": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } + + } +} diff --git a/resources/meshes/sapphireplus_platform.stl b/resources/meshes/sapphireplus_platform.stl new file mode 100644 index 0000000000000000000000000000000000000000..7b36da2d891ba0611fae0df4b9945e3dd72c15e1 GIT binary patch literal 19884 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 Z-oic4-_DBPzN)YD;Xxu(sju_l@jvzuyFdT{ literal 0 HcmV?d00001 diff --git a/resources/meshes/sapphirepro_platform.stl b/resources/meshes/sapphirepro_platform.stl new file mode 100644 index 0000000000000000000000000000000000000000..e1bdfd017ef5f553c343a086256c5ac1baad64a5 GIT binary patch literal 19884 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 RArH?kw}%FaEQ)k!{0~Z}I^6&O literal 0 HcmV?d00001 diff --git a/resources/meshes/twotrees235x235_generic.stl b/resources/meshes/twotrees235x235_generic.stl new file mode 100644 index 0000000000000000000000000000000000000000..f28d89e7a3244c66881287a005c3199fdf9955b7 GIT binary patch literal 15884 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 literal 0 HcmV?d00001 diff --git a/resources/meshes/twotrees300x300_generic.stl b/resources/meshes/twotrees300x300_generic.stl new file mode 100644 index 0000000000000000000000000000000000000000..566d3b84bb8e71973a86a659ae4c3910d163addd GIT binary patch literal 15884 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 literal 0 HcmV?d00001 diff --git a/resources/quality/twotrees/abs/two_trees_0.2_ABS_super.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.2_ABS_super.inst.cfg new file mode 100644 index 0000000000..1b5d51ce15 --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.2_ABS_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_abs +variant = 0.2mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.2_ABS_ultra.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.2_ABS_ultra.inst.cfg new file mode 100644 index 0000000000..3743ba4b7e --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.2_ABS_ultra.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Ultra Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = ultra +material = generic_abs +variant = 0.2mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.2 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/abs/two_trees_0.3_ABS_adaptive.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.3_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..b1e39014dd --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.3_ABS_adaptive.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.2 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/abs/two_trees_0.3_ABS_low.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.3_ABS_low.inst.cfg new file mode 100644 index 0000000000..82d678b9ff --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.3_ABS_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_abs +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.4 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/abs/two_trees_0.3_ABS_standard.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.3_ABS_standard.inst.cfg new file mode 100644 index 0000000000..9579991703 --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.3_ABS_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_abs +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.3 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.3_ABS_super.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.3_ABS_super.inst.cfg new file mode 100644 index 0000000000..e00106778b --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.3_ABS_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_abs +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.4_ABS_adaptive.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.4_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..0346c47eaf --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.4_ABS_adaptive.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.4_ABS_low.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.4_ABS_low.inst.cfg new file mode 100644 index 0000000000..b3a1711dc0 --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.4_ABS_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_abs +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.4 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/abs/two_trees_0.4_ABS_standard.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.4_ABS_standard.inst.cfg new file mode 100644 index 0000000000..dfd5a635ad --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.4_ABS_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_abs +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.3 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/abs/two_trees_0.4_ABS_super.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.4_ABS_super.inst.cfg new file mode 100644 index 0000000000..2167f8f678 --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.4_ABS_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_abs +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.5_ABS_adaptive.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.5_ABS_adaptive.inst.cfg new file mode 100644 index 0000000000..8e371e82b4 --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.5_ABS_adaptive.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_abs +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.5_ABS_low.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.5_ABS_low.inst.cfg new file mode 100644 index 0000000000..b9aa3e4de0 --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.5_ABS_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_abs +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.5_ABS_standard.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.5_ABS_standard.inst.cfg new file mode 100644 index 0000000000..56f5d1786d --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.5_ABS_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_abs +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.3 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.5_ABS_super.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.5_ABS_super.inst.cfg new file mode 100644 index 0000000000..7dfe25f9ab --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.5_ABS_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_abs +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.6_ABS_standard.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.6_ABS_standard.inst.cfg new file mode 100644 index 0000000000..680278db7b --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.6_ABS_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_abs +variant = 0.6mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.3 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_0.8_ABS_draft.inst.cfg b/resources/quality/twotrees/abs/two_trees_0.8_ABS_draft.inst.cfg new file mode 100644 index 0000000000..7cff11c42b --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_0.8_ABS_draft.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_abs +variant = 0.8mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/abs/two_trees_1.0_ABS_draft.inst.cfg b/resources/quality/twotrees/abs/two_trees_1.0_ABS_draft.inst.cfg new file mode 100644 index 0000000000..1567a8f309 --- /dev/null +++ b/resources/quality/twotrees/abs/two_trees_1.0_ABS_draft.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_abs +variant = 1.0mm Nozzle + +[values] +material_bed_temperature = 100 +material_print_temperature_layer_0 = 245 +material_print_temperature = 240 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = False +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/petg/two_trees_0.2_PETG_super.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.2_PETG_super.inst.cfg new file mode 100644 index 0000000000..83a17274a4 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.2_PETG_super.inst.cfg @@ -0,0 +1,23 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_petg +variant = 0.2mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True + diff --git a/resources/quality/twotrees/petg/two_trees_0.2_PETG_ultra.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.2_PETG_ultra.inst.cfg new file mode 100644 index 0000000000..618d441e36 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.2_PETG_ultra.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Ultra Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = ultra +material = generic_petg +variant = 0.2mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/petg/two_trees_0.3_PETG_adaptive.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.3_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..ab2e4b9de9 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.3_PETG_adaptive.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.3_PETG_low.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.3_PETG_low.inst.cfg new file mode 100644 index 0000000000..8f7426e580 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.3_PETG_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_petg +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.3_PETG_standard.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.3_PETG_standard.inst.cfg new file mode 100644 index 0000000000..2d05cfb503 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.3_PETG_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_petg +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.3_PETG_super.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.3_PETG_super.inst.cfg new file mode 100644 index 0000000000..c9d6d54da7 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.3_PETG_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_petg +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.4_PETG_adaptive.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.4_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..5ca51a70f6 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.4_PETG_adaptive.inst.cfg @@ -0,0 +1,23 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/twotrees/petg/two_trees_0.4_PETG_low.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.4_PETG_low.inst.cfg new file mode 100644 index 0000000000..daee29a89a --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.4_PETG_low.inst.cfg @@ -0,0 +1,23 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_petg +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/twotrees/petg/two_trees_0.4_PETG_standard.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.4_PETG_standard.inst.cfg new file mode 100644 index 0000000000..1a2a43e6ec --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.4_PETG_standard.inst.cfg @@ -0,0 +1,23 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_petg +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/twotrees/petg/two_trees_0.4_PETG_super.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.4_PETG_super.inst.cfg new file mode 100644 index 0000000000..8dabc176ba --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.4_PETG_super.inst.cfg @@ -0,0 +1,23 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_petg +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True +#retraction_extra_prime_amount = 0.5 diff --git a/resources/quality/twotrees/petg/two_trees_0.5_PETG_adaptive.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.5_PETG_adaptive.inst.cfg new file mode 100644 index 0000000000..c0b9821f67 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.5_PETG_adaptive.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_petg +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.5_PETG_low.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.5_PETG_low.inst.cfg new file mode 100644 index 0000000000..711c040e72 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.5_PETG_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_petg +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.5_PETG_standard.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.5_PETG_standard.inst.cfg new file mode 100644 index 0000000000..52a5d0f31b --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.5_PETG_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_petg +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.5_PETG_super.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.5_PETG_super.inst.cfg new file mode 100644 index 0000000000..572c35dc65 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.5_PETG_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_petg +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.6_PETG_standard.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.6_PETG_standard.inst.cfg new file mode 100644 index 0000000000..5e758c6635 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.6_PETG_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_petg +variant = 0.6mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_0.8_PETG_draft.inst.cfg b/resources/quality/twotrees/petg/two_trees_0.8_PETG_draft.inst.cfg new file mode 100644 index 0000000000..b63b663a3b --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_0.8_PETG_draft.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_petg +variant = 0.8mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/petg/two_trees_1.0_PETG_draft.inst.cfg b/resources/quality/twotrees/petg/two_trees_1.0_PETG_draft.inst.cfg new file mode 100644 index 0000000000..e86d213697 --- /dev/null +++ b/resources/quality/twotrees/petg/two_trees_1.0_PETG_draft.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_petg +variant = 1.0mm Nozzle + +[values] +material_bed_temperature = 80 +material_print_temperature_layer_0 = 225 +material_print_temperature = 220 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True diff --git a/resources/quality/twotrees/pla/two_trees_0.2_PLA_super.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.2_PLA_super.inst.cfg new file mode 100644 index 0000000000..0c1ac1e9c7 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.2_PLA_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_pla +variant = 0.2mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.2_PLA_ultra.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.2_PLA_ultra.inst.cfg new file mode 100644 index 0000000000..0304641b30 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.2_PLA_ultra.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Ultra Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = ultra +material = generic_pla +variant = 0.2mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.3_PLA_adaptive.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.3_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..ce54620506 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.3_PLA_adaptive.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.3_PLA_low.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.3_PLA_low.inst.cfg new file mode 100644 index 0000000000..346e87aba6 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.3_PLA_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_pla +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.3_PLA_standard.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.3_PLA_standard.inst.cfg new file mode 100644 index 0000000000..beafaf0f99 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.3_PLA_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_pla +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.3_PLA_super.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.3_PLA_super.inst.cfg new file mode 100644 index 0000000000..b13082bbea --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.3_PLA_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_pla +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.4_PLA_adaptive.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.4_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..8e4acc120c --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.4_PLA_adaptive.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.4_PLA_low.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.4_PLA_low.inst.cfg new file mode 100644 index 0000000000..6d57e598e1 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.4_PLA_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_pla +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.4_PLA_standard.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.4_PLA_standard.inst.cfg new file mode 100644 index 0000000000..84ac18a9bb --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.4_PLA_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_pla +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.4_PLA_super.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.4_PLA_super.inst.cfg new file mode 100644 index 0000000000..eea8bf01ac --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.4_PLA_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_pla +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.5_PLA_adaptive.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.5_PLA_adaptive.inst.cfg new file mode 100644 index 0000000000..99ddbd4209 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.5_PLA_adaptive.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_pla +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.5_PLA_low.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.5_PLA_low.inst.cfg new file mode 100644 index 0000000000..a6473c368a --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.5_PLA_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_pla +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.5_PLA_standard.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.5_PLA_standard.inst.cfg new file mode 100644 index 0000000000..30be3c0166 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.5_PLA_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_pla +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.5_PLA_super.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.5_PLA_super.inst.cfg new file mode 100644 index 0000000000..d63692d016 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.5_PLA_super.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_pla +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.6_PLA_draft.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.6_PLA_draft.inst.cfg new file mode 100644 index 0000000000..6f7942b4de --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.6_PLA_draft.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_pla +variant = 0.6mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.6_PLA_low.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.6_PLA_low.inst.cfg new file mode 100644 index 0000000000..d2b8bf9560 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.6_PLA_low.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +material = generic_pla +variant = 0.6mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.6_PLA_standard.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.6_PLA_standard.inst.cfg new file mode 100644 index 0000000000..b8ae74913b --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.6_PLA_standard.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_pla +variant = 0.6mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_0.8_PLA_draft.inst.cfg b/resources/quality/twotrees/pla/two_trees_0.8_PLA_draft.inst.cfg new file mode 100644 index 0000000000..0d61ab90fe --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_0.8_PLA_draft.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_pla +variant = 0.8mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/pla/two_trees_1.0_PLA_draft.inst.cfg b/resources/quality/twotrees/pla/two_trees_1.0_PLA_draft.inst.cfg new file mode 100644 index 0000000000..e39dea39d8 --- /dev/null +++ b/resources/quality/twotrees/pla/two_trees_1.0_PLA_draft.inst.cfg @@ -0,0 +1,22 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_pla +variant = 1.0mm Nozzle + +[values] +material_bed_temperature = 60 +material_print_temperature_layer_0 = 195 +material_print_temperature = 190 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..7215c521f5 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg new file mode 100644 index 0000000000..f153d164db --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg new file mode 100644 index 0000000000..bb8bddfdd6 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_tpu +variant = 0.3mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..18594cfa6f --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg new file mode 100644 index 0000000000..791a598866 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg new file mode 100644 index 0000000000..34001ea859 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_tpu +variant = 0.4mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg new file mode 100644 index 0000000000..a9f9bc88c8 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg new file mode 100644 index 0000000000..1ab113c776 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg new file mode 100644 index 0000000000..22df74f001 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +material = generic_tpu +variant = 0.5mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.2 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg new file mode 100644 index 0000000000..8328a94406 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +material = generic_tpu +variant = 0.6mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.3 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg new file mode 100644 index 0000000000..05256c63f7 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_tpu +variant = 0.8mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg b/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg new file mode 100644 index 0000000000..e7d38b5e44 --- /dev/null +++ b/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg @@ -0,0 +1,25 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +material = generic_tpu +variant = 1.0mm Nozzle + +[values] +material_bed_temperature = 0 +material_print_temperature_layer_0 = 205 +material_print_temperature = 200 +material_standby_temperature = =material_print_temperature +material_initial_print_temperature= =material_print_temperature +material_final_print_temperature= =material_print_temperature +cool_fan_enabled = True +retraction_hop = 0.4 +retraction_hop_only_when_collides = True +speed_print = 40 +retraction_speed = 40 +retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/two_trees_global_adaptive.inst.cfg b/resources/quality/twotrees/two_trees_global_adaptive.inst.cfg new file mode 100644 index 0000000000..c86d145192 --- /dev/null +++ b/resources/quality/twotrees/two_trees_global_adaptive.inst.cfg @@ -0,0 +1,19 @@ +[general] +version = 4 +name = Dynamic Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = adaptive +weight = -2 +global_quality = True + +[values] +layer_height = 0.16 +layer_height_0 = 0.2 +top_bottom_thickness = =layer_height_0+layer_height*4 +wall_thickness = =line_width*3 +support_interface_height = =layer_height*6 +adaptive_layer_height_enabled = true diff --git a/resources/quality/twotrees/two_trees_global_draft.inst.cfg b/resources/quality/twotrees/two_trees_global_draft.inst.cfg new file mode 100644 index 0000000000..711af2ab63 --- /dev/null +++ b/resources/quality/twotrees/two_trees_global_draft.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Draft Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = draft +weight = -5 +global_quality = True + +[values] +layer_height = 0.32 +layer_height_0 = 0.32 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*4 diff --git a/resources/quality/twotrees/two_trees_global_low.inst.cfg b/resources/quality/twotrees/two_trees_global_low.inst.cfg new file mode 100644 index 0000000000..82a9086ac7 --- /dev/null +++ b/resources/quality/twotrees/two_trees_global_low.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Low Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = low +weight = -4 +global_quality = True + +[values] +layer_height = 0.28 +layer_height_0 = 0.28 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*2 +support_interface_height = =layer_height*4 diff --git a/resources/quality/twotrees/two_trees_global_standard.inst.cfg b/resources/quality/twotrees/two_trees_global_standard.inst.cfg new file mode 100644 index 0000000000..ebae98fde3 --- /dev/null +++ b/resources/quality/twotrees/two_trees_global_standard.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Standard Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = standard +weight = -3 +global_quality = True + +[values] +layer_height = 0.2 +layer_height_0 = 0.2 +top_bottom_thickness = =layer_height_0+layer_height*3 +wall_thickness = =line_width*3 +support_interface_height = =layer_height*4 diff --git a/resources/quality/twotrees/two_trees_global_super.inst.cfg b/resources/quality/twotrees/two_trees_global_super.inst.cfg new file mode 100644 index 0000000000..515a301425 --- /dev/null +++ b/resources/quality/twotrees/two_trees_global_super.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Super Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = super +weight = -1 +global_quality = True + +[values] +layer_height = 0.12 +layer_height_0 = 0.2 +top_bottom_thickness = =layer_height_0+layer_height*6 +wall_thickness = =line_width*3 +support_interface_height = =layer_height*8 diff --git a/resources/quality/twotrees/two_trees_global_ultra.inst.cfg b/resources/quality/twotrees/two_trees_global_ultra.inst.cfg new file mode 100644 index 0000000000..2f6613a651 --- /dev/null +++ b/resources/quality/twotrees/two_trees_global_ultra.inst.cfg @@ -0,0 +1,18 @@ +[general] +version = 4 +name = Ultra Quality +definition = two_trees_base + +[metadata] +setting_version = 16 +type = quality +quality_type = ultra +weight = 0 +global_quality = True + +[values] +layer_height = 0.08 +layer_height_0 = 0.12 +top_bottom_thickness = =layer_height_0+layer_height*10 +wall_thickness = =line_width*3 +support_interface_height = =layer_height*12 diff --git a/resources/variants/two_trees_base_0.2.inst.cfg b/resources/variants/two_trees_base_0.2.inst.cfg new file mode 100644 index 0000000000..b711492a45 --- /dev/null +++ b/resources/variants/two_trees_base_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = two_trees_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/two_trees_base_0.3.inst.cfg b/resources/variants/two_trees_base_0.3.inst.cfg new file mode 100644 index 0000000000..dc7352df93 --- /dev/null +++ b/resources/variants/two_trees_base_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = two_trees_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/two_trees_base_0.4.inst.cfg b/resources/variants/two_trees_base_0.4.inst.cfg new file mode 100644 index 0000000000..d89768d280 --- /dev/null +++ b/resources/variants/two_trees_base_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = two_trees_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/two_trees_base_0.5.inst.cfg b/resources/variants/two_trees_base_0.5.inst.cfg new file mode 100644 index 0000000000..6d709bc5cf --- /dev/null +++ b/resources/variants/two_trees_base_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = two_trees_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/two_trees_base_0.6.inst.cfg b/resources/variants/two_trees_base_0.6.inst.cfg new file mode 100644 index 0000000000..fe446482c7 --- /dev/null +++ b/resources/variants/two_trees_base_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = two_trees_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/two_trees_base_0.8.inst.cfg b/resources/variants/two_trees_base_0.8.inst.cfg new file mode 100644 index 0000000000..f41d909fe1 --- /dev/null +++ b/resources/variants/two_trees_base_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = two_trees_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/two_trees_base_1.0.inst.cfg b/resources/variants/two_trees_base_1.0.inst.cfg new file mode 100644 index 0000000000..be35a699ad --- /dev/null +++ b/resources/variants/two_trees_base_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = two_trees_base + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/two_trees_bluer_0.2.inst.cfg b/resources/variants/two_trees_bluer_0.2.inst.cfg new file mode 100644 index 0000000000..3ca8fb3435 --- /dev/null +++ b/resources/variants/two_trees_bluer_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = two_trees_bluer + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/two_trees_bluer_0.3.inst.cfg b/resources/variants/two_trees_bluer_0.3.inst.cfg new file mode 100644 index 0000000000..e5442744a9 --- /dev/null +++ b/resources/variants/two_trees_bluer_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = two_trees_bluer + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/two_trees_bluer_0.4.inst.cfg b/resources/variants/two_trees_bluer_0.4.inst.cfg new file mode 100644 index 0000000000..3d98be8e9f --- /dev/null +++ b/resources/variants/two_trees_bluer_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = two_trees_bluer + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/two_trees_bluer_0.5.inst.cfg b/resources/variants/two_trees_bluer_0.5.inst.cfg new file mode 100644 index 0000000000..7ec4a69552 --- /dev/null +++ b/resources/variants/two_trees_bluer_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = two_trees_bluer + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/two_trees_bluer_0.6.inst.cfg b/resources/variants/two_trees_bluer_0.6.inst.cfg new file mode 100644 index 0000000000..295dbef0da --- /dev/null +++ b/resources/variants/two_trees_bluer_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = two_trees_bluer + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/two_trees_bluer_0.8.inst.cfg b/resources/variants/two_trees_bluer_0.8.inst.cfg new file mode 100644 index 0000000000..373a1a8f3b --- /dev/null +++ b/resources/variants/two_trees_bluer_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = two_trees_bluer + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/two_trees_bluer_1.0.inst.cfg b/resources/variants/two_trees_bluer_1.0.inst.cfg new file mode 100644 index 0000000000..c9c7348547 --- /dev/null +++ b/resources/variants/two_trees_bluer_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = two_trees_bluer + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/two_trees_bluerplus_0.2.inst.cfg b/resources/variants/two_trees_bluerplus_0.2.inst.cfg new file mode 100644 index 0000000000..e7059ae4f1 --- /dev/null +++ b/resources/variants/two_trees_bluerplus_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = two_trees_bluerplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/two_trees_bluerplus_0.3.inst.cfg b/resources/variants/two_trees_bluerplus_0.3.inst.cfg new file mode 100644 index 0000000000..2b2bc80809 --- /dev/null +++ b/resources/variants/two_trees_bluerplus_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = two_trees_bluerplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/two_trees_bluerplus_0.4.inst.cfg b/resources/variants/two_trees_bluerplus_0.4.inst.cfg new file mode 100644 index 0000000000..f423c60ff1 --- /dev/null +++ b/resources/variants/two_trees_bluerplus_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = two_trees_bluerplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/two_trees_bluerplus_0.5.inst.cfg b/resources/variants/two_trees_bluerplus_0.5.inst.cfg new file mode 100644 index 0000000000..a78a563e19 --- /dev/null +++ b/resources/variants/two_trees_bluerplus_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = two_trees_bluerplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/two_trees_bluerplus_0.6.inst.cfg b/resources/variants/two_trees_bluerplus_0.6.inst.cfg new file mode 100644 index 0000000000..68639a9856 --- /dev/null +++ b/resources/variants/two_trees_bluerplus_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = two_trees_bluerplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/two_trees_bluerplus_0.8.inst.cfg b/resources/variants/two_trees_bluerplus_0.8.inst.cfg new file mode 100644 index 0000000000..75f80ed7dd --- /dev/null +++ b/resources/variants/two_trees_bluerplus_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = two_trees_bluerplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/two_trees_bluerplus_1.0.inst.cfg b/resources/variants/two_trees_bluerplus_1.0.inst.cfg new file mode 100644 index 0000000000..51460c1410 --- /dev/null +++ b/resources/variants/two_trees_bluerplus_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = two_trees_bluerplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/two_trees_sapphireplus_0.2.inst.cfg b/resources/variants/two_trees_sapphireplus_0.2.inst.cfg new file mode 100644 index 0000000000..ef5848ba20 --- /dev/null +++ b/resources/variants/two_trees_sapphireplus_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = two_trees_sapphireplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/two_trees_sapphireplus_0.3.inst.cfg b/resources/variants/two_trees_sapphireplus_0.3.inst.cfg new file mode 100644 index 0000000000..0a5c565236 --- /dev/null +++ b/resources/variants/two_trees_sapphireplus_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = two_trees_sapphireplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/two_trees_sapphireplus_0.4.inst.cfg b/resources/variants/two_trees_sapphireplus_0.4.inst.cfg new file mode 100644 index 0000000000..223d190998 --- /dev/null +++ b/resources/variants/two_trees_sapphireplus_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = two_trees_sapphireplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/two_trees_sapphireplus_0.5.inst.cfg b/resources/variants/two_trees_sapphireplus_0.5.inst.cfg new file mode 100644 index 0000000000..7e98086817 --- /dev/null +++ b/resources/variants/two_trees_sapphireplus_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = two_trees_sapphireplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/two_trees_sapphireplus_0.6.inst.cfg b/resources/variants/two_trees_sapphireplus_0.6.inst.cfg new file mode 100644 index 0000000000..bafd31a309 --- /dev/null +++ b/resources/variants/two_trees_sapphireplus_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = two_trees_sapphireplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/two_trees_sapphireplus_0.8.inst.cfg b/resources/variants/two_trees_sapphireplus_0.8.inst.cfg new file mode 100644 index 0000000000..aa2c415446 --- /dev/null +++ b/resources/variants/two_trees_sapphireplus_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = two_trees_sapphireplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/two_trees_sapphireplus_1.0.inst.cfg b/resources/variants/two_trees_sapphireplus_1.0.inst.cfg new file mode 100644 index 0000000000..ee014c8bcd --- /dev/null +++ b/resources/variants/two_trees_sapphireplus_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = two_trees_sapphireplus + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 diff --git a/resources/variants/two_trees_sapphirepro_0.2.inst.cfg b/resources/variants/two_trees_sapphirepro_0.2.inst.cfg new file mode 100644 index 0000000000..e1d925db55 --- /dev/null +++ b/resources/variants/two_trees_sapphirepro_0.2.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.2mm Nozzle +version = 4 +definition = two_trees_sapphirepro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.2 diff --git a/resources/variants/two_trees_sapphirepro_0.3.inst.cfg b/resources/variants/two_trees_sapphirepro_0.3.inst.cfg new file mode 100644 index 0000000000..95da896641 --- /dev/null +++ b/resources/variants/two_trees_sapphirepro_0.3.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.3mm Nozzle +version = 4 +definition = two_trees_sapphirepro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.3 diff --git a/resources/variants/two_trees_sapphirepro_0.4.inst.cfg b/resources/variants/two_trees_sapphirepro_0.4.inst.cfg new file mode 100644 index 0000000000..f705afc06d --- /dev/null +++ b/resources/variants/two_trees_sapphirepro_0.4.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.4mm Nozzle +version = 4 +definition = two_trees_sapphirepro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.4 diff --git a/resources/variants/two_trees_sapphirepro_0.5.inst.cfg b/resources/variants/two_trees_sapphirepro_0.5.inst.cfg new file mode 100644 index 0000000000..09d16aca32 --- /dev/null +++ b/resources/variants/two_trees_sapphirepro_0.5.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.5mm Nozzle +version = 4 +definition = two_trees_sapphirepro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.5 diff --git a/resources/variants/two_trees_sapphirepro_0.6.inst.cfg b/resources/variants/two_trees_sapphirepro_0.6.inst.cfg new file mode 100644 index 0000000000..532539f143 --- /dev/null +++ b/resources/variants/two_trees_sapphirepro_0.6.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.6mm Nozzle +version = 4 +definition = two_trees_sapphirepro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.6 diff --git a/resources/variants/two_trees_sapphirepro_0.8.inst.cfg b/resources/variants/two_trees_sapphirepro_0.8.inst.cfg new file mode 100644 index 0000000000..3cd7bc72d0 --- /dev/null +++ b/resources/variants/two_trees_sapphirepro_0.8.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 0.8mm Nozzle +version = 4 +definition = two_trees_sapphirepro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 0.8 diff --git a/resources/variants/two_trees_sapphirepro_1.0.inst.cfg b/resources/variants/two_trees_sapphirepro_1.0.inst.cfg new file mode 100644 index 0000000000..f0e84c7d8f --- /dev/null +++ b/resources/variants/two_trees_sapphirepro_1.0.inst.cfg @@ -0,0 +1,12 @@ +[general] +name = 1.0mm Nozzle +version = 4 +definition = two_trees_sapphirepro + +[metadata] +setting_version = 16 +type = variant +hardware_type = nozzle + +[values] +machine_nozzle_size = 1.0 From 82b867086bf021c849d523447e9528cdf15b4898 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sat, 16 Jan 2021 07:48:19 +0800 Subject: [PATCH 02/25] Update two_trees_sapphireplus.def.json --- resources/definitions/two_trees_sapphireplus.def.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/definitions/two_trees_sapphireplus.def.json b/resources/definitions/two_trees_sapphireplus.def.json index d9ae4b1064..fbede6e557 100644 --- a/resources/definitions/two_trees_sapphireplus.def.json +++ b/resources/definitions/two_trees_sapphireplus.def.json @@ -7,7 +7,13 @@ "machine_width": { "default_value": 300 }, "machine_depth": { "default_value": 300 }, "machine_height": { "default_value": 350 }, - "machine_head_with_fans_polygon": { "default_value": [[-30,19],[30,19],[30,-49],[-30,-49]] }, + "machine_head_with_fans_polygon": { "default_value": [ + [-30,19], + [30,19], + [30,-49], + [-30,-49] + ] + }, "gantry_height": { "value": 65 }, @@ -29,4 +35,4 @@ "platform": "sapphireplus_platform.stl" } -} \ No newline at end of file +} From 7b37a6d4dda2b4b831cb066f9ef88cb58fcb5616 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sat, 16 Jan 2021 07:51:37 +0800 Subject: [PATCH 03/25] Update def --- resources/definitions/two_trees_bluer.def.json | 8 +++++++- resources/definitions/two_trees_bluerplus.def.json | 8 +++++++- resources/definitions/two_trees_sapphirepro.def.json | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/resources/definitions/two_trees_bluer.def.json b/resources/definitions/two_trees_bluer.def.json index 3bf23dd50e..cc209cbb4e 100644 --- a/resources/definitions/two_trees_bluer.def.json +++ b/resources/definitions/two_trees_bluer.def.json @@ -8,7 +8,13 @@ "machine_width": { "default_value": 230 }, "machine_depth": { "default_value": 230 }, "machine_height": { "default_value": 280 }, - "machine_head_with_fans_polygon": { "default_value": [[-47, 37],[-47, -23],[47, -23],[47, 37]]}, + "machine_head_with_fans_polygon": { "default_value": [ + [-47, 37], + [-47, -23], + [47, -23], + [47, 37] + ] + }, "gantry_height": { "value": 28 }, "speed_print": { "value": 50.0 }, diff --git a/resources/definitions/two_trees_bluerplus.def.json b/resources/definitions/two_trees_bluerplus.def.json index 3ae8688a28..aceda96049 100644 --- a/resources/definitions/two_trees_bluerplus.def.json +++ b/resources/definitions/two_trees_bluerplus.def.json @@ -7,7 +7,13 @@ "machine_width": { "default_value": 300 }, "machine_depth": { "default_value": 300 }, "machine_height": { "default_value": 400 }, - "machine_head_with_fans_polygon": { "default_value": [[-47, 37],[-47, -23],[47, -23],[47, 37]]}, + "machine_head_with_fans_polygon": { "default_value": [ + [-47, 37], + [-47, -23], + [47, -23], + [47, 37] + ] + }, "gantry_height": { "value": 28 }, "speed_print": { "value": 50.0 }, diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json index a536303178..e10b2d3e4d 100644 --- a/resources/definitions/two_trees_sapphirepro.def.json +++ b/resources/definitions/two_trees_sapphirepro.def.json @@ -8,7 +8,13 @@ "machine_width": { "default_value": 220 }, "machine_depth": { "default_value": 220 }, "machine_height": { "default_value": 220 }, - "machine_head_with_fans_polygon": { "default_value": [[-30,19],[30,19],[30,-49],[-30,-49]] }, + "machine_head_with_fans_polygon": { "default_value": [ + [-30,19], + [30,19], + [30,-49], + [-30,-49] + ] + }, "gantry_height": { "value": 65 }, From 9e0f2a2db0dbadb0e8a61db22367217ab8e137b0 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sat, 16 Jan 2021 10:07:31 +0800 Subject: [PATCH 04/25] Update TPU Print setting --- .../twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg | 6 +++--- .../twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg | 6 +++--- .../quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg | 6 +++--- .../twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg | 6 +++--- .../twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg | 6 +++--- .../quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg | 6 +++--- .../twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg | 6 +++--- .../twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg | 6 +++--- .../quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg | 6 +++--- .../twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg | 6 +++--- .../quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg | 6 +++--- .../quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg | 6 +++--- 12 files changed, 36 insertions(+), 36 deletions(-) diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg index 7215c521f5..1de9b8968d 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_adaptive.inst.cfg @@ -12,14 +12,14 @@ variant = 0.3mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg index f153d164db..f2f20b55cd 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_standard.inst.cfg @@ -12,14 +12,14 @@ variant = 0.3mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.4 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg index bb8bddfdd6..8378bbf262 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.3_TPU_super.inst.cfg @@ -12,14 +12,14 @@ variant = 0.3mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg index 18594cfa6f..dd46c61dff 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_adaptive.inst.cfg @@ -12,14 +12,14 @@ variant = 0.4mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg index 791a598866..bfac3a2db4 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_standard.inst.cfg @@ -12,14 +12,14 @@ variant = 0.4mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.3 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg index 34001ea859..136f0cf27f 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.4_TPU_super.inst.cfg @@ -12,14 +12,14 @@ variant = 0.4mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg index a9f9bc88c8..e92af4cb94 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_adaptive.inst.cfg @@ -12,14 +12,14 @@ variant = 0.5mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg index 1ab113c776..cfd6b56620 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_standard.inst.cfg @@ -12,14 +12,14 @@ variant = 0.5mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.3 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg index 22df74f001..e79c81785c 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.5_TPU_super.inst.cfg @@ -12,14 +12,14 @@ variant = 0.5mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.2 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg index 8328a94406..2f01294dc8 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.6_TPU_standard.inst.cfg @@ -12,14 +12,14 @@ variant = 0.6mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.3 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg b/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg index 05256c63f7..2b7d57fd99 100644 --- a/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_0.8_TPU_draft.inst.cfg @@ -12,14 +12,14 @@ variant = 0.8mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.4 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file diff --git a/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg b/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg index e7d38b5e44..328ee50ea0 100644 --- a/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg +++ b/resources/quality/twotrees/tpu/two_trees_1.0_TPU_draft.inst.cfg @@ -12,14 +12,14 @@ variant = 1.0mm Nozzle [values] material_bed_temperature = 0 -material_print_temperature_layer_0 = 205 -material_print_temperature = 200 +material_print_temperature_layer_0 = 210 +material_print_temperature = 210 material_standby_temperature = =material_print_temperature material_initial_print_temperature= =material_print_temperature material_final_print_temperature= =material_print_temperature cool_fan_enabled = True retraction_hop = 0.4 retraction_hop_only_when_collides = True -speed_print = 40 +speed_print = 20 retraction_speed = 40 retraction_amount = 7 \ No newline at end of file From c55986e583ec421f60911aa4454048914690426e Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sat, 16 Jan 2021 10:27:16 +0800 Subject: [PATCH 05/25] Update sapphirepro_platform.stl --- resources/meshes/sapphirepro_platform.stl | Bin 19884 -> 19884 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/resources/meshes/sapphirepro_platform.stl b/resources/meshes/sapphirepro_platform.stl index e1bdfd017ef5f553c343a086256c5ac1baad64a5..34e796c4ee9f7f41f7b3060071fc5f492b5bce65 100644 GIT binary patch literal 19884 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 TPZPSk=ywfeWGHCR@BR1>G|=fa literal 19884 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 RArH?kw}%FaEQ)k!{0~Z}I^6&O From 1e5487134ea38dbd6468c9f47282188b93573461 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:38:35 +0800 Subject: [PATCH 06/25] Update resources/definitions/two_trees_bluer.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluer.def.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/definitions/two_trees_bluer.def.json b/resources/definitions/two_trees_bluer.def.json index cc209cbb4e..ca46a24037 100644 --- a/resources/definitions/two_trees_bluer.def.json +++ b/resources/definitions/two_trees_bluer.def.json @@ -9,12 +9,12 @@ "machine_depth": { "default_value": 230 }, "machine_height": { "default_value": 280 }, "machine_head_with_fans_polygon": { "default_value": [ - [-47, 37], - [-47, -23], - [47, -23], - [47, 37] - ] - }, + [-47, 37], + [-47, -23], + [47, -23], + [47, 37] + ] + }, "gantry_height": { "value": 28 }, "speed_print": { "value": 50.0 }, @@ -34,4 +34,4 @@ "visible": true, "platform": "twotrees235x235_generic.stl" } -} \ No newline at end of file +} From 094a9077af92f1200a98186ac63d42f965df837c Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:38:42 +0800 Subject: [PATCH 07/25] Update resources/definitions/two_trees_bluer.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluer.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/two_trees_bluer.def.json b/resources/definitions/two_trees_bluer.def.json index ca46a24037..c36ec21e8c 100644 --- a/resources/definitions/two_trees_bluer.def.json +++ b/resources/definitions/two_trees_bluer.def.json @@ -17,10 +17,10 @@ }, "gantry_height": { "value": 28 }, - "speed_print": { "value": 50.0 }, - "speed_travel": { "value": 180 }, - "speed_travel_layer_0": { "value": 100 }, - "retraction_speed": { "default_value" : 50 }, + "speed_print": { "value": 50.0 }, + "speed_travel": { "value": 180 }, + "speed_travel_layer_0": { "value": 100 }, + "retraction_speed": { "default_value" : 50 }, "retraction_amount": { "default_value" : 8 }, "material_flow": { "value": 90 }, From 298d8dc5c74b2443904746994f765e802627a556 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:38:49 +0800 Subject: [PATCH 08/25] Update resources/definitions/two_trees_bluer.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluer.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/two_trees_bluer.def.json b/resources/definitions/two_trees_bluer.def.json index c36ec21e8c..8d0788e9f3 100644 --- a/resources/definitions/two_trees_bluer.def.json +++ b/resources/definitions/two_trees_bluer.def.json @@ -3,7 +3,7 @@ "version": 2, "inherits": "two_trees_base", "overrides": { - "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, "machine_name": { "default_value": "Two Trees Bluer" }, "machine_width": { "default_value": 230 }, "machine_depth": { "default_value": 230 }, From 76296f15b51f8a2f1e490076b2a53061def290c1 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:38:57 +0800 Subject: [PATCH 09/25] Update resources/definitions/two_trees_base.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_base.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/two_trees_base.def.json b/resources/definitions/two_trees_base.def.json index f2cb2c996d..abd6767c46 100644 --- a/resources/definitions/two_trees_base.def.json +++ b/resources/definitions/two_trees_base.def.json @@ -85,7 +85,7 @@ "retraction_min_travel": { "value": 1.5 }, - "cool_fan_full_layer": { "value": "2" }, + "cool_fan_full_layer": { "value": "2" }, "cool_fan_enabled": { "value": true }, "cool_min_layer_time": { "value": 10 }, From a216d51c458b9fa92c03b4840d39471d90e81522 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:39:03 +0800 Subject: [PATCH 10/25] Update resources/definitions/two_trees_base.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_base.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/two_trees_base.def.json b/resources/definitions/two_trees_base.def.json index abd6767c46..faeb4950b2 100644 --- a/resources/definitions/two_trees_base.def.json +++ b/resources/definitions/two_trees_base.def.json @@ -78,7 +78,7 @@ "travel_retract_before_outer_wall": { "value": true }, "retraction_enable": { "value": true }, - "retraction_speed": { "default_value" : 40 }, + "retraction_speed": { "default_value" : 40 }, "retraction_amount": { "default_value" : 7 }, "retraction_count_max": { "value": 100 }, "retraction_extrusion_window": { "value": 10 }, From ca581d799229949bbcd06cd1ca4c377a29ab4380 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:39:09 +0800 Subject: [PATCH 11/25] Update resources/definitions/two_trees_sapphirepro.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_sapphirepro.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json index e10b2d3e4d..a3e6caa126 100644 --- a/resources/definitions/two_trees_sapphirepro.def.json +++ b/resources/definitions/two_trees_sapphirepro.def.json @@ -3,7 +3,7 @@ "version": 2, "inherits": "two_trees_base", "overrides": { - "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, + "machine_start_gcode": { "default_value": "G28 ;Home\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move bed down\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Bed up" }, "machine_name": { "default_value": "Two Trees Sapphire Pro" }, "machine_width": { "default_value": 220 }, "machine_depth": { "default_value": 220 }, @@ -36,4 +36,4 @@ "platform": "sapphirepro_platform.stl" } -} \ No newline at end of file +} From 994b38f1df457a493ff53ae58282a7dc360f72bb Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:39:17 +0800 Subject: [PATCH 12/25] Update resources/definitions/two_trees_bluer.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluer.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/two_trees_bluer.def.json b/resources/definitions/two_trees_bluer.def.json index 8d0788e9f3..457d0f730a 100644 --- a/resources/definitions/two_trees_bluer.def.json +++ b/resources/definitions/two_trees_bluer.def.json @@ -23,10 +23,10 @@ "retraction_speed": { "default_value" : 50 }, "retraction_amount": { "default_value" : 8 }, - "material_flow": { "value": 90 }, - "infill_material_flow": { "value": 100 }, - - "infill_overlap": { "value": 30 }, + "material_flow": { "value": 90 }, + "infill_material_flow": { "value": 100 }, + + "infill_overlap": { "value": 30 }, "skin_overlap": { "value": 20 } }, "metadata": { From d7c3e1b0efc34f60ef67479cf736240fc2ff0d2c Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:39:22 +0800 Subject: [PATCH 13/25] Update resources/definitions/two_trees_sapphirepro.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_sapphirepro.def.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json index a3e6caa126..bcc1d67068 100644 --- a/resources/definitions/two_trees_sapphirepro.def.json +++ b/resources/definitions/two_trees_sapphirepro.def.json @@ -9,12 +9,12 @@ "machine_depth": { "default_value": 220 }, "machine_height": { "default_value": 220 }, "machine_head_with_fans_polygon": { "default_value": [ - [-30,19], - [30,19], - [30,-49], - [-30,-49] - ] - }, + [-30,19], + [30,19], + [30,-49], + [-30,-49] + ] + }, "gantry_height": { "value": 65 }, From 5a6239a1a94c3d19af81413ceb7e019dd475caa2 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:39:27 +0800 Subject: [PATCH 14/25] Update resources/definitions/two_trees_sapphirepro.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_sapphirepro.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json index bcc1d67068..f1b2adc342 100644 --- a/resources/definitions/two_trees_sapphirepro.def.json +++ b/resources/definitions/two_trees_sapphirepro.def.json @@ -24,10 +24,10 @@ "retraction_speed": { "default_value" : 40 }, "retraction_amount": { "default_value" : 7 }, - "material_flow": { "value": 90 }, - "infill_material_flow": { "value": 100 }, - - "infill_overlap": { "value": 30 }, + "material_flow": { "value": 90 }, + "infill_material_flow": { "value": 100 }, + + "infill_overlap": { "value": 30 }, "skin_overlap": { "value": 20 } }, "metadata": { From 4cddd4cd1b3190079384f6ce6e8d9ca25959c9c0 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:39:35 +0800 Subject: [PATCH 15/25] Update resources/definitions/two_trees_sapphirepro.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_sapphirepro.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json index f1b2adc342..35be755bd9 100644 --- a/resources/definitions/two_trees_sapphirepro.def.json +++ b/resources/definitions/two_trees_sapphirepro.def.json @@ -33,7 +33,7 @@ "metadata": { "quality_definition": "two_trees_base", "visible": true, - "platform": "sapphirepro_platform.stl" + "platform": "sapphirepro_platform.stl" } } From ef1beee166e58006168877d3fcc6799c544ae5bb Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:39:40 +0800 Subject: [PATCH 16/25] Update resources/definitions/two_trees_sapphirepro.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_sapphirepro.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/two_trees_sapphirepro.def.json b/resources/definitions/two_trees_sapphirepro.def.json index 35be755bd9..0a66a5e232 100644 --- a/resources/definitions/two_trees_sapphirepro.def.json +++ b/resources/definitions/two_trees_sapphirepro.def.json @@ -19,9 +19,9 @@ "gantry_height": { "value": 65 }, "speed_print": { "value": 60.0 }, - "speed_travel": { "value": 180 }, - "speed_travel_layer_0": { "value": 100 }, - "retraction_speed": { "default_value" : 40 }, + "speed_travel": { "value": 180 }, + "speed_travel_layer_0": { "value": 100 }, + "retraction_speed": { "default_value" : 40 }, "retraction_amount": { "default_value" : 7 }, "material_flow": { "value": 90 }, From 98ec1132b14c859aab9ddab3bc5dbdb5356f014a Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:40:13 +0800 Subject: [PATCH 17/25] Update resources/definitions/two_trees_bluer.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluer.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/two_trees_bluer.def.json b/resources/definitions/two_trees_bluer.def.json index 457d0f730a..67e903f74d 100644 --- a/resources/definitions/two_trees_bluer.def.json +++ b/resources/definitions/two_trees_bluer.def.json @@ -32,6 +32,6 @@ "metadata": { "quality_definition": "two_trees_base", "visible": true, - "platform": "twotrees235x235_generic.stl" + "platform": "twotrees235x235_generic.stl" } } From c8e61c790a3fc687d83d66f18b869f488f993e40 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:40:24 +0800 Subject: [PATCH 18/25] Update resources/definitions/two_trees_bluerplus.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluerplus.def.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/definitions/two_trees_bluerplus.def.json b/resources/definitions/two_trees_bluerplus.def.json index aceda96049..35c29c5dd4 100644 --- a/resources/definitions/two_trees_bluerplus.def.json +++ b/resources/definitions/two_trees_bluerplus.def.json @@ -8,12 +8,12 @@ "machine_depth": { "default_value": 300 }, "machine_height": { "default_value": 400 }, "machine_head_with_fans_polygon": { "default_value": [ - [-47, 37], - [-47, -23], - [47, -23], - [47, 37] - ] - }, + [-47, 37], + [-47, -23], + [47, -23], + [47, 37] + ] + }, "gantry_height": { "value": 28 }, "speed_print": { "value": 50.0 }, @@ -33,4 +33,4 @@ "visible": true, "platform": "twotrees300x300_generic.stl" } -} \ No newline at end of file +} From 5ce25058afb9dd6d228ffc73ef735285404062db Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:40:34 +0800 Subject: [PATCH 19/25] Update resources/definitions/two_trees_bluerplus.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluerplus.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/two_trees_bluerplus.def.json b/resources/definitions/two_trees_bluerplus.def.json index 35c29c5dd4..2a808f163e 100644 --- a/resources/definitions/two_trees_bluerplus.def.json +++ b/resources/definitions/two_trees_bluerplus.def.json @@ -16,10 +16,10 @@ }, "gantry_height": { "value": 28 }, - "speed_print": { "value": 50.0 }, - "speed_travel": { "value": 180 }, - "speed_travel_layer_0": { "value": 100 }, - "retraction_speed": { "default_value" : 50 }, + "speed_print": { "value": 50.0 }, + "speed_travel": { "value": 180 }, + "speed_travel_layer_0": { "value": 100 }, + "retraction_speed": { "default_value" : 50 }, "retraction_amount": { "default_value" : 8 }, "material_flow": { "value": 90 }, From 3593a54754518e64d72a3011f241522f6aaeb002 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:40:46 +0800 Subject: [PATCH 20/25] Update resources/definitions/two_trees_bluerplus.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluerplus.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/two_trees_bluerplus.def.json b/resources/definitions/two_trees_bluerplus.def.json index 2a808f163e..5728a43043 100644 --- a/resources/definitions/two_trees_bluerplus.def.json +++ b/resources/definitions/two_trees_bluerplus.def.json @@ -22,10 +22,10 @@ "retraction_speed": { "default_value" : 50 }, "retraction_amount": { "default_value" : 8 }, - "material_flow": { "value": 90 }, - "infill_material_flow": { "value": 100 }, - - "infill_overlap": { "value": 30 }, + "material_flow": { "value": 90 }, + "infill_material_flow": { "value": 100 }, + + "infill_overlap": { "value": 30 }, "skin_overlap": { "value": 20 } }, "metadata": { From 1010b180e23381d7ea7040e3ad7fc023289522e6 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:40:57 +0800 Subject: [PATCH 21/25] Update resources/definitions/two_trees_bluerplus.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_bluerplus.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/two_trees_bluerplus.def.json b/resources/definitions/two_trees_bluerplus.def.json index 5728a43043..1e1dcd20c3 100644 --- a/resources/definitions/two_trees_bluerplus.def.json +++ b/resources/definitions/two_trees_bluerplus.def.json @@ -31,6 +31,6 @@ "metadata": { "quality_definition": "two_trees_base", "visible": true, - "platform": "twotrees300x300_generic.stl" + "platform": "twotrees300x300_generic.stl" } } From 0e5da37c31c283e3d9f97f4afa0f5f70112b9f0c Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:41:12 +0800 Subject: [PATCH 22/25] Update resources/definitions/two_trees_sapphireplus.def.json Co-authored-by: Konstantinos Karmas --- .../definitions/two_trees_sapphireplus.def.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/definitions/two_trees_sapphireplus.def.json b/resources/definitions/two_trees_sapphireplus.def.json index fbede6e557..666b84e8c8 100644 --- a/resources/definitions/two_trees_sapphireplus.def.json +++ b/resources/definitions/two_trees_sapphireplus.def.json @@ -8,12 +8,12 @@ "machine_depth": { "default_value": 300 }, "machine_height": { "default_value": 350 }, "machine_head_with_fans_polygon": { "default_value": [ - [-30,19], - [30,19], - [30,-49], - [-30,-49] - ] - }, + [-30,19], + [30,19], + [30,-49], + [-30,-49] + ] + }, "gantry_height": { "value": 65 }, From 135484744b5be56b622ff8aee618ead5d85a9b31 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:41:41 +0800 Subject: [PATCH 23/25] Update resources/definitions/two_trees_sapphireplus.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_sapphireplus.def.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/definitions/two_trees_sapphireplus.def.json b/resources/definitions/two_trees_sapphireplus.def.json index 666b84e8c8..154b66b881 100644 --- a/resources/definitions/two_trees_sapphireplus.def.json +++ b/resources/definitions/two_trees_sapphireplus.def.json @@ -18,9 +18,9 @@ "gantry_height": { "value": 65 }, "speed_print": { "value": 60.0 }, - "speed_travel": { "value": 180 }, - "speed_travel_layer_0": { "value": 100 }, - "retraction_speed": { "default_value" : 40 }, + "speed_travel": { "value": 180 }, + "speed_travel_layer_0": { "value": 100 }, + "retraction_speed": { "default_value" : 40 }, "retraction_amount": { "default_value" : 7 }, "material_flow": { "value": 90 }, From 04e30b9fae0813353796c66170a7fb1e49565599 Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:41:54 +0800 Subject: [PATCH 24/25] Update resources/definitions/two_trees_sapphireplus.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_sapphireplus.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/two_trees_sapphireplus.def.json b/resources/definitions/two_trees_sapphireplus.def.json index 154b66b881..e170a0a983 100644 --- a/resources/definitions/two_trees_sapphireplus.def.json +++ b/resources/definitions/two_trees_sapphireplus.def.json @@ -23,10 +23,10 @@ "retraction_speed": { "default_value" : 40 }, "retraction_amount": { "default_value" : 7 }, - "material_flow": { "value": 90 }, - "infill_material_flow": { "value": 100 }, - - "infill_overlap": { "value": 30 }, + "material_flow": { "value": 90 }, + "infill_material_flow": { "value": 100 }, + + "infill_overlap": { "value": 30 }, "skin_overlap": { "value": 20 } }, "metadata": { From 90076c558616d8a32491a92052570816b179dffc Mon Sep 17 00:00:00 2001 From: 3dg-Lester <75740212+Lester3DGadgets@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:42:09 +0800 Subject: [PATCH 25/25] Update resources/definitions/two_trees_sapphireplus.def.json Co-authored-by: Konstantinos Karmas --- resources/definitions/two_trees_sapphireplus.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/two_trees_sapphireplus.def.json b/resources/definitions/two_trees_sapphireplus.def.json index e170a0a983..8dae455a28 100644 --- a/resources/definitions/two_trees_sapphireplus.def.json +++ b/resources/definitions/two_trees_sapphireplus.def.json @@ -32,7 +32,7 @@ "metadata": { "quality_definition": "two_trees_base", "visible": true, - "platform": "sapphireplus_platform.stl" - + "platform": "sapphireplus_platform.stl" + } }