mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge pull request #13494 from dagoma3d/pro430
Introduces Dagoma Sigma printer and enhance Pro430 profiles See CURA-9965 and CURA-9964
This commit is contained in:
commit
1d63de0a4d
95 changed files with 36701 additions and 1096 deletions
|
@ -1,68 +1,75 @@
|
|||
{
|
||||
"name": "Dagoma Delta",
|
||||
"version": 2,
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": false,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma"
|
||||
},
|
||||
"overrides": {
|
||||
"machine_width": {
|
||||
"default_value": 195.55
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 205
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 195.55
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
[-36, -42],
|
||||
[-36, 42],
|
||||
[36, 42],
|
||||
[36, -42]
|
||||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"value": "0"
|
||||
},
|
||||
"machine_shape": {
|
||||
"default_value": "elliptic"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": ";Gcode by Cura\nG90\nG28\nM107\nM109 R100\nG29\nM109 S{material_print_temperature_layer_0} U-55 X55 V-85 Y-85 W0.26 Z0.26\nM82\nG92 E0\nG1 F200 E6\nG92 E0\nG1 F200 E-3.5\nG0 Z0.15\nG0 X10\nG0 Z3\nG1 F6000\n"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "\nM104 S0\nM106 S255\nM140 S0\nG91\nG1 E-1 F300\nG1 Z+3 E-2 F9000\nG90\nG28\n"
|
||||
},
|
||||
"default_material_print_temperature": {
|
||||
"default_value": 205
|
||||
},
|
||||
"speed_print": {
|
||||
"default_value": 40
|
||||
},
|
||||
"retraction_amount": {
|
||||
"default_value": 3.8
|
||||
},
|
||||
"retraction_speed": {
|
||||
"default_value": 60
|
||||
},
|
||||
"adhesion_type": {
|
||||
"default_value": "skirt"
|
||||
},
|
||||
"skirt_line_count": {
|
||||
"default_value": 2
|
||||
},
|
||||
"layer_height_0": {
|
||||
"default_value": 0.26
|
||||
},
|
||||
"top_bottom_thickness": {
|
||||
"default_value": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "Dagoma Delta",
|
||||
"version": 2,
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": false,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma",
|
||||
"first_start_actions": ["MachineSettingsAction"]
|
||||
},
|
||||
"overrides": {
|
||||
"machine_width": {
|
||||
"default_value": 195.55
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 205
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 195.55
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
[-36, -42],
|
||||
[-36, 42],
|
||||
[36, 42],
|
||||
[36, -42]
|
||||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"value": "0"
|
||||
},
|
||||
"machine_shape": {
|
||||
"default_value": "elliptic"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": ";Gcode by Cura\nG90\nG28\nM107\nM109 R100\nG29\nM109 S{material_print_temperature_layer_0} U-55 X55 V-85 Y-85 W0.26 Z0.26\nM82\nG92 E0\nG1 F200 E6\nG92 E0\nG1 F200 E-3.5\nG0 Z0.15\nG0 X10\nG0 Z3\nG1 F6000\n"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "\nM104 S0\nM106 S255\nM140 S0\nG91\nG1 E-1 F300\nG1 Z+3 E-2 F9000\nG90\nG28\n"
|
||||
},
|
||||
"default_material_print_temperature": {
|
||||
"default_value": 205
|
||||
},
|
||||
"speed_print": {
|
||||
"default_value": 40
|
||||
},
|
||||
"retraction_amount": {
|
||||
"default_value": 3.8
|
||||
},
|
||||
"retraction_speed": {
|
||||
"default_value": 60
|
||||
},
|
||||
"adhesion_type": {
|
||||
"default_value": "skirt"
|
||||
},
|
||||
"skirt_line_count": {
|
||||
"default_value": 2
|
||||
},
|
||||
"layer_height_0": {
|
||||
"default_value": 0.26
|
||||
},
|
||||
"top_bottom_thickness": {
|
||||
"default_value": 1
|
||||
},
|
||||
"infill_before_walls": {
|
||||
"value": "False"
|
||||
},
|
||||
"inset_direction": {
|
||||
"value": "'inside_out'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,195 +1,38 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Dagoma PRO 430 BASE",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata":
|
||||
{
|
||||
"visible": false,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "dagoma_pro_430_base.3mf",
|
||||
"platform_offset": [-125, -118, -280],
|
||||
"has_machine_quality": true,
|
||||
"has_materials": true,
|
||||
"has_variants": true,
|
||||
"variants_name": "Steel Nozzle Size",
|
||||
"preferred_material": "dagoma_generic_pla",
|
||||
"preferred_quality_type": "high",
|
||||
"preferred_variant_name": "0.4",
|
||||
"exclude_materials":
|
||||
[
|
||||
"3D-Fuel_PLA_PRO_Black",
|
||||
"3D-Fuel_PLA_SnapSupport",
|
||||
"bestfilament_abs_skyblue",
|
||||
"bestfilament_petg_orange",
|
||||
"bestfilament_pla_green",
|
||||
"chromatik_pla",
|
||||
"dsm_arnitel2045_175",
|
||||
"dsm_novamid1070_175",
|
||||
"emotiontech_abs",
|
||||
"emotiontech_absx",
|
||||
"emotiontech_acetate",
|
||||
"emotiontech_asax",
|
||||
"emotiontech_bvoh",
|
||||
"emotiontech_copa",
|
||||
"emotiontech_hips",
|
||||
"emotiontech_nylon_1030",
|
||||
"emotiontech_nylon_1030cf",
|
||||
"emotiontech_nylon_1070",
|
||||
"emotiontech_pc",
|
||||
"emotiontech_pekk",
|
||||
"emotiontech_petg",
|
||||
"emotiontech_pla",
|
||||
"emotiontech_pla_hr_870",
|
||||
"emotiontech_pva-m",
|
||||
"emotiontech_pva-s",
|
||||
"emotiontech_tpu98a",
|
||||
"eryone_petg",
|
||||
"eryone_pla",
|
||||
"eryone_pla_glow",
|
||||
"eryone_pla_matte",
|
||||
"eryone_pla_wood",
|
||||
"eSUN_PETG_Black",
|
||||
"eSUN_PETG_Grey",
|
||||
"eSUN_PETG_Purple",
|
||||
"eSUN_PLA_PRO_Black",
|
||||
"eSUN_PLA_PRO_Grey",
|
||||
"eSUN_PLA_PRO_Purple",
|
||||
"eSUN_PLA_PRO_White",
|
||||
"Extrudr_GreenTECPro_Anthracite_175",
|
||||
"Extrudr_GreenTECPro_Black_175",
|
||||
"Extrudr_GreenTECPro_Blue_175",
|
||||
"Extrudr_GreenTECPro_Nature_175",
|
||||
"Extrudr_GreenTECPro_Red_175",
|
||||
"Extrudr_GreenTECPro_Silver_175",
|
||||
"Extrudr_GreenTECPro_White_175",
|
||||
"fabtotum_abs",
|
||||
"fabtotum_nylon",
|
||||
"fabtotum_pla",
|
||||
"fabtotum_tpu",
|
||||
"fdplast_abs_tomato",
|
||||
"fdplast_petg_gray",
|
||||
"fdplast_pla_olive",
|
||||
"fiberlogy_hd_pla",
|
||||
"filo3d_pla",
|
||||
"filo3d_pla_green",
|
||||
"filo3d_pla_red",
|
||||
"generic_bvoh_175",
|
||||
"generic_hips_175",
|
||||
"generic_pva_175",
|
||||
"generic_tough_pla",
|
||||
"goofoo_abs",
|
||||
"goofoo_asa",
|
||||
"goofoo_bronze_pla",
|
||||
"goofoo_emarble_pla",
|
||||
"goofoo_esilk_pla",
|
||||
"goofoo_hips",
|
||||
"goofoo_pa",
|
||||
"goofoo_pa_cf",
|
||||
"goofoo_pc",
|
||||
"goofoo_peek",
|
||||
"goofoo_petg",
|
||||
"goofoo_pla",
|
||||
"goofoo_pva",
|
||||
"goofoo_tpe_83a",
|
||||
"goofoo_tpu_87a",
|
||||
"goofoo_tpu_95a",
|
||||
"goofoo_wood_pla",
|
||||
"imade3d_petg_175",
|
||||
"imade3d_pla_175",
|
||||
"innofill_innoflex60_175",
|
||||
"layer_one_black_pla",
|
||||
"layer_one_dark_gray_pla",
|
||||
"layer_one_white_pla",
|
||||
"leapfrog_abs_natural",
|
||||
"leapfrog_epla_natural",
|
||||
"leapfrog_pva_natural",
|
||||
"octofiber_pla",
|
||||
"polyflex_pla",
|
||||
"polymax_pla",
|
||||
"polyplus_pla",
|
||||
"polywood_pla",
|
||||
"redd_abs",
|
||||
"redd_asa",
|
||||
"redd_hips",
|
||||
"redd_nylon",
|
||||
"redd_petg",
|
||||
"redd_pla",
|
||||
"redd_tpe",
|
||||
"structur3d_dap100silicone",
|
||||
"tizyx_abs",
|
||||
"tizyx_flex",
|
||||
"tizyx_petg",
|
||||
"tizyx_pla",
|
||||
"tizyx_pla_bois",
|
||||
"tizyx_pva",
|
||||
"verbatim_bvoh_175",
|
||||
"Vertex_Delta_ABS",
|
||||
"Vertex_Delta_PET",
|
||||
"Vertex_Delta_PLA",
|
||||
"Vertex_Delta_PLA_Glitter",
|
||||
"Vertex_Delta_PLA_Mat",
|
||||
"Vertex_Delta_PLA_Satin",
|
||||
"Vertex_Delta_PLA_Wood",
|
||||
"Vertex_Delta_TPU",
|
||||
"volumic_abs_ultra",
|
||||
"volumic_arma_ultra",
|
||||
"volumic_asa_ultra",
|
||||
"volumic_br80_ultra",
|
||||
"volumic_bumper_ultra",
|
||||
"volumic_cu80_ultra",
|
||||
"volumic_flex93_ultra",
|
||||
"volumic_medical_ultra",
|
||||
"volumic_nylon_ultra",
|
||||
"volumic_pekk_carbone",
|
||||
"volumic_petg_ultra",
|
||||
"volumic_petgcarbone_ultra",
|
||||
"volumic_pla_ultra",
|
||||
"volumic_pp_ultra",
|
||||
"volumic_strong_ultra",
|
||||
"volumic_support_ultra",
|
||||
"xyzprinting_abs",
|
||||
"xyzprinting_antibact_pla",
|
||||
"xyzprinting_carbon_fiber",
|
||||
"xyzprinting_colorinkjet_pla",
|
||||
"xyzprinting_flexible",
|
||||
"xyzprinting_metallic_pla",
|
||||
"xyzprinting_nylon",
|
||||
"xyzprinting_petg",
|
||||
"xyzprinting_pla",
|
||||
"xyzprinting_tough_pla",
|
||||
"zyyx_pro_flex",
|
||||
"zyyx_pro_pla",
|
||||
"xyzprinting_tpu"
|
||||
]
|
||||
},
|
||||
|
||||
"overrides":
|
||||
{
|
||||
"machine_gcode_flavor": { "default_value": "Marlin" },
|
||||
"machine_width": { "default_value": 430 },
|
||||
"machine_depth": { "default_value": 320 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"machine_steps_per_mm_x": { "default_value": 80 },
|
||||
"machine_steps_per_mm_y": { "default_value": 80 },
|
||||
"machine_steps_per_mm_z": { "default_value": 800 },
|
||||
"machine_max_feedrate_x": { "default_value": 500 },
|
||||
"machine_max_feedrate_y": { "default_value": 500 },
|
||||
"machine_max_feedrate_z": { "default_value": 16 },
|
||||
"machine_max_acceleration_x": { "value": 1500 },
|
||||
"machine_max_acceleration_y": { "value": 1500 },
|
||||
"machine_max_acceleration_z": { "value": 70 },
|
||||
"machine_max_acceleration_e": { "value": 10000 },
|
||||
"machine_nozzle_cool_down_speed": { "default_value": 1.5 },
|
||||
"machine_nozzle_heat_up_speed": { "default_value": 7 },
|
||||
"machine_nozzle_expansion_angle": { "default_value": 60 },
|
||||
"default_material_print_temperature": { "default_value": 205 },
|
||||
"default_material_bed_temperature": { "default_value": 50 },
|
||||
"adhesion_type": { "default_value": "skirt" },
|
||||
"skirt_line_count": { "default_value": 3 },
|
||||
"nozzle_disallowed_areas": { "default_value": [ [[-215, 160], [-166, 160], [-215, 111]], [[215, 160], [166, 160], [215, 111]] ] },
|
||||
"machine_use_extruder_offset_to_offset_coords": {"default_value": false }
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Dagoma PRO 430 BASE",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata":
|
||||
{
|
||||
"visible": false,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "dagoma_pro430.obj",
|
||||
"first_start_actions": ["MachineSettingsAction"],
|
||||
"has_materials": true,
|
||||
"has_machine_quality": true,
|
||||
"has_variants": true,
|
||||
"variants_name": "Nozzle"
|
||||
},
|
||||
|
||||
"overrides":
|
||||
{
|
||||
"machine_gcode_flavor": { "default_value": "Marlin" },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_width": { "default_value": 430 },
|
||||
"machine_depth": { "default_value": 320 },
|
||||
"default_material_bed_temperature": { "default_value": 50 },
|
||||
"default_material_print_temperature": { "default_value": 205, "maximum_value": "430" },
|
||||
"material_print_temperature": { "maximum_value": "430" },
|
||||
"material_print_temperature_layer_0": { "maximum_value": "430" },
|
||||
"material_initial_print_temperature": { "maximum_value": "430" },
|
||||
"material_final_print_temperature": { "maximum_value": "430" },
|
||||
"material_break_preparation_temperature": { "maximum_value": "430" },
|
||||
"material_break_temperature": { "maximum_value": "430" },
|
||||
"material_standby_temperature": { "maximum_value": "430" },
|
||||
"infill_before_walls": { "value": "False" },
|
||||
"inset_direction": { "value": "'inside_out'" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,40 +1,26 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Dagoma PRO 430B",
|
||||
"inherits": "dagoma_pro_430_base",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma",
|
||||
"machine_extruder_trains": { "0": "dagoma_pro_430_bowden_extruder_0" }
|
||||
},
|
||||
|
||||
"overrides":
|
||||
{
|
||||
"machine_name": { "default_value": "Dagoma PRO 430B" },
|
||||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_height": { "default_value": 360 },
|
||||
"machine_head_with_fans_polygon": { "default_value": [ [-22.5, -22.5], [-22.5, 22.5], [22.5, 22.5], [22.5, -22.5] ] },
|
||||
"gantry_height": { "value": "35" },
|
||||
"machine_start_gcode": { "default_value": "\n;Start Gcode for {machine_name}\n;Author: Dagoma\n;Contact: contact-pro@dagoma3d.com\n\n;Sliced: {date} {time}\n\n;Estimated print time: {print_time}\n\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}°\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\n\nG21 ;Set units to millimeters\nG90 ;Set all axes to absolute\nM140 S{material_bed_temperature} ;Preheat hotbed\nM117 Nozzle preheating ;Set message\nM109 R{material_standby_temperature} ;Preheat hotend before bed leveling\nM117 Hotbed preheating ;Set message\nM190 S{material_bed_temperature} ;Preheat hotbed before bed leveling\nG28 ;Go to origin on all axes\nG29 ; Bed Leveling\nG0 X215 Y1 Z0.4 ;Move XYZ axis before purge\nM117 Wait for print temp ;Set message\nM109 S{material_print_temperature_layer_0} ;Wait for initial print temp\nM83 ;Set E to relative positioning\nG1 E{retraction_amount} F200 ;Purge\nG0 Z3 ;Move Z axis before print start\nM82 ;Set E to absolute positioning\nG92 E0 ;Set E position\nG1 F{travel_speed} ;Set the feedrate to {travel_speed}mm/s\nM117 Print in progress ;Set message\n" },
|
||||
"machine_end_gcode": { "default_value": "\n;End Gcode for {machine_name}\n;Author: Dagoma\n\nM104 S0 ;Set hotend temperature for cooldown\nM140 S0 ;Set hotbed temperature for cooldown\nG91 ;Set all axes to relative\nG0 Z+3 ;Move Z axis after print end\nG1 E-{retraction_amount} F5000 ;Retract filament to stop oozing\nG90 ;Set all axes to absolute\nG28 X Y ;Home the X and Y axes\nM18 ;Disable steppers motors\nM117 Print end ;Set message\n" },
|
||||
"machine_acceleration": { "value": 1250 },
|
||||
"machine_max_jerk_xy": { "value": 10 },
|
||||
"machine_max_jerk_z": { "value": 0.3 },
|
||||
"machine_max_jerk_e": { "value": 5 },
|
||||
"machine_max_feedrate_e": { "default_value": 200 },
|
||||
"machine_steps_per_mm_e": { "default_value": 139.5 },
|
||||
"acceleration_enabled": { "value": true },
|
||||
"acceleration_print": { "value": "1250", "maximum_value": 1500 },
|
||||
"acceleration_layer_0": { "value": "acceleration_topbottom", "maximum_value": 1500 },
|
||||
"acceleration_topbottom": { "value": "math.ceil(acceleration_print * 1000 / 1250)", "maximum_value": 1500 },
|
||||
"acceleration_travel": { "value": "acceleration_print", "maximum_value": 1500 },
|
||||
"acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 1250)", "maximum_value": 1500 },
|
||||
"acceleration_wall_0": { "value": "math.ceil(acceleration_print * 800 / 1250)", "maximum_value": 1500 },
|
||||
"jerk_enabled": { "value": "True" },
|
||||
"jerk_print": { "value": "8", "minimum_value_warning": 8 },
|
||||
"jerk_travel": {"value": "10", "minimum_value_warning": 8 },
|
||||
"optimize_wall_printing_order": { "value": "True" }
|
||||
}
|
||||
}
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Dagoma PRO 430 Bowden",
|
||||
"inherits": "dagoma_pro_430_base",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma",
|
||||
"machine_extruder_trains": { "0": "dagoma_pro_430_bowden_extruder" },
|
||||
"preferred_variant_name": "Brass 0.4mm",
|
||||
"preferred_quality_type": "h0.2"
|
||||
},
|
||||
|
||||
"overrides":
|
||||
{
|
||||
"machine_name": { "default_value": "Dagoma PRO 430 Bowden" },
|
||||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_height": { "default_value": 350 },
|
||||
"nozzle_disallowed_areas": { "default_value": [ [[-215, 160], [-166, 160], [-215, 111]], [[215, 160], [166, 160], [215, 111]] ] },
|
||||
"machine_head_with_fans_polygon": { "default_value": [ [-22.5, -22.5], [-22.5, 22.5], [22.5, 22.5], [22.5, -22.5] ] },
|
||||
"gantry_height": { "value": "35" },
|
||||
"machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Contact: contact-pro@dagoma3d.com\n\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}°C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\n\nG21 ;Set units to millimeters\nG90 ;Set all axes to absolute\nM104 S120 ; Launch hotend heating up to 120°C\nM190 S{material_bed_temperature} ;Preheat hotbed\nM106 S255; Activating layers fans for checkup and minimise filament on t\nG28 ;Go to origin on all axes\nG29 ; Bed Leveling\nM107 ; Turn off Layers Fans\nG0 X215 Y1 Z0.4 ;Move XYZ axis before purge\nM109 S{material_print_temperature_layer_0} ;Wait for initial print temp\nM83 ;Set E to relative positioning\nG1 E{retraction_amount} F200 ;Purge\nG0 Z3 ;Move Z axis before print start\nM82 ;Set E to absolute positioning\nG92 E0 ;Set E position\nG1 F{speed_travel} ;Set the feedrate to {speed_travel}mm/s\n" },
|
||||
"machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\n\nM104 S0 ;Set hotend temperature for cooldown\nM140 S0 ;Set hotbed temperature for cooldown\nG91 ;Set all axes to relative\nG0 Z+3 ;Move Z axis after print end\nG1 E-{retraction_amount} F5000 ;Retract filament to stop oozing\nG28 X Y ;Home the X and Y axes\nM18 ;Disable steppers motors\n" }
|
||||
}
|
||||
}
|
||||
|
|
30
resources/definitions/dagoma_pro_430_directdrive.def.json
Normal file
30
resources/definitions/dagoma_pro_430_directdrive.def.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Dagoma PRO 430 Direct Drive",
|
||||
"inherits": "dagoma_pro_430_base",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma",
|
||||
"machine_extruder_trains": { "0": "dagoma_pro_430_directdrive_extruder" },
|
||||
"preferred_variant_name": "Brass 0.4mm",
|
||||
"preferred_quality_type": "h0.2"
|
||||
},
|
||||
|
||||
"overrides":
|
||||
{
|
||||
"machine_name": { "default_value": "Dagoma PRO 430 Direct Drive" },
|
||||
"machine_extruder_count": { "default_value": 1 },
|
||||
"machine_height": { "default_value": 310 },
|
||||
"nozzle_disallowed_areas": { "default_value": [
|
||||
[[-215, 160], [-166, 160], [-215, 111]],
|
||||
[[215, 160], [166, 160], [215, 111]],
|
||||
[[-215, 160], [-200, 160], [-200, -160], [-215, -160]],
|
||||
[[215, 160], [200, 160], [200, -160], [215, -160]],
|
||||
[[-215, 160], [-215, 137.5], [215, 137.5], [215, 160]]
|
||||
] },
|
||||
"machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Contact: contact-pro@dagoma3d.com\n\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}°C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\n\nG21 ;Set units to millimeters\nG90 ;Set all axes to absolute\nM104 S120 ; Launch hotend heating up to 120°C\nM190 S{material_bed_temperature} ;Preheat hotbed\nM106 S255; Activating layers fans for checkup and minimise filament on t\nG28 ;Go to origin on all axes\nG29 ; Bed Leveling\nM107 ; Turn off Layers Fans\nG0 X215 Y1 Z0.4 ;Move XYZ axis before purge\nM109 S{material_print_temperature_layer_0} ;Wait for initial print temp\nM83 ;Set E to relative positioning\nG1 E{retraction_amount} F200 ;Purge\nG0 Z3 ;Move Z axis before print start\nM82 ;Set E to absolute positioning\nG92 E0 ;Set E position\nG1 F{speed_travel} ;Set the feedrate to {speed_travel}mm/s\n" },
|
||||
"machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\n\nM104 S0 ;Set hotend temperature for cooldown\nM140 S0 ;Set hotbed temperature for cooldown\nG91 ;Set all axes to relative\nG0 Z+3 ;Move Z axis after print end\nG1 E-5 F5000 ;Retract filament to stop oozing\nG28 X Y ;Home the X and Y axes\nM18 ;Disable steppers motors\n" }
|
||||
}
|
||||
}
|
34
resources/definitions/dagoma_pro_430_dual.def.json
Normal file
34
resources/definitions/dagoma_pro_430_dual.def.json
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Dagoma PRO 430 Dual",
|
||||
"inherits": "dagoma_pro_430_base",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma",
|
||||
"machine_extruder_trains": {
|
||||
"0": "dagoma_pro_430_dual_extruder_left",
|
||||
"1": "dagoma_pro_430_dual_extruder_right"
|
||||
},
|
||||
"quality_definition": "dagoma_pro_430_bowden",
|
||||
"preferred_variant_name": "Brass 0.4mm",
|
||||
"preferred_quality_type": "h0.2"
|
||||
},
|
||||
|
||||
"overrides":
|
||||
{
|
||||
"machine_name": { "default_value": "Dagoma PRO 430 Dual" },
|
||||
"machine_extruder_count": { "default_value": 2 },
|
||||
"machine_height": { "default_value": 310 },
|
||||
"nozzle_disallowed_areas": { "default_value": [
|
||||
[[-215, 160], [-166, 160], [-215, 111]],
|
||||
[[215, 160], [166, 160], [215, 111]],
|
||||
[[-215, 160], [-154, 160], [-154, -160], [-215, -160]],
|
||||
[[215, 160], [154, 160], [154, -160], [215, -160]],
|
||||
[[-215, 160], [-215, 125], [215, 125], [215, 160]]
|
||||
] },
|
||||
"machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Contact: contact-pro@dagoma3d.com\n\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}°C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\n\nG21 ;Set units to millimeters\nG90 ;Set all axes to absolute\nM104 S120 ; Launch hotend heating up to 120°C\nM190 S{material_bed_temperature} ;Preheat hotbed\nM106 S255; Activating layers fans for checkup and minimise filament on t\nG28 ;Go to origin on all axes\nG29 ; Bed Leveling\nM107 ; Turn off Layers Fans\nG0 X215 Y1 Z0.4 ;Move XYZ axis before purge\nM109 S{material_print_temperature_layer_0} ;Wait for initial print temp\nM83 ;Set E to relative positioning\nG1 E{retraction_amount} F200 ;Purge\nG0 Z15.0 F6000 ;Move Z axis before print start\nM82 ;Set E to absolute positioning\nG92 E0 ;Set E position\nG1 F{travel_speed} ;Set the feedrate to {travel_speed}mm/s\n" },
|
||||
"machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\n\nM104 T0 S0 ;Set hotend temperature for cooldown\nM104 T1 S0 ;Set hotend temperature for cooldown\nM140 S0 ;Set hotbed temperature for cooldown\nG91 ;Set all axes to relative\nG0 Z+3 ;Move Z axis after print end\nG1 E-{retraction_amount} F5000 ;Retract filament to stop oozing\nG90 ;Set all axes to absolute\nG28 X Y ;Home the X and Y axes\nM84 ; Disable steppers motors\nM18 ;Disable steppers motors\nM117 Print end ;Set message\n" }
|
||||
}
|
||||
}
|
36
resources/definitions/dagoma_sigma.def.json
Normal file
36
resources/definitions/dagoma_sigma.def.json
Normal file
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "Dagoma Sigma",
|
||||
"version": 2,
|
||||
"inherits": "dagoma_delta",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Dagoma",
|
||||
"manufacturer": "Dagoma",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "dagoma_sigma.obj",
|
||||
"has_materials": true,
|
||||
"has_machine_quality": true,
|
||||
"has_variants": true,
|
||||
"preferred_variant_name": "0.4mm",
|
||||
"preferred_quality_type": "h0.2",
|
||||
"variants_name": "Nozzle",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "dagoma_sigma_extruder"
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": {
|
||||
"default_value": "Dagoma Sigma"
|
||||
},
|
||||
"speed_travel" : {
|
||||
"value": 150
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}°C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\n\nG90 ;absolute positioning\nM104 S120 ;Launch heating up to 120°C\nM106 S255 ;Activating layers fans\nG29 ;Homing and Calibration\nM107 ;Off Ventilateur\nM109 S{material_print_temperature} U-55 X55 V-85 Y-85 W0.26 Z0.26 ;Temperature for the first layer only\nM82 ;Set extruder to absolute mode\nG92 E0 ;Zero the extruded length\nG1 F200 E6 ;Extrude 10mm of feed stock\nG92 E0 ;Zero the extruded length again\nG1 F200 E-3.5\nG0 Z0.15\nG0 X10\nG0 Z3\nG1 F{speed_travel}\nM117 Printing...\n"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\n\nM104 S0\nM107\nM140 S0\nG91\nG1 E-1 F300\nG1 Z+3 E-2 F9000\nG90\nG28\n"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "dagoma_pro_430_bowden",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 0
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Extruder",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "dagoma_pro_430_bowden",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 0
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "dagoma_pro_430_directdrive",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 0
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "dagoma_pro_430_dual",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 0,
|
||||
"maximum_value": "1"
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 2",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "dagoma_pro_430_dual",
|
||||
"position": "1"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 1,
|
||||
"maximum_value": "1"
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
}
|
||||
}
|
||||
}
|
21
resources/extruders/dagoma_sigma_extruder.def.json
Normal file
21
resources/extruders/dagoma_sigma_extruder.def.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "dagoma_sigma",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 0
|
||||
},
|
||||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
}
|
||||
}
|
||||
}
|
2172
resources/meshes/dagoma_pro430.obj
Normal file
2172
resources/meshes/dagoma_pro430.obj
Normal file
File diff suppressed because it is too large
Load diff
Binary file not shown.
32787
resources/meshes/dagoma_sigma.obj
Normal file
32787
resources/meshes/dagoma_sigma.obj
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.1
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Brass 0.4mm
|
||||
|
||||
[values]
|
||||
acceleration_infill = 2500
|
||||
acceleration_roofing = 1200
|
||||
acceleration_topbottom = 1200
|
||||
acceleration_wall_0 = 650.0
|
||||
acceleration_wall_x = 1200
|
||||
small_feature_speed_factor = 75
|
||||
speed_print = 50.0
|
||||
speed_roofing = 45.0
|
||||
speed_topbottom = 45.0
|
||||
speed_wall_0 = 35.0
|
||||
speed_wall_x = 45.0
|
||||
support_z_distance = 0.2
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Brass 0.4mm
|
||||
|
||||
[values]
|
||||
acceleration_infill = 3000
|
||||
acceleration_roofing = 1600
|
||||
acceleration_topbottom = 1500
|
||||
acceleration_wall_0 = 850
|
||||
acceleration_wall_x = 1600
|
||||
small_feature_speed_factor = 60
|
||||
speed_print = 70
|
||||
speed_wall_0 = 50
|
||||
speed_wall_x = 60
|
||||
support_z_distance = 0.1
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.3
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = Brass 0.4mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,20 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Brass 0.8mm
|
||||
|
||||
[values]
|
||||
speed_infill = 35
|
||||
speed_print = 45
|
||||
speed_wall_0 = =speed_wall
|
||||
material_flow_layer_0 = 110
|
||||
material_print_temperature = =default_material_print_temperature + 35
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 30
|
|
@ -0,0 +1,19 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Brass 0.8mm
|
||||
|
||||
[values]
|
||||
speed_infill = 35
|
||||
speed_print = 50
|
||||
speed_wall_0 = 20
|
||||
material_print_temperature = =default_material_print_temperature + 60
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 25
|
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Brass 1.0mm
|
||||
|
||||
[values]
|
||||
material_flow_layer_0 = 110
|
||||
material_print_temperature = =default_material_print_temperature + 55
|
||||
speed_print = 45
|
||||
speed_wall_0 = 30
|
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Brass 1.0mm
|
||||
|
||||
[values]
|
||||
material_flow_layer_0 = 150
|
||||
material_print_temperature = =default_material_print_temperature + 60
|
||||
speed_print = 50
|
||||
speed_wall_0 = 20.0
|
|
@ -0,0 +1,20 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.8
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = Brass 1.0mm
|
||||
|
||||
[values]
|
||||
bottom_layers = 2
|
||||
material_print_temperature = =default_material_print_temperature + 65
|
||||
speed_print = 45
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 30
|
||||
material_flow_layer_0 = 140
|
|
@ -1,20 +1,15 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
|
||||
layer_height = 0.1
|
||||
layer_height_0 = =round(0.38 * machine_nozzle_size, 2)
|
||||
|
||||
top_bottom_thickness = =8 * layer_height
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.1
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
|
@ -1,20 +1,15 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
|
||||
layer_height = 0.2
|
||||
layer_height_0 = =round(0.38 * machine_nozzle_size, 2)
|
||||
|
||||
top_bottom_thickness = =6 * layer_height
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
|
@ -1,20 +1,15 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = Medium Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = medium
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
|
||||
layer_height = 0.3
|
||||
layer_height_0 = =round(0.38 * machine_nozzle_size, 2)
|
||||
|
||||
top_bottom_thickness = =4 * layer_height
|
||||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.3
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
|
@ -1,20 +1,15 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = low
|
||||
weight = -3
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
|
||||
layer_height = 0.4
|
||||
layer_height_0 = =round(0.38 * machine_nozzle_size, 2)
|
||||
|
||||
top_bottom_thickness = =3 * layer_height
|
||||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -2
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
|
@ -1,20 +1,15 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -4
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
|
||||
layer_height = 0.6
|
||||
layer_height_0 = =round(0.38 * machine_nozzle_size, 2)
|
||||
|
||||
top_bottom_thickness = =2 * layer_height
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = -3
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.6
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.8
|
||||
weight = -4
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.8
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.1
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Steel 0.4mm
|
||||
|
||||
[values]
|
||||
acceleration_infill = 2500
|
||||
acceleration_roofing = 1200
|
||||
acceleration_topbottom = 1200
|
||||
acceleration_wall_0 = 650.0
|
||||
acceleration_wall_x = 1200
|
||||
material_print_temperature = =default_material_print_temperature + 30
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 40
|
||||
speed_print = 50.0
|
||||
speed_roofing = 45.0
|
||||
speed_topbottom = 45.0
|
||||
speed_wall_0 = 35.0
|
||||
speed_wall_x = 45.0
|
||||
support_interface_enable = False
|
||||
support_top_distance = 0.2
|
||||
support_z_distance = 0.2
|
|
@ -0,0 +1,27 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = Steel 0.4mm
|
||||
|
||||
[values]
|
||||
acceleration_infill = 3000
|
||||
acceleration_roofing = 1600
|
||||
acceleration_topbottom = 1500
|
||||
acceleration_wall_0 = 850
|
||||
acceleration_wall_x = 1600
|
||||
material_print_temperature = =default_material_print_temperature + 33
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40.0
|
||||
speed_print = 70
|
||||
speed_wall_0 = 50
|
||||
speed_wall_x = 60
|
||||
support_top_distance = 0.1
|
||||
support_z_distance = 0.1
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.3
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Steel 0.4mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,21 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Steel 0.8mm
|
||||
|
||||
[values]
|
||||
gradual_infill_step_height = 2
|
||||
gradual_infill_steps = 2
|
||||
infill_sparse_density = 20
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
retraction_amount = 3.5
|
||||
retraction_speed = 45
|
||||
top_layers = 4
|
|
@ -0,0 +1,25 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Steel 0.8mm
|
||||
|
||||
[values]
|
||||
bottom_layers = 2
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 7
|
||||
material_flow = 100
|
||||
material_flow_layer_0 = 120
|
||||
material_print_temperature = =default_material_print_temperature + 60
|
||||
skin_overlap = 10
|
||||
speed_wall_x = 25
|
||||
top_layers = 3
|
||||
wall_line_count = 2
|
||||
z_seam_corner = z_seam_corner_none
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.1
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Brass 0.4mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,21 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Brass 0.4mm
|
||||
|
||||
[values]
|
||||
infill_pattern = triangles
|
||||
infill_sparse_density = 15
|
||||
material_bed_temperature = 70
|
||||
material_print_temperature = =default_material_print_temperature + 25
|
||||
retraction_amount = 1.5
|
||||
speed_print = 65
|
||||
wall_line_count = 3
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.3
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = Brass 0.4mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,21 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 1
|
||||
material = generic_tpu
|
||||
variant = Brass 0.4mm
|
||||
|
||||
[values]
|
||||
infill_pattern = gyroid
|
||||
infill_sparse_density = 10
|
||||
material_bed_temperature = 60
|
||||
material_flow = 105
|
||||
material_print_temperature = =default_material_print_temperature - 8
|
||||
retraction_amount = 3
|
||||
speed_print = 30.0
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Brass 0.8mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Brass 0.8mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Brass 1.0mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Brass 1.0mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.8
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = Brass 1.0mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.1
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.3
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -2
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = -3
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.6
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.8
|
||||
weight = -4
|
||||
material = generic_pla
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.8
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.1
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Steel 0.4mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = Steel 0.4mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.3
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Steel 0.4mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = Steel 0.8mm
|
||||
|
||||
[values]
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = Steel 0.8mm
|
||||
|
||||
[values]
|
18
resources/quality/dagoma/dagoma_sigma_0.4_pla_h0.1.inst.cfg
Normal file
18
resources/quality/dagoma/dagoma_sigma_0.4_pla_h0.1.inst.cfg
Normal file
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.1
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = 0.4mm
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
retraction_amount = 2.5
|
||||
small_feature_speed_factor = 75.0
|
||||
small_feature_speed_factor_0 = 35.0
|
18
resources/quality/dagoma/dagoma_sigma_0.4_pla_h0.2.inst.cfg
Normal file
18
resources/quality/dagoma/dagoma_sigma_0.4_pla_h0.2.inst.cfg
Normal file
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = 0.4mm
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
retraction_amount = 3.5
|
||||
small_feature_speed_factor = 25.0
|
||||
small_feature_speed_factor_0 = =small_feature_speed_factor
|
21
resources/quality/dagoma/dagoma_sigma_0.4_pla_h0.3.inst.cfg
Normal file
21
resources/quality/dagoma/dagoma_sigma_0.4_pla_h0.3.inst.cfg
Normal file
|
@ -0,0 +1,21 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.3
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = 0.4mm
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
speed_print = 40
|
||||
speed_layer_0 = 17
|
||||
speed_infill = 40
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = 40
|
||||
speed_topbottom = 40
|
21
resources/quality/dagoma/dagoma_sigma_0.8_pla_h0.4.inst.cfg
Normal file
21
resources/quality/dagoma/dagoma_sigma_0.8_pla_h0.4.inst.cfg
Normal file
|
@ -0,0 +1,21 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -2
|
||||
material = generic_pla
|
||||
variant = 0.8mm
|
||||
|
||||
[values]
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
speed_print = 40
|
||||
speed_layer_0 = 17
|
||||
speed_infill = 40
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = 40
|
||||
speed_topbottom = 40
|
17
resources/quality/dagoma/dagoma_sigma_0.8_pla_h0.6inst.cfg
Normal file
17
resources/quality/dagoma/dagoma_sigma_0.8_pla_h0.6inst.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = -3
|
||||
material = generic_pla
|
||||
variant = 0.8mm
|
||||
|
||||
[values]
|
||||
material_flow_layer_0 = 80
|
||||
material_print_temperature = =default_material_print_temperature + 35
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 30
|
17
resources/quality/dagoma/dagoma_sigma_0.8_pla_h0.8.inst.cfg
Normal file
17
resources/quality/dagoma/dagoma_sigma_0.8_pla_h0.8.inst.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.8
|
||||
weight = -4
|
||||
material = generic_pla
|
||||
variant = 0.8mm
|
||||
|
||||
[values]
|
||||
material_flow_layer_0 = 80
|
||||
material_print_temperature = =default_material_print_temperature + 40
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 35
|
14
resources/quality/dagoma/dagoma_sigma_global_h0.1.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_sigma_global_h0.1.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.1
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
14
resources/quality/dagoma/dagoma_sigma_global_h0.2.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_sigma_global_h0.2.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.2
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
14
resources/quality/dagoma/dagoma_sigma_global_h0.3.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_sigma_global_h0.3.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.3
|
||||
weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
14
resources/quality/dagoma/dagoma_sigma_global_h0.4.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_sigma_global_h0.4.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Very Fast
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.4
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
14
resources/quality/dagoma/dagoma_sigma_global_h0.6.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_sigma_global_h0.6.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.6
|
||||
weight = -3
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.6
|
14
resources/quality/dagoma/dagoma_sigma_global_h0.8.inst.cfg
Normal file
14
resources/quality/dagoma/dagoma_sigma_global_h0.8.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = h0.8
|
||||
weight = -4
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.8
|
|
@ -1,54 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = generic_abs_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 20
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 40.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 80 / 40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 80 / 40)
|
||||
speed_support_interface = =math.ceil(speed_print * 25 / 40)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_enabled = False
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.25
|
||||
cool_fan_speed_max = =cool_fan_speed * 0.35
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,54 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = generic_asa_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 20
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 40.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 80 / 40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 80 / 40)
|
||||
speed_support_interface = =math.ceil(speed_print * 25 / 40)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_enabled = False
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.25
|
||||
cool_fan_speed_max = =cool_fan_speed * 0.35
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,54 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = generic_nylon_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 20
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 40.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 80 / 40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 80 / 40)
|
||||
speed_support_interface = =math.ceil(speed_print * 25 / 40)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_enabled = False
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.25
|
||||
cool_fan_speed_max = =cool_fan_speed * 0.50
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,54 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = generic_pc_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 40.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 80 / 40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 80 / 40)
|
||||
speed_support_interface = =math.ceil(speed_print * 25 / 40)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_enabled = False
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.25
|
||||
cool_fan_speed_max = =cool_fan_speed * 0.35
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,54 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = generic_cpe_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 20
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 40.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 80 / 40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 80 / 40)
|
||||
speed_support_interface = =math.ceil(speed_print * 25 / 40)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.25
|
||||
cool_fan_speed_max = =cool_fan_speed * 0.30
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,54 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = generic_petg_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature + 20
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 40.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 80 / 40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 80 / 40)
|
||||
speed_support_interface = =math.ceil(speed_print * 25 / 40)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_enabled = False
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.25
|
||||
cool_fan_speed_max = =cool_fan_speed * 0.35
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,52 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = generic_pla_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
|
||||
speed_print = 60.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 40 / 60)
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 60)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 100 / 60)
|
||||
speed_layer_0 = =math.ceil(speed_print * 15 / 60)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 75 / 60)
|
||||
speed_support_interface = =math.ceil(speed_print * 50 / 60)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_fan_full_at_height = =layer_height_0 + 7 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,52 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = generic_pla_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
|
||||
speed_print = 80.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 60 / 80)
|
||||
speed_wall_0 = =math.ceil(speed_print * 50 / 80)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 125 / 80)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 80)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 100 / 80)
|
||||
speed_support_interface = =math.ceil(speed_print * 50 / 80)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,52 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = Medium Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = medium
|
||||
weight = -2
|
||||
material = generic_pla_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
|
||||
speed_print = 90.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 60 / 90)
|
||||
speed_wall_0 = =math.ceil(speed_print * 50 / 90)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 150 / 90)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 90)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 125 / 90)
|
||||
speed_support_interface = =math.ceil(speed_print * 50 / 90)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_fan_full_at_height = =layer_height_0 + 3 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,54 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = dagoma_generic_pp
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 40.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 80 / 40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25 / 40)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 80 / 40)
|
||||
speed_support_interface = =math.ceil(speed_print * 25 / 40)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.25
|
||||
cool_fan_speed_max = =cool_fan_speed * 0.50
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,53 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = dagoma_generic_tpe
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness ==line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 30.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 30)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 30)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 100 / 30)
|
||||
speed_layer_0 = =math.ceil(speed_print * 15 / 30)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 75 / 30)
|
||||
speed_support_interface = =math.ceil(speed_print * 30 / 30)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,53 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = High Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = -1
|
||||
material = generic_tpu_175
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_corner = z_seam_corner_weighted
|
||||
skin_outline_count = 0
|
||||
|
||||
infill_sparse_density = 15
|
||||
infill_before_walls = False
|
||||
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_bed_temperature = =default_material_bed_temperature
|
||||
|
||||
speed_print = 30.0
|
||||
speed_infill = =speed_print
|
||||
speed_wall = =math.ceil(speed_print * 30 / 30)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 30)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_topbottom = =speed_wall_0
|
||||
speed_travel = =math.ceil(speed_print * 100 / 30)
|
||||
speed_layer_0 = =math.ceil(speed_print * 15 / 30)
|
||||
speed_travel_layer_0 = =math.ceil(speed_print * 75 / 30)
|
||||
speed_support_interface = =math.ceil(speed_print * 30 / 30)
|
||||
speed_slowdown_layers = 1
|
||||
|
||||
retraction_combing = noskin
|
||||
travel_avoid_distance = 1.2
|
||||
retraction_combing_max_distance = 10
|
||||
|
||||
support_interface_enable = True
|
||||
support_interface_pattern = zigzag
|
||||
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
cool_fan_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
cool_min_layer_time = 1
|
||||
cool_min_layer_time_fan_speed_max = 10
|
||||
cool_min_speed = 20.0
|
|
@ -1,20 +0,0 @@
|
|||
[general]
|
||||
|
||||
version = 4
|
||||
name = Extra Fine Quality
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = extra_fine
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
|
||||
layer_height = 0.05
|
||||
layer_height_0 = =round(0.55 * machine_nozzle_size, 2)
|
||||
|
||||
top_bottom_thickness = =16 * layer_height
|
106
resources/variants/dagoma_pro_430_bowden_brass_0.4.inst.cfg
Normal file
106
resources/variants/dagoma_pro_430_bowden_brass_0.4.inst.cfg
Normal file
|
@ -0,0 +1,106 @@
|
|||
[general]
|
||||
name = Brass 0.4mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_layer_0 = =acceleration_topbottom
|
||||
acceleration_print = 1500
|
||||
acceleration_print_layer_0 = =acceleration_layer_0
|
||||
acceleration_skirt_brim = 3000
|
||||
acceleration_travel = =acceleration_print
|
||||
acceleration_travel_layer_0 = 2000.0
|
||||
acceleration_wall = =math.ceil(acceleration_print * 1000 / 1250)
|
||||
adhesion_type = skirt
|
||||
bridge_fan_speed_2 = 100
|
||||
bridge_fan_speed_3 = 100
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 95.0
|
||||
bridge_skin_density_2 = 85
|
||||
bridge_skin_density_3 = 100
|
||||
bridge_skin_speed_2 = 37.5
|
||||
bridge_wall_min_length = 2.0
|
||||
carve_multiple_volumes = True
|
||||
coasting_enable = True
|
||||
cool_fan_full_at_height = 0.6
|
||||
cool_fan_speed_min = 100
|
||||
cool_min_layer_time = 6.0
|
||||
cool_min_speed = 5
|
||||
expand_skins_expand_distance = 0.8
|
||||
infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else (1.6 if infill_pattern == 'lightning' else 1)))))
|
||||
infill_overlap = 2
|
||||
infill_pattern = grid
|
||||
infill_sparse_density = 15
|
||||
infill_sparse_thickness = 0.4
|
||||
infill_wall_line_count = 1
|
||||
infill_wipe_dist = 0.2
|
||||
initial_layer_line_width_factor = 100
|
||||
jerk_enabled = False
|
||||
layer_height_0 = 0.25
|
||||
line_width = =machine_nozzle_size
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_id = Brass 0.4mm
|
||||
material_bed_temperature = 50
|
||||
material_bed_temperature_layer_0 = 80
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
material_flow_layer_0 = 95
|
||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
meshfix_maximum_deviation = 0.025
|
||||
meshfix_maximum_resolution = 1.5
|
||||
meshfix_maximum_travel_resolution = 0.5
|
||||
minimum_polygon_circumference = 0.4
|
||||
multiple_mesh_overlap = 0.15
|
||||
retract_at_layer_change = True
|
||||
retraction_amount = 3.0
|
||||
retraction_combing = noskin
|
||||
retraction_combing_max_distance = 5.0
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.0
|
||||
retraction_hop_enabled = True
|
||||
retraction_speed = 40
|
||||
roofing_layer_count = 1
|
||||
roofing_line_width = 0.3
|
||||
roofing_material_flow = 95
|
||||
skin_edge_support_thickness = 0.0
|
||||
skin_monotonic = True
|
||||
skin_no_small_gaps_heuristic = False
|
||||
skin_outline_count = 2
|
||||
skin_overlap = 5
|
||||
skin_preshrink = 0.8
|
||||
skirt_brim_speed = 35
|
||||
skirt_gap = 2.0
|
||||
skirt_line_count = 2
|
||||
small_feature_speed_factor_0 = 35
|
||||
small_hole_max_size = 4.0
|
||||
speed_infill = 60
|
||||
speed_layer_0 = 14
|
||||
speed_slowdown_layers = 4
|
||||
speed_support = 100
|
||||
speed_travel = 180
|
||||
speed_travel_layer_0 = 27
|
||||
support_angle = 65
|
||||
support_enable = False
|
||||
support_fan_enable = True
|
||||
support_infill_rate = 15
|
||||
support_pattern = zigzag
|
||||
support_structure = normal
|
||||
support_type = buildplate
|
||||
support_top_distance = 0.1
|
||||
support_xy_distance = 1.5
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
top_bottom_thickness = 0.8
|
||||
top_thickness = 0.8
|
||||
travel_avoid_distance = 3
|
||||
travel_avoid_supports = True
|
||||
wall_line_count = 2
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_corner = z_seam_corner_inner
|
||||
zig_zaggify_infill = False
|
41
resources/variants/dagoma_pro_430_bowden_brass_0.8.inst.cfg
Normal file
41
resources/variants/dagoma_pro_430_bowden_brass_0.8.inst.cfg
Normal file
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
name = Brass 0.8mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
adhesion_type = none
|
||||
bridge_settings_enabled = True
|
||||
bridge_wall_material_flow = 60
|
||||
bridge_wall_speed = 30
|
||||
cool_min_layer_time = 10
|
||||
gradual_infill_step_height = 2
|
||||
gradual_infill_steps = 0
|
||||
infill_before_walls = False
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 7
|
||||
initial_layer_line_width_factor = 100
|
||||
inset_direction = inside_out
|
||||
jerk_enabled = True
|
||||
jerk_infill = 10
|
||||
line_width = 0.7
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_id = Brass 0.8mm
|
||||
material_flow_layer_0 = 150
|
||||
retraction_speed = 30
|
||||
roofing_layer_count = 1
|
||||
roofing_material_flow = =skin_material_flow
|
||||
speed_infill = =speed_print
|
||||
speed_topbottom = =speed_print / 2
|
||||
speed_wall_x = 40
|
||||
top_layers = 4
|
||||
travel_avoid_supports = True
|
||||
wall_line_count = 2
|
||||
z_seam_corner = z_seam_corner_none
|
||||
z_seam_position = backleft
|
||||
z_seam_type = sharpest_corner
|
41
resources/variants/dagoma_pro_430_bowden_brass_1.0.inst.cfg
Normal file
41
resources/variants/dagoma_pro_430_bowden_brass_1.0.inst.cfg
Normal file
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
name = Brass 1.0mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
adhesion_type = none
|
||||
bridge_settings_enabled = True
|
||||
bridge_wall_material_flow = 60
|
||||
bridge_wall_speed = 30
|
||||
gradual_infill_step_height = 2
|
||||
gradual_infill_steps = 0
|
||||
infill_before_walls = False
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 7
|
||||
initial_layer_line_width_factor = 100
|
||||
inset_direction = inside_out
|
||||
jerk_enabled = True
|
||||
jerk_infill = 10
|
||||
layer_height_0 = 0.3
|
||||
line_width = 0.9
|
||||
machine_nozzle_size = 1.0
|
||||
machine_nozzle_id = Brass 1.0mm
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 25
|
||||
retraction_speed = 30
|
||||
roofing_layer_count = 1
|
||||
roofing_material_flow = =skin_material_flow
|
||||
speed_infill = 35
|
||||
speed_topbottom = =speed_print / 2
|
||||
speed_wall_x = 40
|
||||
top_layers = 4
|
||||
travel_avoid_supports = True
|
||||
wall_line_count = 2
|
||||
z_seam_corner = z_seam_corner_none
|
||||
z_seam_position = backleft
|
||||
z_seam_type = sharpest_corner
|
|
@ -1,15 +1,103 @@
|
|||
[general]
|
||||
name = 0.4
|
||||
version = 4
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_id = 0.4
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_head_distance = 5
|
||||
machine_nozzle_tip_outer_diameter = 1
|
||||
[general]
|
||||
name = Steel 0.4mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_layer_0 = =acceleration_topbottom
|
||||
acceleration_print = 1500
|
||||
acceleration_print_layer_0 = =acceleration_layer_0
|
||||
acceleration_skirt_brim = 3000
|
||||
acceleration_travel = =acceleration_print
|
||||
acceleration_travel_layer_0 = 2000.0
|
||||
acceleration_wall = =math.ceil(acceleration_print * 1000 / 1250)
|
||||
adhesion_type = skirt
|
||||
bridge_fan_speed_2 = 100
|
||||
bridge_fan_speed_3 = 100
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 95.0
|
||||
bridge_skin_density_2 = 85
|
||||
bridge_skin_density_3 = 100
|
||||
bridge_skin_speed_2 = 37.5
|
||||
bridge_wall_min_length = 2.0
|
||||
carve_multiple_volumes = True
|
||||
coasting_enable = True
|
||||
cool_fan_full_at_height = 0.6
|
||||
cool_fan_speed_min = 100
|
||||
cool_min_layer_time = 6.0
|
||||
cool_min_speed = 5
|
||||
expand_skins_expand_distance = 0.8
|
||||
infill_line_distance = =0 if infill_sparse_density == 0 else (infill_line_width * 100) / infill_sparse_density * (2 if infill_pattern == 'grid' else (3 if infill_pattern == 'triangles' or infill_pattern == 'trihexagon' or infill_pattern == 'cubic' or infill_pattern == 'cubicsubdiv' else (2 if infill_pattern == 'tetrahedral' or infill_pattern == 'quarter_cubic' else (1 if infill_pattern == 'cross' or infill_pattern == 'cross_3d' else (1.6 if infill_pattern == 'lightning' else 1)))))
|
||||
infill_overlap = 2
|
||||
infill_pattern = grid
|
||||
infill_sparse_density = 15
|
||||
infill_sparse_thickness = 0.4
|
||||
infill_wall_line_count = 1
|
||||
infill_wipe_dist = 0.2
|
||||
initial_layer_line_width_factor = 100
|
||||
line_width = =machine_nozzle_size
|
||||
jerk_enabled = False
|
||||
layer_height_0 = 0.25
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_id = Steel 0.4mm
|
||||
material_bed_temperature = 50
|
||||
material_bed_temperature_layer_0 = 80
|
||||
material_final_print_temperature = =max(-273.15, material_print_temperature - 15)
|
||||
material_flow_layer_0 = 95
|
||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||
meshfix_maximum_deviation = 0.025
|
||||
meshfix_maximum_resolution = 1.5
|
||||
meshfix_maximum_travel_resolution = 0.5
|
||||
minimum_polygon_circumference = 0.4
|
||||
multiple_mesh_overlap = 0.15
|
||||
retract_at_layer_change = True
|
||||
retraction_combing = noskin
|
||||
retraction_combing_max_distance = 5.0
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.0
|
||||
retraction_hop_enabled = True
|
||||
roofing_layer_count = 1
|
||||
roofing_line_width = 0.3
|
||||
roofing_material_flow = 95
|
||||
skin_edge_support_thickness = 0.0
|
||||
skin_monotonic = True
|
||||
skin_no_small_gaps_heuristic = False
|
||||
skin_outline_count = 2
|
||||
skin_overlap = 5
|
||||
skin_preshrink = 0.8
|
||||
skirt_brim_speed = 35
|
||||
skirt_gap = 2.0
|
||||
skirt_line_count = 2
|
||||
small_feature_speed_factor = 75
|
||||
small_feature_speed_factor_0 = 35
|
||||
small_hole_max_size = 4.0
|
||||
speed_infill = 60
|
||||
speed_layer_0 = 14
|
||||
speed_slowdown_layers = 4
|
||||
speed_support = 100
|
||||
speed_travel = 180
|
||||
speed_travel_layer_0 = 27
|
||||
support_angle = 65
|
||||
support_enable = False
|
||||
support_fan_enable = True
|
||||
support_infill_rate = 15
|
||||
support_pattern = zigzag
|
||||
support_structure = tree
|
||||
support_type = buildplate
|
||||
support_xy_distance = 1.5
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
top_bottom_thickness = 0.8
|
||||
top_thickness = 0.8
|
||||
travel_avoid_distance = 3
|
||||
travel_avoid_supports = True
|
||||
wall_line_count = 2
|
||||
wall_thickness = =line_width * 2
|
||||
z_seam_corner = z_seam_corner_inner
|
||||
zig_zaggify_infill = False
|
||||
|
|
17
resources/variants/dagoma_pro_430_bowden_steel_0.8.inst.cfg
Normal file
17
resources/variants/dagoma_pro_430_bowden_steel_0.8.inst.cfg
Normal file
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
name = Steel 0.8mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_bowden
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
adhesion_type = none
|
||||
infill_before_walls = False
|
||||
line_width = 0.7
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_id = Steel 0.8mm
|
||||
speed_print = 50
|
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = Brass 0.4mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
adhesion_type = none
|
||||
infill_before_walls = False
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_id = Brass 0.4mm
|
||||
retraction_speed = 10
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Brass 0.8mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_id = Brass 0.8mm
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Brass 1.0mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 1.0
|
||||
machine_nozzle_id = Brass 1.0mm
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Steel 0.4mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_id = Steel 0.4mm
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Steel 0.8mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_directdrive
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_id = Steel 0.8mm
|
13
resources/variants/dagoma_pro_430_dual_brass_0.4.inst.cfg
Normal file
13
resources/variants/dagoma_pro_430_dual_brass_0.4.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Brass 0.4mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_id = Brass 0.4mm
|
13
resources/variants/dagoma_pro_430_dual_brass_0.8.inst.cfg
Normal file
13
resources/variants/dagoma_pro_430_dual_brass_0.8.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Brass 0.8mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_id = Brass 0.8mm
|
13
resources/variants/dagoma_pro_430_dual_brass_1.0.inst.cfg
Normal file
13
resources/variants/dagoma_pro_430_dual_brass_1.0.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Brass 1.0mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 1.0
|
||||
machine_nozzle_id = Brass 1.0mm
|
13
resources/variants/dagoma_pro_430_dual_steel_0.4.inst.cfg
Normal file
13
resources/variants/dagoma_pro_430_dual_steel_0.4.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Steel 0.4mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_id = Steel 0.4mm
|
13
resources/variants/dagoma_pro_430_dual_steel_0.8.inst.cfg
Normal file
13
resources/variants/dagoma_pro_430_dual_steel_0.8.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
name = Steel 0.8mm
|
||||
version = 4
|
||||
definition = dagoma_pro_430_dual
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_id = Steel 0.8mm
|
75
resources/variants/dagoma_sigma_0.4.inst.cfg
Normal file
75
resources/variants/dagoma_sigma_0.4.inst.cfg
Normal file
|
@ -0,0 +1,75 @@
|
|||
[general]
|
||||
name = 0.4mm
|
||||
version = 4
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_infill = 3000
|
||||
acceleration_print = 1500
|
||||
acceleration_travel = 1500
|
||||
acceleration_travel_layer_0 = 2000
|
||||
acceleration_wall_0 = 850
|
||||
acceleration_wall_x = 1600
|
||||
bridge_fan_speed_2 = 100.0
|
||||
bridge_fan_speed_3 = 100.0
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 95.0
|
||||
bridge_skin_density_2 = 85.0
|
||||
bridge_skin_density_3 = 95.0
|
||||
bridge_wall_min_length = 2.0
|
||||
bridge_wall_speed = 25.0
|
||||
carve_multiple_volumes = True
|
||||
coasting_enable = True
|
||||
cool_fan_full_at_height = 0.6
|
||||
cool_min_layer_time = 6.0
|
||||
cool_min_speed = 5.0
|
||||
infill_overlap = 2.0
|
||||
infill_sparse_density = 15
|
||||
infill_sparse_thickness = 0.4
|
||||
infill_wall_line_count = 1
|
||||
layer_height_0 = 0.25
|
||||
line_width = 0.4
|
||||
machine_nozzle_size = 0.4
|
||||
machine_nozzle_id = 0.4mm
|
||||
retract_at_layer_change = True
|
||||
retraction_combing = noskin
|
||||
retraction_combing_max_distance = 5.0
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1.0
|
||||
retraction_hop = 0.0
|
||||
retraction_hop_enabled = True
|
||||
retraction_speed = 45
|
||||
roofing_layer_count = 1
|
||||
roofing_line_width = 0.3
|
||||
roofing_material_flow = 95
|
||||
roofing_monotonic = True
|
||||
skin_outline_count = 2
|
||||
skirt_gap = 2.0
|
||||
small_hole_max_size = 4.0
|
||||
speed_infill = 60
|
||||
speed_layer_0 = 14
|
||||
speed_travel = 140
|
||||
speed_travel_layer_0 = 27
|
||||
support_angle = 50.0
|
||||
support_fan_enable = True
|
||||
support_infill_rate = =15 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 15
|
||||
support_infill_sparse_thickness = =resolveOrValue('layer_height')
|
||||
support_interface_enable = False
|
||||
support_interface_height = 1.0
|
||||
support_interface_pattern = zigzag
|
||||
support_structure = tree
|
||||
support_top_distance = 0.1
|
||||
support_type = buildplate
|
||||
support_xy_distance = 1.5
|
||||
support_xy_distance_overhang = =machine_nozzle_size / 2
|
||||
support_z_distance = 0.2
|
||||
top_bottom_thickness = 0.8
|
||||
top_thickness = 0.8
|
||||
travel_avoid_distance = 3.0
|
||||
travel_avoid_supports = True
|
30
resources/variants/dagoma_sigma_0.8.inst.cfg
Normal file
30
resources/variants/dagoma_sigma_0.8.inst.cfg
Normal file
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
name = 0.8mm
|
||||
version = 4
|
||||
definition = dagoma_sigma
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
gradual_infill_steps = 0
|
||||
infill_before_walls = False
|
||||
infill_pattern = grid
|
||||
infill_sparse_density = 10
|
||||
inset_direction = inside_out
|
||||
line_width = 0.7
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_id = 0.8mm
|
||||
roofing_layer_count = 1
|
||||
speed_infill = 35
|
||||
speed_print = 40
|
||||
speed_roofing = 27.5
|
||||
speed_topbottom = 27.5
|
||||
speed_wall_0 = 20
|
||||
speed_wall_x = 25
|
||||
top_bottom_thickness = 0.8
|
||||
top_layers = 4
|
||||
wall_line_count = 2
|
||||
z_seam_corner = z_seam_corner_none
|
Loading…
Add table
Add a link
Reference in a new issue