mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
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
This commit is contained in:
parent
d16c5f1991
commit
afc8065ae7
126
resources/definitions/two_trees_base.def.json
Normal file
126
resources/definitions/two_trees_base.def.json
Normal file
@ -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" }
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
31
resources/definitions/two_trees_bluer.def.json
Normal file
31
resources/definitions/two_trees_bluer.def.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
30
resources/definitions/two_trees_bluerplus.def.json
Normal file
30
resources/definitions/two_trees_bluerplus.def.json
Normal file
@ -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"
|
||||||
|
}
|
||||||
|
}
|
32
resources/definitions/two_trees_sapphireplus.def.json
Normal file
32
resources/definitions/two_trees_sapphireplus.def.json
Normal file
@ -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"
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
33
resources/definitions/two_trees_sapphirepro.def.json
Normal file
33
resources/definitions/two_trees_sapphirepro.def.json
Normal file
@ -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"
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
16
resources/extruders/two_trees_base_extruder_0.def.json
Normal file
16
resources/extruders/two_trees_base_extruder_0.def.json
Normal file
@ -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 }
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
BIN
resources/meshes/sapphireplus_platform.stl
Normal file
BIN
resources/meshes/sapphireplus_platform.stl
Normal file
Binary file not shown.
BIN
resources/meshes/sapphirepro_platform.stl
Normal file
BIN
resources/meshes/sapphirepro_platform.stl
Normal file
Binary file not shown.
BIN
resources/meshes/twotrees235x235_generic.stl
Normal file
BIN
resources/meshes/twotrees235x235_generic.stl
Normal file
Binary file not shown.
BIN
resources/meshes/twotrees300x300_generic.stl
Normal file
BIN
resources/meshes/twotrees300x300_generic.stl
Normal file
Binary file not shown.
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
||||||
|
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
18
resources/quality/twotrees/two_trees_global_draft.inst.cfg
Normal file
18
resources/quality/twotrees/two_trees_global_draft.inst.cfg
Normal file
@ -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
|
18
resources/quality/twotrees/two_trees_global_low.inst.cfg
Normal file
18
resources/quality/twotrees/two_trees_global_low.inst.cfg
Normal file
@ -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
|
@ -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
|
18
resources/quality/twotrees/two_trees_global_super.inst.cfg
Normal file
18
resources/quality/twotrees/two_trees_global_super.inst.cfg
Normal file
@ -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
|
18
resources/quality/twotrees/two_trees_global_ultra.inst.cfg
Normal file
18
resources/quality/twotrees/two_trees_global_ultra.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_base_0.2.inst.cfg
Normal file
12
resources/variants/two_trees_base_0.2.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_base_0.3.inst.cfg
Normal file
12
resources/variants/two_trees_base_0.3.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_base_0.4.inst.cfg
Normal file
12
resources/variants/two_trees_base_0.4.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_base_0.5.inst.cfg
Normal file
12
resources/variants/two_trees_base_0.5.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_base_0.6.inst.cfg
Normal file
12
resources/variants/two_trees_base_0.6.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_base_0.8.inst.cfg
Normal file
12
resources/variants/two_trees_base_0.8.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_base_1.0.inst.cfg
Normal file
12
resources/variants/two_trees_base_1.0.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluer_0.2.inst.cfg
Normal file
12
resources/variants/two_trees_bluer_0.2.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluer_0.3.inst.cfg
Normal file
12
resources/variants/two_trees_bluer_0.3.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluer_0.4.inst.cfg
Normal file
12
resources/variants/two_trees_bluer_0.4.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluer_0.5.inst.cfg
Normal file
12
resources/variants/two_trees_bluer_0.5.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluer_0.6.inst.cfg
Normal file
12
resources/variants/two_trees_bluer_0.6.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluer_0.8.inst.cfg
Normal file
12
resources/variants/two_trees_bluer_0.8.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluer_1.0.inst.cfg
Normal file
12
resources/variants/two_trees_bluer_1.0.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluerplus_0.2.inst.cfg
Normal file
12
resources/variants/two_trees_bluerplus_0.2.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluerplus_0.3.inst.cfg
Normal file
12
resources/variants/two_trees_bluerplus_0.3.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluerplus_0.4.inst.cfg
Normal file
12
resources/variants/two_trees_bluerplus_0.4.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluerplus_0.5.inst.cfg
Normal file
12
resources/variants/two_trees_bluerplus_0.5.inst.cfg
Normal file
@ -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
|
12
resources/variants/two_trees_bluerplus_0.6.inst.cfg
Normal file
12
resources/variants/two_trees_bluerplus_0.6.inst.cfg
Normal file
@ -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
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user