mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:25:59 +08:00
Merge branch 'master' of github.com:Ultimaker/cura
This commit is contained in:
commit
1c73841fae
71
resources/definitions/fabtotum.def.json
Normal file
71
resources/definitions/fabtotum.def.json
Normal file
@ -0,0 +1,71 @@
|
||||
{
|
||||
"id": "fabtotum",
|
||||
"version": 2,
|
||||
"name": "FABtotum Personal Fabricator",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "FABtotum",
|
||||
"manufacturer": "FABtotum",
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "fabtotum_platform.stl",
|
||||
"icon": "fabtotum_platform.png",
|
||||
"has_machine_quality": true,
|
||||
"has_variants": true,
|
||||
"variants_name": "Head",
|
||||
"preferred_variant": "*lite04*",
|
||||
"preferred_material": "*fabtotum_pla*",
|
||||
"supports_usb_connection": false
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "FABtotum Personal Fabricator" },
|
||||
"machine_start_gcode": {
|
||||
"default_value": ";Layer height: {layer_height}\n;Walls: {wall_thickness}\n;Fill: {infill_sparse_density}\n;Top\\Bottom Thickness: {top_bottom_thickness}\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG4 S1 ;1 millisecond pause to buffer the bep bep \nM728 ;FAB bep bep (start the print, go check the oozing and skirt lines adesion) \nG4 S1 ;1 second pause to reach the printer (run fast)\nG92 E0 ;zero the extruded length \nG1 F200 E35 ;slowly extrude 35mm of filament to clean the nozzle and build up extrusion pressure \nG92 E0 ;zero the extruded length again \nG1 F{speed_travel} ;Set travel speed \n;print"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-3 X+5 Y+5 F5000 ;move Z up a bit and retract filament even more\n;end of the print\nM84 ;steppers off\nG90 ;absolute positioning\nM728 ;FAB bep bep (end print)"
|
||||
},
|
||||
"gantry_height": { "default_value": 55 },
|
||||
"machine_width": { "default_value": 214 },
|
||||
"machine_height": { "default_value": 241.5 },
|
||||
"machine_depth": { "default_value": 234 },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"machine_head_with_fans_polygon": { "default_value": [[-75, 35], [-75, -18], [18, 35], [18, -18]] },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"machine_max_feedrate_x": { "default_value": 250 },
|
||||
"machine_max_feedrate_y": { "default_value": 250 },
|
||||
"machine_max_feedrate_z": { "default_value": 15 },
|
||||
"machine_max_acceleration_x": { "default_value": 10000 },
|
||||
"machine_max_acceleration_y": { "default_value": 10000 },
|
||||
"machine_max_acceleration_z": { "default_value": 50 },
|
||||
"machine_max_acceleration_e": { "default_value": 100 },
|
||||
"machine_acceleration": { "default_value": 4000 },
|
||||
"machine_max_jerk_xy": { "default_value": 25.0 },
|
||||
"machine_max_jerk_z": { "default_value": 0.4 },
|
||||
"machine_max_jerk_e": { "default_value": 1.0 },
|
||||
"retraction_hop_enabled": { "default_value": false },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"material_final_print_temperature": { "value": "material_print_temperature - 5" },
|
||||
"material_initial_print_temperature": { "value": "material_print_temperature" },
|
||||
"travel_avoid_distance": { "default_value": 1, "value": 1 },
|
||||
"speed_travel": { "default_value": 200, "value": 200 },
|
||||
"speed_infill": { "value": "round(speed_print * 1.05, 0)" },
|
||||
"speed_topbottom": { "value": "round(speed_print * 0.95, 0)" },
|
||||
"speed_wall": { "value": "speed_print" },
|
||||
"speed_wall_0": { "value": "round(speed_print * 0.9, 0)" },
|
||||
"speed_wall_x": { "value": "speed_wall" },
|
||||
"speed_layer_0": { "value": "min(round(speed_print * 0.75, 0), 45.0)" },
|
||||
"speed_travel_layer_0": { "value": "round(speed_travel * 0.7, 0)" },
|
||||
"skirt_brim_speed": { "value": "speed_layer_0" },
|
||||
"skirt_line_count": { "default_value": 3 },
|
||||
"skirt_brim_minimal_length": { "default_value": 150 },
|
||||
"infill_sparse_density": { "default_value": 24 },
|
||||
"top_bottom_thickness": { "default_value": 0.6 },
|
||||
"support_z_distance": { "default_value": 0.2, "value": "min(2 * layer_height, machine_nozzle_size * 0.75)" },
|
||||
"support_interface_enable": { "default_value": true }
|
||||
}
|
||||
}
|
BIN
resources/images/fabtotum_platform.png
Normal file
BIN
resources/images/fabtotum_platform.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
BIN
resources/meshes/fabtotum_platform.stl
Normal file
BIN
resources/meshes/fabtotum_platform.stl
Normal file
Binary file not shown.
24
resources/quality/fabtotum/fabtotum_abs_fast.inst.cfg
Normal file
24
resources/quality/fabtotum/fabtotum_abs_fast.inst.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = Fast Quality
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_abs
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.4
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
cool_fan_speed_min = 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 20
|
||||
|
24
resources/quality/fabtotum/fabtotum_abs_high.inst.cfg
Normal file
24
resources/quality/fabtotum/fabtotum_abs_high.inst.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = High Quality
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_abs
|
||||
quality_type = high
|
||||
weight = 1
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.1
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.2
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
cool_fan_speed_min = 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 20
|
||||
|
24
resources/quality/fabtotum/fabtotum_abs_normal.inst.cfg
Normal file
24
resources/quality/fabtotum/fabtotum_abs_normal.inst.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = Normal Quality
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_abs
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.15
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.3
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
cool_fan_speed_min = 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 20
|
||||
|
57
resources/quality/fabtotum/fabtotum_nylon_fast.inst.cfg
Normal file
57
resources/quality/fabtotum/fabtotum_nylon_fast.inst.cfg
Normal file
@ -0,0 +1,57 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Fast Quality
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
material = generic_fabtotum_nylon
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
brim_width = 4
|
||||
cool_fan_enabled = False
|
||||
cool_fan_full_at_height = 0.45
|
||||
cool_fan_speed = 0
|
||||
cool_fan_speed_max = 0
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 0
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 24
|
||||
layer_height = 0.20
|
||||
layer_height_0 = 0.15
|
||||
line_width = =machine_nozzle_size
|
||||
material_flow = 100
|
||||
raft_airgap = 0.22
|
||||
raft_base_line_width= =line_width * 2
|
||||
raft_base_thickness = =layer_height_0 * 2
|
||||
raft_interface_line_width = =line_width
|
||||
raft_interface_thickness = =layer_height
|
||||
raft_margin = 5
|
||||
raft_surface_layers = 2
|
||||
raft_surface_line_width = =line_width
|
||||
raft_surface_thickness = =layer_height
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 10
|
||||
skirt_brim_minimal_length = 75
|
||||
skirt_gap = 1.5
|
||||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 70
|
||||
support_type = buildplate
|
||||
support_z_distance = 0.15
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 0.8
|
||||
z_seam_type = random
|
57
resources/quality/fabtotum/fabtotum_nylon_high.inst.cfg
Normal file
57
resources/quality/fabtotum/fabtotum_nylon_high.inst.cfg
Normal file
@ -0,0 +1,57 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = High Quality
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
material = generic_fabtotum_nylon
|
||||
quality_type = high
|
||||
weight = 1
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
brim_width = 4
|
||||
cool_fan_enabled = False
|
||||
cool_fan_full_at_height = 0.45
|
||||
cool_fan_speed = 0
|
||||
cool_fan_speed_max = 0
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 0
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 24
|
||||
layer_height = 0.10
|
||||
layer_height_0 = 0.10
|
||||
line_width = =machine_nozzle_size
|
||||
material_flow = 100
|
||||
raft_airgap = 0.22
|
||||
raft_base_line_width= =line_width * 2
|
||||
raft_base_thickness = =layer_height_0 * 2
|
||||
raft_interface_line_width = =line_width
|
||||
raft_interface_thickness = =layer_height
|
||||
raft_margin = 5
|
||||
raft_surface_layers = 2
|
||||
raft_surface_line_width = =line_width
|
||||
raft_surface_thickness = =layer_height
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 10
|
||||
skirt_brim_minimal_length = 75
|
||||
skirt_gap = 1.5
|
||||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 70
|
||||
support_type = buildplate
|
||||
support_z_distance = 0.15
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 0.8
|
||||
z_seam_type = random
|
58
resources/quality/fabtotum/fabtotum_nylon_normal.inst.cfg
Normal file
58
resources/quality/fabtotum/fabtotum_nylon_normal.inst.cfg
Normal file
@ -0,0 +1,58 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Normal Quality
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
material = generic_fabtotum_nylon
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
brim_width = 4
|
||||
cool_fan_enabled = False
|
||||
cool_fan_full_at_height = 0.45
|
||||
cool_fan_speed = 0
|
||||
cool_fan_speed_max = 0
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 0
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 24
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.10
|
||||
line_width = =machine_nozzle_size
|
||||
material_flow = 100
|
||||
raft_airgap = 0.22
|
||||
raft_base_line_width= =line_width * 2
|
||||
raft_base_thickness = =layer_height_0 * 2
|
||||
raft_interface_line_width = =line_width
|
||||
raft_interface_thickness = =layer_height
|
||||
raft_margin = 5
|
||||
raft_surface_layers = 2
|
||||
raft_surface_line_width = =line_width
|
||||
raft_surface_thickness = =layer_height
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 10
|
||||
skirt_brim_minimal_length = 75
|
||||
skirt_gap = 1.5
|
||||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 70
|
||||
support_type = buildplate
|
||||
support_z_distance = 0.15
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 0.8
|
||||
z_seam_type = random
|
||||
|
24
resources/quality/fabtotum/fabtotum_pla_fast.inst.cfg
Normal file
24
resources/quality/fabtotum/fabtotum_pla_fast.inst.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = Fast Quality
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_pla
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.4
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 100
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
|
24
resources/quality/fabtotum/fabtotum_pla_high.inst.cfg
Normal file
24
resources/quality/fabtotum/fabtotum_pla_high.inst.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = High Quality
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_pla
|
||||
quality_type = high
|
||||
weight = 1
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.1
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.2
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 100
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
|
24
resources/quality/fabtotum/fabtotum_pla_normal.inst.cfg
Normal file
24
resources/quality/fabtotum/fabtotum_pla_normal.inst.cfg
Normal file
@ -0,0 +1,24 @@
|
||||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = Normal Quality
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_pla
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.15
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.3
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 100
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
|
@ -11,11 +11,12 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
wall_thickness = 0.88
|
||||
top_bottom_thickness = 0.72
|
||||
infill_sparse_density = 22
|
||||
speed_print = 30
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 22
|
||||
layer_height = 0.06
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
|
||||
|
@ -11,14 +11,15 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
wall_thickness = 0.7
|
||||
top_bottom_thickness = 0.75
|
||||
infill_sparse_density = 18
|
||||
speed_print = 60
|
||||
speed_layer_0 = =round(speed_print * 30 / 60)
|
||||
speed_wall = 50
|
||||
speed_topbottom = 30
|
||||
speed_travel = 150
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 18
|
||||
layer_height = 0.15
|
||||
speed_layer_0 = =round(speed_print * 30 / 60)
|
||||
speed_print = 60
|
||||
speed_topbottom = 30
|
||||
speed_travel = 150
|
||||
speed_wall = 50
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
|
||||
|
@ -11,12 +11,13 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.72
|
||||
infill_sparse_density = 22
|
||||
speed_print = 50
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_topbottom = 20
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 22
|
||||
layer_height = 0.06
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = 20
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
|
||||
|
@ -11,12 +11,13 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
speed_print = 50
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_topbottom = 20
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.1
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = 20
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
|
||||
|
@ -11,14 +11,15 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
wall_thickness = 1.59
|
||||
top_bottom_thickness = 1.2
|
||||
infill_sparse_density = 20
|
||||
speed_print = 55
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
speed_wall = 40
|
||||
speed_wall_0 = 25
|
||||
speed_topbottom = 20
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.15
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
speed_print = 55
|
||||
speed_topbottom = 20
|
||||
speed_wall = 40
|
||||
speed_wall_0 = 25
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
|
||||
|
@ -11,12 +11,13 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
wall_thickness = 2.1
|
||||
top_bottom_thickness = 1.2
|
||||
infill_sparse_density = 20
|
||||
speed_print = 40
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_wall_0 = 25
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_wall_0 = 25
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
||||
|
@ -11,15 +11,14 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
wall_thickness = 0.88
|
||||
top_bottom_thickness = 0.72
|
||||
infill_sparse_density = 22
|
||||
speed_print = 30
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_speed = 10
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 22
|
||||
layer_height = 0.06
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
|
||||
|
@ -11,17 +11,17 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
wall_thickness = 0.7
|
||||
top_bottom_thickness = 0.75
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 18
|
||||
speed_print = 55
|
||||
layer_height = 0.15
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
speed_wall = 40
|
||||
speed_print = 55
|
||||
speed_topbottom = 30
|
||||
speed_travel = 150
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_speed = 10
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
speed_wall = 40
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
|
||||
|
@ -11,15 +11,15 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.72
|
||||
infill_sparse_density = 22
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = 30
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_speed = 10
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 22
|
||||
layer_height = 0.06
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
|
||||
|
@ -11,14 +11,15 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = 30
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_speed = 10
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.1
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall = 30
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
|
||||
|
@ -11,16 +11,15 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
wall_thickness = 1.59
|
||||
top_bottom_thickness = 1.2
|
||||
infill_sparse_density = 20
|
||||
speed_print = 40
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_infill = 55
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.5
|
||||
cool_min_speed = 20
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
|
||||
cool_min_speed = 20
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.15
|
||||
speed_infill = 55
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
|
||||
|
@ -11,14 +11,14 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
wall_thickness = 2.1
|
||||
top_bottom_thickness = 1.2
|
||||
infill_sparse_density = 20
|
||||
speed_print = 40
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.5
|
||||
cool_min_speed = 15
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 25
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
||||
|
@ -11,14 +11,14 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
wall_thickness = 0.88
|
||||
top_bottom_thickness = 0.72
|
||||
infill_sparse_density = 22
|
||||
speed_print = 30
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_speed = 15
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 22
|
||||
layer_height = 0.06
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
|
||||
|
@ -11,17 +11,16 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
wall_thickness = 0.7
|
||||
top_bottom_thickness = 0.75
|
||||
infill_sparse_density = 18
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = 40
|
||||
speed_travel = 150
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_speed = 10
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 18
|
||||
layer_height = 0.15
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_travel = 150
|
||||
speed_wall = 40
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
|
||||
|
@ -11,14 +11,15 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.72
|
||||
infill_sparse_density = 22
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = 30
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_speed = 15
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 22
|
||||
layer_height = 0.06
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
|
||||
|
@ -11,15 +11,15 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
wall_thickness = 1.05
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 20
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = 30
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_speed = 10
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.1
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall = 30
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
|
||||
|
@ -11,13 +11,14 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
wall_thickness = 1.59
|
||||
top_bottom_thickness = 1.2
|
||||
infill_sparse_density = 20
|
||||
speed_print = 40
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
cool_min_layer_time = 5
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_speed = 8
|
||||
cool_min_layer_time = 5
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 8
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.15
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
|
||||
|
@ -11,13 +11,14 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
wall_thickness = 2.1
|
||||
top_bottom_thickness = 1.2
|
||||
infill_sparse_density = 20
|
||||
speed_print = 40
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
cool_min_layer_time = 3
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_speed = 8
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 25
|
||||
cool_min_speed = 8
|
||||
infill_sparse_density = 20
|
||||
layer_height = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
||||
|
@ -11,33 +11,33 @@ quality_type = draft
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
speed_wall_x = 25
|
||||
support_z_distance = 0.26
|
||||
raft_interface_line_spacing = 1
|
||||
cool_min_speed = 8
|
||||
cool_fan_speed = 50
|
||||
wall_thickness = 1.14
|
||||
raft_margin = 15
|
||||
speed_layer_0 = 15
|
||||
raft_airgap = 0.37
|
||||
infill_overlap = 5
|
||||
layer_height = 0.2
|
||||
raft_interface_line_width = 0.8
|
||||
top_bottom_thickness = 1.5
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
raft_surface_line_width = 0.38
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
speed_wall_0 = 20
|
||||
adhesion_type = raft
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 30
|
||||
layer_0_z_overlap = 0.22
|
||||
cool_min_layer_time = 3
|
||||
speed_print = 25
|
||||
layer_height = 0.2
|
||||
line_width = 0.38
|
||||
support_angle = 45
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.38
|
||||
speed_layer_0 = 15
|
||||
speed_print = 25
|
||||
speed_topbottom = 20
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 25
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.5
|
||||
wall_thickness = 1.14
|
||||
|
||||
|
@ -11,33 +11,33 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
speed_wall_x = 30
|
||||
support_z_distance = 0.26
|
||||
raft_interface_line_spacing = 1
|
||||
cool_min_speed = 8
|
||||
cool_fan_speed = 50
|
||||
wall_thickness = 1.14
|
||||
raft_margin = 15
|
||||
speed_layer_0 = 15
|
||||
raft_airgap = 0.37
|
||||
infill_overlap = 5
|
||||
layer_height = 0.15
|
||||
raft_interface_line_width = 0.8
|
||||
top_bottom_thickness = 1.5
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
raft_surface_line_width = 0.38
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
speed_wall_0 = 20
|
||||
adhesion_type = raft
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 30
|
||||
layer_0_z_overlap = 0.22
|
||||
cool_min_layer_time = 3
|
||||
speed_print = 35
|
||||
layer_height = 0.15
|
||||
line_width = 0.38
|
||||
support_angle = 45
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.38
|
||||
speed_layer_0 = 15
|
||||
speed_print = 35
|
||||
speed_topbottom = 20
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 30
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.5
|
||||
wall_thickness = 1.14
|
||||
|
||||
|
@ -11,37 +11,37 @@ quality_type = draft
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.6
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.22
|
||||
speed_wall_x = 25
|
||||
cool_min_speed = 8
|
||||
cool_fan_speed = 45
|
||||
raft_surface_thickness = 0.2
|
||||
raft_surface_line_width = 0.57
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_margin = 15
|
||||
raft_airgap = 0.37
|
||||
infill_overlap = 5
|
||||
layer_height = 0.3
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_interface_line_width = 1.2
|
||||
speed_wall_0 = 20
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 45
|
||||
wall_thickness = 1.14
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
infill_sparse_density = 35
|
||||
top_bottom_thickness = 0.75
|
||||
adhesion_type = raft
|
||||
line_width = 0.57
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_base_line_width = 1.2
|
||||
speed_print = 25
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
support_line_distance = 2.85
|
||||
support_angle = 45
|
||||
cool_fan_speed = 45
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 45
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 35
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.3
|
||||
line_width = 0.57
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.57
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_print = 25
|
||||
speed_topbottom = 20
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 25
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_line_distance = 2.85
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = 0.22
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.14
|
||||
|
||||
|
@ -11,37 +11,37 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.6
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.22
|
||||
speed_wall_x = 35
|
||||
cool_min_speed = 8
|
||||
cool_fan_speed = 45
|
||||
raft_surface_thickness = 0.2
|
||||
raft_surface_line_width = 0.57
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_margin = 15
|
||||
speed_layer_0 = 30
|
||||
raft_airgap = 0.37
|
||||
infill_overlap = 5
|
||||
layer_height = 0.22
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_interface_line_width = 1.2
|
||||
speed_wall_0 = 30
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 45
|
||||
wall_thickness = 1.14
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
infill_sparse_density = 35
|
||||
top_bottom_thickness = 0.75
|
||||
adhesion_type = raft
|
||||
line_width = 0.57
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_base_line_width = 1.2
|
||||
speed_print = 35
|
||||
support_line_distance = 2.85
|
||||
support_angle = 45
|
||||
cool_fan_speed = 45
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 45
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 35
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.22
|
||||
line_width = 0.57
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.57
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 35
|
||||
speed_topbottom = 20
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = 35
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_line_distance = 2.85
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = 0.22
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.14
|
||||
|
||||
|
@ -11,32 +11,32 @@ quality_type = draft
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_z_distance = 0.26
|
||||
speed_wall_x = 25
|
||||
cool_fan_speed = 50
|
||||
raft_surface_thickness = 0.2
|
||||
raft_surface_line_width = 0.7
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_airgap = 0.37
|
||||
infill_overlap = 5
|
||||
layer_height = 0.3
|
||||
raft_interface_line_width = 1.6
|
||||
top_bottom_thickness = 1.2
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
brim_line_count = 10
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
brim_line_count = 10
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 40
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.3
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_width = 1.6
|
||||
speed_print = 25
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 25)
|
||||
speed_print = 25
|
||||
speed_topbottom = 20
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 25
|
||||
support_angle = 45
|
||||
cool_min_layer_time = 3
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
||||
|
@ -11,32 +11,32 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_z_distance = 0.26
|
||||
speed_wall_x = 30
|
||||
cool_fan_speed = 50
|
||||
raft_surface_thickness = 0.2
|
||||
raft_surface_line_width = 0.7
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_airgap = 0.37
|
||||
infill_overlap = 5
|
||||
layer_height = 0.2
|
||||
raft_interface_line_width = 1.6
|
||||
top_bottom_thickness = 1.2
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
brim_line_count = 10
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
brim_line_count = 10
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 40
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.2
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_width = 1.6
|
||||
speed_print = 30
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
speed_topbottom = 20
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 30
|
||||
support_angle = 45
|
||||
cool_min_layer_time = 3
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
||||
|
@ -11,34 +11,34 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.6
|
||||
speed_travel = 150
|
||||
cool_fan_speed = 60
|
||||
support_z_distance = 0.45
|
||||
speed_wall_x = 40
|
||||
cool_min_speed = 15
|
||||
raft_surface_line_width = 0.2
|
||||
raft_interface_line_width = 0.5
|
||||
brim_line_count = 8
|
||||
raft_margin = 15
|
||||
speed_layer_0 = 30
|
||||
raft_airgap = 0.15
|
||||
infill_overlap = 5
|
||||
layer_height = 0.06
|
||||
raft_interface_line_spacing = 0.7
|
||||
speed_support = 40
|
||||
top_bottom_thickness = 1.2
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
wall_thickness = 1
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 35
|
||||
support_enable = True
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_wall_0 = 20
|
||||
adhesion_type = raft
|
||||
brim_line_count = 8
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 25
|
||||
layer_0_z_overlap = 0.1
|
||||
layer_height = 0.06
|
||||
raft_airgap = 0.15
|
||||
raft_base_line_width = 0.5
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.5
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 40
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 40
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1
|
||||
|
||||
|
@ -11,34 +11,34 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.6
|
||||
speed_travel = 150
|
||||
cool_fan_speed = 60
|
||||
support_z_distance = 0.45
|
||||
speed_wall_x = 40
|
||||
cool_min_speed = 15
|
||||
raft_surface_line_width = 0.2
|
||||
raft_interface_line_width = 0.5
|
||||
brim_line_count = 8
|
||||
raft_margin = 15
|
||||
speed_layer_0 = 30
|
||||
raft_airgap = 0.15
|
||||
infill_overlap = 5
|
||||
layer_height = 0.1
|
||||
raft_interface_line_spacing = 0.7
|
||||
speed_support = 40
|
||||
top_bottom_thickness = 1.2
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
wall_thickness = 1
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 35
|
||||
support_enable = True
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_wall_0 = 20
|
||||
adhesion_type = raft
|
||||
brim_line_count = 8
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 25
|
||||
layer_0_z_overlap = 0.1
|
||||
layer_height = 0.1
|
||||
raft_airgap = 0.15
|
||||
raft_base_line_width = 0.5
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.5
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 40
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 40
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1
|
||||
|
||||
|
@ -11,33 +11,33 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.6
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.45
|
||||
raft_interface_line_spacing = 1
|
||||
cool_min_speed = 15
|
||||
raft_surface_thickness = 0.15
|
||||
raft_surface_line_width = 0.5
|
||||
speed_layer_0 = 30
|
||||
raft_airgap = 0.57
|
||||
infill_overlap = 5
|
||||
layer_height = 0.2
|
||||
raft_interface_line_width = 0.8
|
||||
top_bottom_thickness = 0.75
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
wall_thickness = 1.06
|
||||
support_pattern = lines
|
||||
support_infill_rate = 25
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
speed_wall = 40
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 30
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.2
|
||||
raft_airgap = 0.57
|
||||
raft_base_line_spacing = 1.6
|
||||
speed_print = 45
|
||||
support_angle = 45
|
||||
cool_min_layer_time = 3
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.5
|
||||
raft_surface_thickness = 0.15
|
||||
speed_layer_0 = 30
|
||||
speed_print = 45
|
||||
speed_topbottom = 20
|
||||
speed_travel = 150
|
||||
speed_wall = 40
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
|
||||
|
@ -11,32 +11,32 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.6
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.45
|
||||
raft_interface_line_spacing = 1
|
||||
cool_min_speed = 15
|
||||
raft_surface_thickness = 0.15
|
||||
raft_surface_line_width = 0.5
|
||||
speed_layer_0 = 30
|
||||
raft_airgap = 0.57
|
||||
infill_overlap = 5
|
||||
layer_height = 0.15
|
||||
raft_interface_line_width = 0.8
|
||||
top_bottom_thickness = 0.75
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
wall_thickness = 1.06
|
||||
support_pattern = lines
|
||||
support_infill_rate = 25
|
||||
support_enable = True
|
||||
speed_wall = 40
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 30
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.15
|
||||
raft_airgap = 0.57
|
||||
raft_base_line_spacing = 1.6
|
||||
speed_print = 45
|
||||
support_angle = 45
|
||||
cool_min_layer_time = 3
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.5
|
||||
raft_surface_thickness = 0.15
|
||||
speed_layer_0 = 30
|
||||
speed_print = 45
|
||||
speed_travel = 150
|
||||
speed_wall = 40
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
|
||||
|
@ -11,37 +11,38 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.7
|
||||
speed_travel = 150
|
||||
speed_wall_x = 40
|
||||
cool_min_speed = 15
|
||||
support_top_distance = 0.55
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
brim_line_count = 8
|
||||
speed_layer_0 = 30
|
||||
raft_interface_line_spacing = 1.4
|
||||
infill_overlap = 5
|
||||
layer_height = 0.3
|
||||
raft_interface_line_width = 1.2
|
||||
speed_support = 40
|
||||
speed_wall_0 = 15
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
wall_thickness = 1.2
|
||||
support_pattern = lines
|
||||
support_infill_rate = 25
|
||||
speed_topbottom = 35
|
||||
support_enable = True
|
||||
retraction_hop_enabled = 0.2
|
||||
support_bottom_distance = 0.55
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
brim_line_count = 8
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 35
|
||||
layer_0_z_overlap = 0.22
|
||||
top_bottom_thickness = 1.2
|
||||
speed_print = 55
|
||||
layer_height = 0.3
|
||||
raft_airgap = 0.44
|
||||
support_angle = 45
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 55
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 15
|
||||
speed_wall_x = 40
|
||||
support_angle = 45
|
||||
support_bottom_distance = 0.55
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_pattern = lines
|
||||
support_top_distance = 0.55
|
||||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
|
||||
|
@ -11,36 +11,36 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.7
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.55
|
||||
speed_wall_x = 40
|
||||
cool_min_speed = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
brim_line_count = 8
|
||||
speed_layer_0 = 30
|
||||
raft_interface_line_spacing = 1.4
|
||||
infill_overlap = 5
|
||||
layer_height = 0.15
|
||||
raft_interface_line_width = 1.2
|
||||
speed_support = 40
|
||||
speed_wall_0 = 15
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
wall_thickness = 1.2
|
||||
support_pattern = lines
|
||||
support_infill_rate = 25
|
||||
speed_topbottom = 35
|
||||
support_enable = True
|
||||
retraction_hop_enabled = 0.2
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
brim_line_count = 8
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 35
|
||||
layer_0_z_overlap = 0.22
|
||||
top_bottom_thickness = 1.2
|
||||
speed_print = 55
|
||||
layer_height = 0.15
|
||||
raft_airgap = 0.44
|
||||
support_angle = 45
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 55
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 15
|
||||
speed_wall_x = 40
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
|
||||
|
@ -11,37 +11,37 @@ quality_type = draft
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.75
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.5
|
||||
speed_wall_x = 40
|
||||
cool_min_speed = 15
|
||||
brim_line_count = 8
|
||||
support_top_distance = 0.5
|
||||
raft_surface_thickness = 0.2
|
||||
wall_thickness = 2.4
|
||||
raft_margin = 15
|
||||
speed_layer_0 = 30
|
||||
raft_airgap = 0.44
|
||||
infill_overlap = 5
|
||||
layer_height = 0.3
|
||||
raft_interface_line_width = 1.6
|
||||
speed_support = 40
|
||||
speed_wall_0 = 15
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
raft_surface_line_width = 0.7
|
||||
support_pattern = lines
|
||||
support_infill_rate = 25
|
||||
speed_topbottom = 35
|
||||
support_enable = True
|
||||
retraction_hop_enabled = 0.2
|
||||
support_bottom_distance = 0.65
|
||||
top_bottom_thickness = 1.2
|
||||
adhesion_type = raft
|
||||
brim_line_count = 8
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 40
|
||||
layer_0_z_overlap = 0.25
|
||||
layer_height = 0.3
|
||||
raft_airgap = 0.44
|
||||
raft_base_line_width = 1.6
|
||||
speed_print = 55
|
||||
support_angle = 45
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 55
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 15
|
||||
speed_wall_x = 40
|
||||
support_angle = 45
|
||||
support_bottom_distance = 0.65
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_pattern = lines
|
||||
support_top_distance = 0.5
|
||||
support_xy_distance = 0.75
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.4
|
||||
|
||||
|
@ -11,37 +11,37 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.75
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.5
|
||||
speed_wall_x = 40
|
||||
cool_min_speed = 15
|
||||
brim_line_count = 8
|
||||
support_top_distance = 0.5
|
||||
raft_surface_thickness = 0.2
|
||||
wall_thickness = 2.4
|
||||
raft_margin = 15
|
||||
raft_airgap = 0.44
|
||||
infill_overlap = 5
|
||||
layer_height = 0.2
|
||||
raft_interface_line_width = 1.6
|
||||
speed_support = 40
|
||||
speed_wall_0 = 15
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
raft_surface_line_width = 0.7
|
||||
support_pattern = lines
|
||||
support_infill_rate = 25
|
||||
speed_topbottom = 35
|
||||
support_enable = True
|
||||
retraction_hop_enabled = 0.2
|
||||
support_bottom_distance = 0.65
|
||||
top_bottom_thickness = 1.2
|
||||
adhesion_type = raft
|
||||
brim_line_count = 8
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 40
|
||||
layer_0_z_overlap = 0.25
|
||||
layer_height = 0.2
|
||||
raft_airgap = 0.44
|
||||
raft_base_line_width = 1.6
|
||||
speed_print = 55
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
support_angle = 45
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
speed_print = 55
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 15
|
||||
speed_wall_x = 40
|
||||
support_angle = 45
|
||||
support_bottom_distance = 0.65
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_pattern = lines
|
||||
support_top_distance = 0.5
|
||||
support_xy_distance = 0.75
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.4
|
||||
|
||||
|
@ -11,27 +11,28 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_z_distance = 0.19
|
||||
raft_interface_line_spacing = 0.7
|
||||
cool_min_speed = 15
|
||||
cool_fan_speed = 50
|
||||
raft_surface_line_width = 0.2
|
||||
wall_thickness = 0.88
|
||||
raft_airgap = 0.25
|
||||
infill_overlap = 5
|
||||
layer_height = 0.06
|
||||
raft_interface_line_width = 0.5
|
||||
cool_fan_speed_min = 0
|
||||
brim_line_count = 32
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
support_enable = True
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
brim_line_count = 32
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 2
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 25
|
||||
layer_0_z_overlap = 0.2
|
||||
cool_min_layer_time = 2
|
||||
speed_print = 30
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
layer_height = 0.06
|
||||
raft_airgap = 0.25
|
||||
raft_base_line_spacing = 1
|
||||
raft_base_line_width = 0.5
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.5
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 0.88
|
||||
|
||||
|
@ -11,27 +11,28 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_z_distance = 0.19
|
||||
raft_interface_line_spacing = 0.7
|
||||
cool_min_speed = 15
|
||||
cool_fan_speed = 50
|
||||
raft_surface_line_width = 0.2
|
||||
wall_thickness = 0.88
|
||||
raft_airgap = 0.25
|
||||
infill_overlap = 5
|
||||
layer_height = 0.1
|
||||
raft_interface_line_width = 0.5
|
||||
cool_fan_speed_min = 0
|
||||
brim_line_count = 32
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
support_enable = True
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
brim_line_count = 32
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 2
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 25
|
||||
layer_0_z_overlap = 0.2
|
||||
cool_min_layer_time = 2
|
||||
speed_print = 30
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
layer_height = 0.1
|
||||
raft_airgap = 0.25
|
||||
raft_base_line_spacing = 1
|
||||
raft_base_line_width = 0.5
|
||||
raft_base_line_width = 0.5
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.5
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 0.88
|
||||
|
||||
|
@ -11,28 +11,29 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
speed_wall_x = 30
|
||||
support_z_distance = 0.19
|
||||
raft_airgap = 0.35
|
||||
cool_min_speed = 8
|
||||
cool_fan_speed = 50
|
||||
raft_interface_line_spacing = 1
|
||||
infill_overlap = 5
|
||||
layer_height = 0.2
|
||||
raft_interface_line_width = 0.8
|
||||
speed_wall_0 = 20
|
||||
cool_fan_speed_min = 0
|
||||
wall_thickness = 1.2
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
support_enable = True
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 30
|
||||
layer_0_z_overlap = 0.3
|
||||
cool_min_layer_time = 3
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
support_angle = 45
|
||||
layer_height = 0.2
|
||||
raft_airgap = 0.35
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 30
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 1.2
|
||||
|
||||
|
@ -11,28 +11,29 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
speed_wall_x = 30
|
||||
support_z_distance = 0.19
|
||||
raft_airgap = 0.35
|
||||
cool_min_speed = 8
|
||||
cool_fan_speed = 50
|
||||
raft_interface_line_spacing = 1
|
||||
infill_overlap = 5
|
||||
layer_height = 0.1
|
||||
raft_interface_line_width = 0.8
|
||||
speed_wall_0 = 20
|
||||
cool_fan_speed_min = 0
|
||||
wall_thickness = 1.2
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
support_enable = True
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 30
|
||||
layer_0_z_overlap = 0.3
|
||||
cool_min_layer_time = 3
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
support_angle = 45
|
||||
layer_height = 0.1
|
||||
raft_airgap = 0.35
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 30
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 1.2
|
||||
|
||||
|
@ -11,35 +11,35 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.21
|
||||
speed_wall_x = 40
|
||||
cool_min_speed = 8
|
||||
cool_fan_speed = 50
|
||||
raft_surface_thickness = 0.15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_interface_line_spacing = 1.4
|
||||
speed_layer_0 = 30
|
||||
raft_airgap = 0.52
|
||||
infill_overlap = 5
|
||||
layer_height = 0.3
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
cool_fan_speed_min = 0
|
||||
wall_thickness = 1.06
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
top_bottom_thickness = 0.75
|
||||
adhesion_type = raft
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 35
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.3
|
||||
raft_airgap = 0.52
|
||||
raft_base_line_spacing = 2.4
|
||||
speed_print = 45
|
||||
support_line_distance = 3.5333
|
||||
speed_wall_0 = 30
|
||||
support_angle = 45
|
||||
cool_min_layer_time = 3
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
speed_layer_0 = 30
|
||||
speed_print = 45
|
||||
speed_topbottom = 20
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = 40
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_line_distance = 3.5333
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.21
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
|
||||
|
@ -11,35 +11,35 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
speed_travel = 150
|
||||
support_z_distance = 0.21
|
||||
speed_wall_x = 40
|
||||
cool_min_speed = 8
|
||||
cool_fan_speed = 50
|
||||
raft_surface_thickness = 0.15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_interface_line_spacing = 1.4
|
||||
speed_layer_0 = 30
|
||||
raft_airgap = 0.52
|
||||
infill_overlap = 5
|
||||
layer_height = 0.15
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
cool_fan_speed_min = 0
|
||||
wall_thickness = 1.06
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
speed_topbottom = 20
|
||||
support_enable = True
|
||||
top_bottom_thickness = 0.75
|
||||
adhesion_type = raft
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 35
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.15
|
||||
raft_airgap = 0.52
|
||||
raft_base_line_spacing = 2.4
|
||||
speed_print = 45
|
||||
support_line_distance = 3.5333
|
||||
speed_wall_0 = 30
|
||||
support_angle = 45
|
||||
cool_min_layer_time = 3
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
speed_layer_0 = 30
|
||||
speed_print = 45
|
||||
speed_topbottom = 20
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = 40
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_line_distance = 3.5333
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.21
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
|
||||
|
@ -11,29 +11,29 @@ quality_type = draft
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_z_distance = 0.26
|
||||
raft_airgap = 0.47
|
||||
cool_fan_speed = 50
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
brim_line_count = 10
|
||||
raft_interface_line_spacing = 1.8
|
||||
infill_overlap = 5
|
||||
layer_height = 0.5
|
||||
raft_interface_line_width = 1.6
|
||||
top_bottom_thickness = 2.0
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
wall_thickness = 2.1
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
support_enable = True
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
brim_line_count = 10
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 40
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.5
|
||||
raft_airgap = 0.47
|
||||
raft_base_line_width = 1.6
|
||||
speed_print = 40
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
support_angle = 45
|
||||
cool_min_layer_time = 3
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 2.0
|
||||
wall_thickness = 2.1
|
||||
|
||||
|
@ -11,29 +11,29 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_z_distance = 0.26
|
||||
raft_airgap = 0.47
|
||||
cool_fan_speed = 50
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
brim_line_count = 10
|
||||
raft_interface_line_spacing = 1.8
|
||||
infill_overlap = 5
|
||||
layer_height = 0.2
|
||||
raft_interface_line_width = 1.6
|
||||
top_bottom_thickness = 1.2
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
wall_thickness = 2.1
|
||||
support_pattern = lines
|
||||
support_infill_rate = 20
|
||||
support_enable = True
|
||||
raft_margin = 15
|
||||
adhesion_type = raft
|
||||
brim_line_count = 10
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 40
|
||||
layer_0_z_overlap = 0.22
|
||||
layer_height = 0.2
|
||||
raft_airgap = 0.47
|
||||
raft_base_line_width = 1.6
|
||||
speed_print = 40
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
support_angle = 45
|
||||
cool_min_layer_time = 3
|
||||
support_enable = True
|
||||
support_infill_rate = 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
|
||||
|
@ -12,3 +12,4 @@ setting_version = 2
|
||||
supported = False
|
||||
|
||||
[values]
|
||||
|
||||
|
@ -70,4 +70,5 @@ switch_extruder_retraction_speeds = 35
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.38 / 0.38, 2)
|
||||
wall_thickness = 0.76
|
||||
wall_thickness = 0.76
|
||||
|
||||
|
@ -69,4 +69,5 @@ switch_extruder_retraction_speeds = 35
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.38 / 0.38, 2)
|
||||
wall_thickness = 0.76
|
||||
wall_thickness = 0.76
|
||||
|
||||
|
@ -72,4 +72,5 @@ top_bottom_thickness = 1.1
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.57 / 0.57, 2)
|
||||
wall_thickness = 1.14
|
||||
wall_thickness = 1.14
|
||||
|
||||
|
@ -72,4 +72,5 @@ top_bottom_thickness = 1.1
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.57 / 0.57, 2)
|
||||
wall_thickness = 1.14
|
||||
wall_thickness = 1.14
|
||||
|
||||
|
@ -72,4 +72,5 @@ top_bottom_thickness = 1.5
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.76 / 0.76, 2)
|
||||
wall_thickness = 1.52
|
||||
wall_thickness = 1.52
|
||||
|
||||
|
@ -72,4 +72,5 @@ top_bottom_thickness = 1.5
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.76 / 0.76, 2)
|
||||
wall_thickness = 1.52
|
||||
wall_thickness = 1.52
|
||||
|
||||
|
@ -11,33 +11,33 @@ quality_type = high
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.6
|
||||
cool_min_speed = 15
|
||||
support_infill_rate = 25
|
||||
speed_wall_0 = 15
|
||||
layer_0_z_overlap = 0.1
|
||||
adhesion_type = brim
|
||||
brim_line_count = 8
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_layer_time = 7
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 10
|
||||
layer_0_z_overlap = 0.1
|
||||
layer_height = 0.06
|
||||
raft_airgap = 0.2
|
||||
raft_base_line_spacing = 1
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.2
|
||||
raft_surface_line_width = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 40
|
||||
wall_thickness = 0.88
|
||||
support_enable = True
|
||||
speed_topbottom = 35
|
||||
raft_surface_line_width = 0.2
|
||||
raft_base_line_spacing = 1
|
||||
top_bottom_thickness = 1.2
|
||||
layer_height = 0.06
|
||||
support_angle = 45
|
||||
infill_sparse_density = 10
|
||||
cool_fan_speed = 60
|
||||
speed_travel = 150
|
||||
speed_support = 40
|
||||
support_z_distance = =layer_height * 2
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
brim_line_count = 8
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 15
|
||||
speed_wall_x = 38
|
||||
raft_airgap = 0.2
|
||||
raft_interface_line_spacing = 1
|
||||
adhesion_type = brim
|
||||
raft_interface_line_width = 0.2
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 0.88
|
||||
|
||||
|
@ -11,29 +11,30 @@ quality_type = normal
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.65
|
||||
speed_travel = 150
|
||||
support_z_distance = =layer_height * 2
|
||||
speed_wall_x = 35
|
||||
cool_min_speed = 15
|
||||
cool_fan_speed = 60
|
||||
retraction_hop_enabled = 0.2
|
||||
brim_line_count = 8
|
||||
speed_layer_0 = 30
|
||||
raft_interface_line_spacing = 1
|
||||
raft_base_line_spacing = 2
|
||||
speed_support = 40
|
||||
raft_margin = 12
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
wall_thickness = 1.05
|
||||
support_infill_rate = 25
|
||||
speed_topbottom = 35
|
||||
support_enable = True
|
||||
speed_wall_0 = 20
|
||||
adhesion_type = brim
|
||||
infill_sparse_density = 10
|
||||
top_bottom_thickness = 1.2
|
||||
speed_print = 40
|
||||
support_angle = 45
|
||||
brim_line_count = 8
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_layer_time = 10
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 10
|
||||
raft_base_line_spacing = 2
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_margin = 12
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 40
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 35
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_xy_distance = 0.65
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.05
|
||||
|
||||
|
@ -11,35 +11,35 @@ quality_type = fast
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
support_xy_distance = 0.7
|
||||
raft_base_line_width = 0.6
|
||||
cool_min_speed = 15
|
||||
line_width = 0.57
|
||||
support_infill_rate = 25
|
||||
speed_wall_0 = 15
|
||||
wall_thickness = 1.14
|
||||
raft_base_line_spacing = 1.2
|
||||
speed_layer_0 = 30
|
||||
raft_margin = 15
|
||||
speed_travel = 150
|
||||
raft_surface_line_width = 0.5
|
||||
layer_height = 0.12
|
||||
raft_interface_line_width = 0.57
|
||||
speed_print = 45
|
||||
top_bottom_thickness = 1.2
|
||||
speed_topbottom = 35
|
||||
layer_0_z_overlap = 0.12
|
||||
support_angle = 45
|
||||
infill_sparse_density = 10
|
||||
cool_fan_speed = 60
|
||||
speed_support = 40
|
||||
support_z_distance = =layer_height * 2
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
brim_line_count = 8
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_wall_x = 40
|
||||
support_enable = True
|
||||
raft_interface_line_spacing = 1.2
|
||||
adhesion_type = brim
|
||||
brim_line_count = 8
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 10
|
||||
layer_0_z_overlap = 0.12
|
||||
layer_height = 0.12
|
||||
line_width = 0.57
|
||||
raft_airgap = 0.24
|
||||
raft_base_line_spacing = 1.2
|
||||
raft_base_line_width = 0.6
|
||||
raft_interface_line_spacing = 1.2
|
||||
raft_interface_line_width = 0.57
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.5
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = 30
|
||||
speed_print = 45
|
||||
speed_support = 40
|
||||
speed_topbottom = 35
|
||||
speed_travel = 150
|
||||
speed_wall_0 = 15
|
||||
speed_wall_x = 40
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = 25
|
||||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.14
|
||||
|
||||
|
16
resources/variants/fabtotum_hyb35.inst.cfg
Normal file
16
resources/variants/fabtotum_hyb35.inst.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[general]
|
||||
name = Hybrid 0.35 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.35
|
||||
retraction_speed = 23
|
||||
retraction_amount = 2.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_lite04.inst.cfg
Normal file
16
resources/variants/fabtotum_lite04.inst.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[general]
|
||||
name = Lite 0.4 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
retraction_speed = 23
|
||||
retraction_amount = 2.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_lite06.inst.cfg
Normal file
16
resources/variants/fabtotum_lite06.inst.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[general]
|
||||
name = Lite 0.6 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
||||
retraction_speed = 23
|
||||
retraction_amount = 2.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_pro02.inst.cfg
Normal file
16
resources/variants/fabtotum_pro02.inst.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[general]
|
||||
name = Pro 0.2 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
||||
retraction_speed = 48
|
||||
retraction_amount = 1.0
|
||||
retraction_count_max = 50
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_pro04.inst.cfg
Normal file
16
resources/variants/fabtotum_pro04.inst.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[general]
|
||||
name = Pro 0.4 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
retraction_speed = 48
|
||||
retraction_amount = 1.0
|
||||
retraction_count_max = 50
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_pro06.inst.cfg
Normal file
16
resources/variants/fabtotum_pro06.inst.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[general]
|
||||
name = Pro 0.6 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
||||
retraction_speed = 48
|
||||
retraction_amount = 1.0
|
||||
retraction_count_max = 50
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_pro08.inst.cfg
Normal file
16
resources/variants/fabtotum_pro08.inst.cfg
Normal file
@ -0,0 +1,16 @@
|
||||
[general]
|
||||
name = Pro 0.8 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
retraction_speed = 48
|
||||
retraction_amount = 1.0
|
||||
retraction_count_max = 50
|
||||
retraction_min_travel = 0.1
|
Loading…
x
Reference in New Issue
Block a user