mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
Deltacomb 3D - Updated profile
This commit is contained in:
parent
1d25f52df6
commit
473e8efac0
@ -1,61 +1,68 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Deltacomb 3D",
|
||||
"inherits": "fdmprinter",
|
||||
"version": 2,
|
||||
"name": "Deltacomb 3D",
|
||||
"inherits": "fdmprinter",
|
||||
|
||||
"metadata": {
|
||||
"author": "Gabriele Rossetti",
|
||||
"visible": true,
|
||||
"manufacturer": "Deltacomb 3D",
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "deltacomb.stl",
|
||||
"has_machine_quality": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "deltacomb_extruder_0"
|
||||
}
|
||||
"author": "Gabriele Rossetti",
|
||||
"visible": true,
|
||||
"manufacturer": "Deltacomb 3D",
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker2",
|
||||
"platform": "deltacomb.stl",
|
||||
"has_machine_quality": true,
|
||||
"has_materials": true,
|
||||
"has_machine_materials": false,
|
||||
"has_variants": true,
|
||||
"variants_name": "Head",
|
||||
"preferred_variant_name": "E3D 0.40mm",
|
||||
"preferred_material": "generic_pla",
|
||||
"preferred_quality_type": "normal",
|
||||
"machine_extruder_trains": { "0": "deltacomb_extruder_0", "1": "deltacomb_extruder_1" }
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_width": { "default_value": 190 },
|
||||
"machine_height": { "default_value": 250 },
|
||||
"machine_depth": { "default_value": 190 },
|
||||
"machine_center_is_zero": { "default_value": true },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."},
|
||||
"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\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning" },
|
||||
"machine_shape": { "default_value": "elliptic" },
|
||||
"retraction_hop_enabled": { "default_value": true },
|
||||
"retraction_amount" : { "default_value": 3.5 },
|
||||
"retraction_speed" : { "default_value": 50 },
|
||||
"material_final_print_temperature": { "value": "material_print_temperature - 5" },
|
||||
"material_initial_print_temperature": { "value": "material_print_temperature" },
|
||||
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"travel_avoid_distance": { "default_value": 1, "value": "1" },
|
||||
"speed_print" : { "default_value": 70 },
|
||||
"speed_travel": { "value": "150.0" },
|
||||
"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": "20" },
|
||||
"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": 90 },
|
||||
"gradual_infill_steps": { "default_value": 2 },
|
||||
"infill_before_walls" : { "default_value": false },
|
||||
"top_bottom_thickness": { "default_value": 0.6 },
|
||||
"support_z_distance": { "value": "layer_height * 2" },
|
||||
"support_bottom_distance": { "value": "layer_height" },
|
||||
"support_use_towers" : { "default_value": false },
|
||||
"jerk_wall_0" : { "value": "30" },
|
||||
"jerk_travel" : { "default_value": 20 },
|
||||
"acceleration_travel" : { "value": 10000 },
|
||||
"machine_max_feedrate_z" : { "default_value": 150 }
|
||||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_width": { "default_value": 190 },
|
||||
"machine_height": { "default_value": 250 },
|
||||
"machine_depth": { "default_value": 190 },
|
||||
"machine_center_is_zero": { "default_value": true },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 ;Home all axes (max endstops)\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..."},
|
||||
"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\nG28 ;Home all axes (max endstops)\nM84 ;steppers off\nG90 ;absolute positioning" },
|
||||
"machine_shape": { "default_value": "elliptic" },
|
||||
"retraction_hop_enabled": { "default_value": true },
|
||||
"retraction_hop": { "default_value": 1 },
|
||||
"retraction_amount" : { "default_value": 3.5 },
|
||||
"retraction_speed" : { "default_value": 30 },
|
||||
"retraction_combing" : { "default_value": "noskin" },
|
||||
"travel_avoid_distance": { "default_value": 1, "value": "1" },
|
||||
"speed_print" : { "default_value": 80 },
|
||||
"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": "30" },
|
||||
"speed_wall_x": { "value": "speed_wall" },
|
||||
"speed_layer_0": { "value": "min(round(speed_print * 0.75, 0), 45.0)" },
|
||||
"speed_travel": { "default_value": 150, "value": 150 },
|
||||
"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": 30 },
|
||||
"infill_pattern": { "value": "'cubic'" },
|
||||
"infill_before_walls" : { "default_value": false },
|
||||
"top_bottom_thickness": { "default_value": 0.8 },
|
||||
"support_z_distance": { "value": "layer_height * 2" },
|
||||
"support_bottom_distance": { "value": "layer_height" },
|
||||
"support_use_towers" : { "default_value": false },
|
||||
"jerk_enabled": { "default_value": 1, "value": "1" },
|
||||
"jerk_infill" : { "default_value": 5, "value": "5" },
|
||||
"jerk_support" : { "default_value": 5, "value": "5" },
|
||||
"acceleration_enabled": { "default_value": 1, "value": "1" },
|
||||
"acceleration_travel" : { "value": 5000 },
|
||||
"machine_max_feedrate_z" : { "default_value": 300 }
|
||||
}
|
||||
}
|
||||
|
@ -9,8 +9,10 @@
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0.0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0.0 }
|
||||
}
|
||||
}
|
||||
|
18
resources/extruders/deltacomb_extruder_1.def.json
Executable file
18
resources/extruders/deltacomb_extruder_1.def.json
Executable file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "deltacomb_extruder_1",
|
||||
"version": 2,
|
||||
"name": "Extruder 2",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "deltacomb",
|
||||
"position": "1"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 1 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0.0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0.0 }
|
||||
}
|
||||
}
|
4
resources/quality/deltacomb/deltacomb_abs_Draft_Quality.inst.cfg
Normal file → Executable file
4
resources/quality/deltacomb/deltacomb_abs_Draft_Quality.inst.cfg
Normal file → Executable file
@ -4,7 +4,7 @@ name = Fast (beta)
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
@ -13,7 +13,7 @@ material = generic_abs
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 2
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
cool_fan_speed_min = 50
|
||||
|
4
resources/quality/deltacomb/deltacomb_abs_Fast_Quality.inst.cfg
Normal file → Executable file
4
resources/quality/deltacomb/deltacomb_abs_Fast_Quality.inst.cfg
Normal file → Executable file
@ -4,7 +4,7 @@ name = Normal (beta)
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
@ -13,7 +13,7 @@ material = generic_abs
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 2
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
cool_fan_speed_min = 50
|
||||
|
6
resources/quality/deltacomb/deltacomb_abs_High_Quality.inst.cfg
Normal file → Executable file
6
resources/quality/deltacomb/deltacomb_abs_High_Quality.inst.cfg
Normal file → Executable file
@ -4,16 +4,16 @@ name = Extra Fine (beta)
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
weight = 0
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 2
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
cool_fan_speed_min = 50
|
||||
|
4
resources/quality/deltacomb/deltacomb_abs_Normal_Quality.inst.cfg
Normal file → Executable file
4
resources/quality/deltacomb/deltacomb_abs_Normal_Quality.inst.cfg
Normal file → Executable file
@ -4,7 +4,7 @@ name = Fine (beta)
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
@ -13,7 +13,7 @@ material = generic_abs
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 2
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
cool_fan_speed_min = 50
|
||||
|
4
resources/quality/deltacomb/deltacomb_abs_Verydraft_Quality.inst.cfg
Normal file → Executable file
4
resources/quality/deltacomb/deltacomb_abs_Verydraft_Quality.inst.cfg
Normal file → Executable file
@ -4,7 +4,7 @@ name = Extra Fast (beta)
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
weight = -3
|
||||
@ -13,7 +13,7 @@ material = generic_abs
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 2
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_max = 50
|
||||
cool_fan_speed_min = 50
|
||||
|
@ -4,7 +4,7 @@ name = Fast
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
|
@ -4,7 +4,7 @@ name = Normal
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
|
@ -4,10 +4,10 @@ name = Extra Fine
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
|
@ -4,7 +4,7 @@ name = Fine
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
|
@ -4,7 +4,7 @@ name = Extra Fast
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
weight = -3
|
||||
|
@ -0,0 +1,25 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_petg
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 60
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
speed_print = 50
|
||||
default_material_print_temperature = 235
|
||||
material_standby_temperature = 215
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
@ -0,0 +1,25 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_petg
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 60
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
speed_print = 50
|
||||
default_material_print_temperature = 235
|
||||
material_standby_temperature = 215
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
@ -0,0 +1,25 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 0
|
||||
material = generic_petg
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 60
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
speed_print = 50
|
||||
default_material_print_temperature = 235
|
||||
material_standby_temperature = 215
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
@ -0,0 +1,25 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_petg
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 60
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
speed_print = 50
|
||||
default_material_print_temperature = 235
|
||||
material_standby_temperature = 215
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
@ -0,0 +1,25 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Extra Fast
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
weight = -3
|
||||
material = generic_petg
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 60
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
speed_print = 50
|
||||
default_material_print_temperature = 235
|
||||
material_standby_temperature = 215
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
4
resources/quality/deltacomb/deltacomb_pla_Draft_Quality.inst.cfg
Normal file → Executable file
4
resources/quality/deltacomb/deltacomb_pla_Draft_Quality.inst.cfg
Normal file → Executable file
@ -4,7 +4,7 @@ name = Fast
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
@ -13,7 +13,7 @@ material = generic_pla
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 100
|
||||
|
4
resources/quality/deltacomb/deltacomb_pla_Fast_Quality.inst.cfg
Normal file → Executable file
4
resources/quality/deltacomb/deltacomb_pla_Fast_Quality.inst.cfg
Normal file → Executable file
@ -4,7 +4,7 @@ name = Normal
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
@ -13,7 +13,7 @@ material = generic_pla
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 100
|
||||
|
6
resources/quality/deltacomb/deltacomb_pla_High_Quality.inst.cfg
Normal file → Executable file
6
resources/quality/deltacomb/deltacomb_pla_High_Quality.inst.cfg
Normal file → Executable file
@ -4,16 +4,16 @@ name = Extra Fine
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 100
|
||||
|
4
resources/quality/deltacomb/deltacomb_pla_Normal_Quality.inst.cfg
Normal file → Executable file
4
resources/quality/deltacomb/deltacomb_pla_Normal_Quality.inst.cfg
Normal file → Executable file
@ -4,7 +4,7 @@ name = Fine
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
@ -13,7 +13,7 @@ material = generic_pla
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 100
|
||||
|
4
resources/quality/deltacomb/deltacomb_pla_Verydraft_Quality.inst.cfg
Normal file → Executable file
4
resources/quality/deltacomb/deltacomb_pla_Verydraft_Quality.inst.cfg
Normal file → Executable file
@ -4,7 +4,7 @@ name = Extra Fast
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 7
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
weight = -3
|
||||
@ -13,7 +13,7 @@ material = generic_pla
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height
|
||||
cool_fan_full_at_height = =layer_height * 4
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 100
|
||||
|
27
resources/quality/deltacomb/deltacomb_tpu_Draft_Quality.inst.cfg
Executable file
27
resources/quality/deltacomb/deltacomb_tpu_Draft_Quality.inst.cfg
Executable file
@ -0,0 +1,27 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 70
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
speed_print = 25
|
||||
speed_travel = 300
|
||||
acceleration_travel = 10000
|
||||
retraction_amount = 5
|
||||
retraction_hop_enabled = False
|
27
resources/quality/deltacomb/deltacomb_tpu_Fast_Quality.inst.cfg
Executable file
27
resources/quality/deltacomb/deltacomb_tpu_Fast_Quality.inst.cfg
Executable file
@ -0,0 +1,27 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 70
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
speed_print = 25
|
||||
speed_travel = 300
|
||||
acceleration_travel = 10000
|
||||
retraction_amount = 5
|
||||
retraction_hop_enabled = False
|
27
resources/quality/deltacomb/deltacomb_tpu_High_Quality.inst.cfg
Executable file
27
resources/quality/deltacomb/deltacomb_tpu_High_Quality.inst.cfg
Executable file
@ -0,0 +1,27 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 0
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 70
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
speed_print = 25
|
||||
speed_travel = 300
|
||||
acceleration_travel = 10000
|
||||
retraction_amount = 5
|
||||
retraction_hop_enabled = False
|
27
resources/quality/deltacomb/deltacomb_tpu_Normal_Quality.inst.cfg
Executable file
27
resources/quality/deltacomb/deltacomb_tpu_Normal_Quality.inst.cfg
Executable file
@ -0,0 +1,27 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 70
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
speed_print = 25
|
||||
speed_travel = 300
|
||||
acceleration_travel = 10000
|
||||
retraction_amount = 5
|
||||
retraction_hop_enabled = False
|
27
resources/quality/deltacomb/deltacomb_tpu_Verydraft_Quality.inst.cfg
Executable file
27
resources/quality/deltacomb/deltacomb_tpu_Verydraft_Quality.inst.cfg
Executable file
@ -0,0 +1,27 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Extra Fast
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
setting_version = 5
|
||||
type = quality
|
||||
quality_type = verydraft
|
||||
weight = -3
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height * 6
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_fan_speed_min = 70
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
speed_print = 25
|
||||
speed_travel = 300
|
||||
acceleration_travel = 10000
|
||||
retraction_amount = 5
|
||||
retraction_hop_enabled = False
|
13
resources/variants/deltacomb_025_e3d.inst.cfg
Executable file
13
resources/variants/deltacomb_025_e3d.inst.cfg
Executable file
@ -0,0 +1,13 @@
|
||||
[general]
|
||||
name = E3D 0.25mm
|
||||
version = 4
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
author = Deltacomb 3D
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.25
|
13
resources/variants/deltacomb_040_e3d.inst.cfg
Executable file
13
resources/variants/deltacomb_040_e3d.inst.cfg
Executable file
@ -0,0 +1,13 @@
|
||||
[general]
|
||||
name = E3D 0.40mm
|
||||
version = 4
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
author = Deltacomb 3D
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
13
resources/variants/deltacomb_080_e3d.inst.cfg
Executable file
13
resources/variants/deltacomb_080_e3d.inst.cfg
Executable file
@ -0,0 +1,13 @@
|
||||
[general]
|
||||
name = E3D 0.80mm
|
||||
version = 4
|
||||
definition = deltacomb
|
||||
|
||||
[metadata]
|
||||
author = Deltacomb 3D
|
||||
setting_version = 5
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
Loading…
x
Reference in New Issue
Block a user