Merge branch 'master' of github.com:jianshu-du/Cura

This commit is contained in:
Jaime van Kessel 2022-09-08 14:21:44 +02:00
commit 38496da592
No known key found for this signature in database
GPG Key ID: C85F7A3AF1BAA7C4
72 changed files with 606 additions and 33 deletions

View File

@ -0,0 +1,24 @@
{
"name": "Mingda 1000Pro",
"version": 2,
"inherits": "mingda_base",
"overrides":
{
"machine_name": { "default_value": "Mingda 1000Pro" },
"machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F1200 ; move z up little to prevent scratching of surface\n G1 X4 Y20 Z0.3 F3000.0 ; move to start-line position\n G1 X4 Y380.0 Z0.3 F1500.0 E30 ; draw 1st line\n G1 X4 Y380.0 Z0.4 F3000.0 ; move to side a little\n G1 X4 Y20 Z0.4 F1500.0 E60 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F1500 ; move z up little to prevent scratching of surface"},
"machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" },
"machine_width": { "default_value": 1000 },
"machine_depth": { "default_value": 1000 },
"machine_height": { "default_value": 1000 },
"gantry_height": { "value": 25 }
},
"metadata":
{
"quality_definition": "mingda_base",
"visible": true
}
}

View File

@ -0,0 +1,19 @@
{
"name": "Mingda 4H",
"version": 2,
"inherits": "mingda_base",
"overrides":
{
"machine_name": { "default_value": "Mingda 4H" },
"machine_width": { "default_value": 300 },
"machine_depth": { "default_value": 200 },
"machine_height": { "default_value": 200 },
"gantry_height": { "value": 25 }
},
"metadata":
{
"quality_definition": "mingda_base",
"visible": true
}
}

View File

@ -0,0 +1,24 @@
{
"name": "Mingda 600Pro",
"version": 2,
"inherits": "mingda_base",
"overrides":
{
"machine_name": { "default_value": "Mingda 600Pro" },
"machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F1200 ; move z up little to prevent scratching of surface\n G1 X4 Y20 Z0.3 F3000.0 ; move to start-line position\n G1 X4 Y380.0 Z0.3 F1500.0 E30 ; draw 1st line\n G1 X4 Y380.0 Z0.4 F3000.0 ; move to side a little\n G1 X4 Y20 Z0.4 F1500.0 E60 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F1500 ; move z up little to prevent scratching of surface"},
"machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" },
"machine_width": { "default_value": 600 },
"machine_depth": { "default_value": 600 },
"machine_height": { "default_value": 600 },
"gantry_height": { "value": 25 }
},
"metadata":
{
"quality_definition": "mingda_base",
"visible": true
}
}

View File

@ -0,0 +1,19 @@
{
"name": "Mingda 6H",
"version": 2,
"inherits": "mingda_base",
"overrides":
{
"machine_name": { "default_value": "Mingda 6H" },
"machine_width": { "default_value": 400 },
"machine_depth": { "default_value": 300 },
"machine_height": { "default_value": 500 },
"gantry_height": { "value": 25 }
},
"metadata":
{
"quality_definition": "mingda_base",
"visible": true
}
}

View File

@ -72,9 +72,9 @@
"overrides": {
"machine_name": { "default_value": "MINGDA Base Printer" },
"machine_start_gcode": { "default_value": " G28 ; home all axes\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"},
"machine_start_gcode": { "default_value": " G28 ; home all axes\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"},
"machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" },
"machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M106 S0 ; turn off fan" },
"machine_max_feedrate_x": { "value": 500 },
"machine_max_feedrate_y": { "value": 500 },
@ -110,9 +110,10 @@
"speed_print": { "value": 60.0 } ,
"speed_wall_x": { "value": "speed_wall" },
"speed_roofing": { "value": "speed_topbottom" },
"speed_travel": { "value": "150.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 2.5" },
"speed_travel": { "value": "80.0 if speed_print < 60 else 250.0 if speed_print > 100 else speed_print * 1.5" },
"speed_layer_0": { "value": 20.0 },
"speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
"speed_print_layer_0": { "value": "speed_layer_0" },
"speed_travel_layer_0": { "value": "60 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 1.5" },
"speed_prime_tower": { "value": "speed_topbottom" },
"speed_support": { "value": "speed_wall_0" },
"speed_support_interface": { "value": "speed_topbottom" },
@ -120,7 +121,7 @@
"skirt_brim_speed": { "value": "speed_layer_0" },
"line_width": { "value": "machine_nozzle_size * 1.1" },
"line_width": { "value": "machine_nozzle_size * 1" },
"optimize_wall_printing_order": { "value": true },
@ -131,12 +132,13 @@
"z_seam_corner": { "value": "'z_seam_corner_none'" },
"infill_sparse_density": { "value": "15" },
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'grid'" },
"infill_before_walls": { "value": false },
"infill_overlap": { "value": 30.0 },
"skin_overlap": { "value": 10.0 },
"infill_wipe_dist": { "value": 0.0 },
"wall_0_wipe_dist": { "value": 0.0 },
"wall_0_material_flow": { "value": "0.95 * material_flow"},
"fill_outline_gaps": { "value": false },
@ -162,15 +164,15 @@
"travel_retract_before_outer_wall": { "value": true },
"retraction_amount": { "value": 2 },
"retraction_enable": { "value": true },
"retraction_count_max": { "value": 100 },
"retraction_extrusion_window": { "value": 10 },
"retraction_extrusion_window": { "value": 3 },
"retraction_min_travel": { "value": 1.5 },
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
"cool_min_layer_time": { "value": 10 },
"adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
"adhesion_type": { "value": "'none' if support_enable else 'raft'" },
"brim_replaces_support": { "value": false },
"skirt_gap": { "value": 10.0 },
"skirt_line_count": { "value": 4 },
@ -181,8 +183,8 @@
"meshfix_maximum_resolution": { "value": "0.05" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" },
"support_pattern": { "value": "'zigzag'" },
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" },
"support_pattern": { "value": "'zigzag'" },
"support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
"support_use_towers": { "value": false },
"support_xy_distance": { "value": "wall_line_width_0 * 2" },
@ -202,6 +204,5 @@
"minimum_interface_area": { "value": 10 },
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
"wall_thickness": {"value": "line_width * 2" }
}
}

View File

@ -2,15 +2,16 @@
"name": "Mingda D2",
"version": 2,
"inherits": "mingda_base",
"overrides": {
"overrides":
{
"machine_name": { "default_value": "MINGDA D2" },
"machine_width": { "default_value": 230 },
"machine_depth": { "default_value": 230 },
"machine_height": { "default_value": 260 },
"gantry_height": { "value": 25 }
},
"metadata": {
"metadata":
{
"quality_definition": "mingda_base",
"visible": true,
"platform": "mingda_d2_base.stl",

View File

@ -2,20 +2,19 @@
"name": "Mingda D3/Pro",
"version": 2,
"inherits": "mingda_base",
"overrides": {
"overrides":
{
"machine_name": { "default_value": "MINGDA D3/Pro" },
"machine_width": { "default_value": 320 },
"machine_depth": { "default_value": 320 },
"machine_height": { "default_value": 400 },
"gantry_height": { "value": 25 }
},
"metadata": {
"metadata":
{
"quality_definition": "mingda_base",
"visible": true,
"platform": "mingda_rock3_base.stl",
"platform": "mingda_rock3_base.stl",
"platform_offset": [ -179, -108, 150]
}
}

View File

@ -2,16 +2,17 @@
"name": "Mingda D4 Pro",
"version": 2,
"inherits": "mingda_base",
"overrides": {
"overrides":
{
"machine_name": { "default_value": "MINGDA D4 Pro" },
"machine_start_gcode": { "default_value": "G28 ; home all axes\n G29; ABL\n M117 Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"},
"machine_width": { "default_value": 420 },
"machine_depth": { "default_value": 420 },
"machine_height": { "default_value": 400 },
"gantry_height": { "value": 25 }
},
"metadata": {
"metadata":
{
"quality_definition": "mingda_base",
"visible": true,
"platform": "mingda_d4pro_base.stl",

View File

@ -4,6 +4,11 @@
"inherits": "mingda_base",
"overrides": {
"machine_name": { "default_value": "Mingda Magician Max" },
"machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"},
"machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" },
"machine_width": { "default_value": 320 },
"machine_depth": { "default_value": 320 },
"machine_height": { "default_value": 400 },
@ -13,7 +18,7 @@
"metadata": {
"quality_definition": "mingda_base",
"visible": true,
"platform": "mingda_rock3_base.stl",
"platform_offset": [ -179, -108, 150]
"platform": "mingda_magician_max_base.stl",
"platform_offset": [ 0, 0, 4]
}
}

View File

@ -4,9 +4,11 @@
"inherits": "mingda_base",
"overrides": {
"machine_name": { "default_value": "Mingda Magician Pro" },
"machine_start_gcode": {
"default_value":" G28 ; home all axes\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"
},
"machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"},
"machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" },
"machine_width": { "default_value": 400 },
"machine_depth": { "default_value": 400 },
"machine_height": { "default_value": 400 },
@ -16,7 +18,7 @@
"metadata": {
"quality_definition": "mingda_base",
"visible": true,
"platform": "mingda_d4pro_base.stl",
"platform_offset": [ -177, -140, 170]
"platform": "mingda_magician_pro_base.stl",
"platform_offset": [ 0, 0, -4]
}
}

View File

@ -4,6 +4,11 @@
"inherits": "mingda_base",
"overrides": {
"machine_name": { "default_value": "Mingda Magician X" },
"machine_start_gcode": { "default_value": " G28 ; home all axes\n M420 S1\n M117 ; Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"},
"machine_end_gcode": { "default_value": " G91; relative positioning\n G1 Z1.0 F3000 ; move z up little to prevent scratching of print\n G90; absolute positioning\n G1 X0 Y0 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n M84 ; disable motors\n M420 S0\n M106 S0 ; turn off fan" },
"machine_width": { "default_value": 230 },
"machine_depth": { "default_value": 230 },
"machine_height": { "default_value": 260 },
@ -13,7 +18,7 @@
"metadata": {
"quality_definition": "mingda_base",
"visible": true,
"platform": "mingda_d2_base.stl",
"platform_offset": [ -205, -77, 65]
"platform": "mingda_magician_x_base.stl",
"platform_offset": [ 0, 0, 0]
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -12,3 +12,5 @@ variant = 0.2mm Nozzle
[values]
wall_thickness = =line_width*8
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.2mm Nozzle
[values]
wall_thickness = =line_width*8
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.3mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,7 @@ variant = 0.3mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1
raft_interface_thickness = 0.2
raft_surface_thickness = 0.2

View File

@ -12,3 +12,6 @@ variant = 0.3mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1
raft_interface_thickness = =round(layer_height, 2)

View File

@ -12,3 +12,5 @@ variant = 0.3mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,6 @@ variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1
raft_interface_thickness = 0.3

View File

@ -12,3 +12,5 @@ variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.4mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.5mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.5mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.5mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.5mm Nozzle
[values]
wall_thickness = =line_width*4
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.6mm Nozzle
[values]
wall_thickness = =line_width*3
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 0.8mm Nozzle
[values]
wall_thickness = =line_width*3
raft_airgap = 0.1

View File

@ -12,3 +12,5 @@ variant = 1.0mm Nozzle
[values]
wall_thickness = =line_width*3
raft_airgap = 0.1

View File

@ -13,3 +13,6 @@ variant = 0.3mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*4
raft_interface_thickness = 0.2
raft_surface_thickness = 0.2

View File

@ -13,3 +13,5 @@ variant = 0.3mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*4
raft_interface_thickness = =round(layer_height, 2)

View File

@ -13,3 +13,5 @@ variant = 0.4mm Nozzle
[values]
speed_layer_0 = 15
wall_thickness = =line_width*4
raft_interface_thickness = 0.3

View File

@ -11,3 +11,5 @@ material = generic_pla
variant = 0.3mm Nozzle
[values]
raft_interface_thickness = 0.2
raft_surface_thickness = 0.2

View File

@ -11,3 +11,4 @@ material = generic_pla
variant = 0.3mm Nozzle
[values]
raft_interface_thickness = =round(layer_height, 2)

View File

@ -11,3 +11,4 @@ material = generic_pla
variant = 0.4mm Nozzle
[values]
raft_interface_thickness = 0.3

View File

@ -11,3 +11,4 @@ material = generic_tpu
variant = 0.3mm Nozzle
[values]
raft_interface_thickness = =round(layer_height, 2)

View File

@ -17,3 +17,17 @@ top_bottom_thickness = =layer_height_0+layer_height*4
wall_thickness = =line_width*3
support_interface_height = =layer_height*6
adaptive_layer_height_enabled = true
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
infill_sparse_density = 20
speed_print = 60
speed_layer_0 = 10
speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_wall = =math.ceil(speed_print * 40 / 60)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
jerk_travel = 50
raft_airgap = 0.18
raft_base_thickness = =round(layer_height*1.5, 2)
raft_interface_thickness = =round(layer_height*1.2, 2)

View File

@ -16,3 +16,21 @@ layer_height_0 = 0.32
top_bottom_thickness = =layer_height_0+layer_height*3
wall_thickness = =line_width*2
support_interface_height = =layer_height*4
jerk_travel = 20
acceleration_print = 2000
acceleration_wall = 1500
acceleration_wall_0 = 1000
acceleration_topbottom = 1000
acceleration_travel = 2000
infill_sparse_density = 10
infill_line_width = =line_width*1
speed_print = 50
speed_wall = 50
raft_airgap = 0.18
raft_base_thickness = =round(layer_height*1.5, 2)
raft_interface_thickness = =round(layer_height*1.2, 2)

View File

@ -16,3 +16,20 @@ layer_height_0 = 0.28
top_bottom_thickness = =layer_height_0+layer_height*3
wall_thickness = =line_width*2
support_interface_height = =layer_height*4
jerk_travel = 20
acceleration_print = 2000
acceleration_wall = 1500
acceleration_wall_0 = 1000
acceleration_topbottom = 1000
acceleration_travel = 2000
infill_sparse_density = 10
infill_line_width = =line_width*1
speed_print = 50
speed_wall = 50
raft_airgap = 0.18
raft_base_thickness = =round(layer_height*1.5, 2)
raft_interface_thickness = =round(layer_height*1.2, 2)

View File

@ -16,3 +16,20 @@ layer_height_0 = 0.2
top_bottom_thickness = =layer_height_0+layer_height*3
wall_thickness = =line_width*3
support_interface_height = =layer_height*5
infill_line_width = =round(line_width * 0.4 / 0.35, 2)
infill_sparse_density = 20
speed_print = 60
speed_layer_0 = 10
speed_topbottom = =math.ceil(speed_print * 30 / 60)
speed_wall = =math.ceil(speed_print * 40 / 60)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
acceleration_wall = 2000
acceleration_wall_0 = 2000
jerk_travel = 50
raft_airgap = 0.18
raft_base_thickness = =round(layer_height*1.5, 2)
raft_interface_thickness = =round(layer_height*1.2, 2)

View File

@ -16,3 +16,11 @@ layer_height_0 = 0.12
top_bottom_thickness = =layer_height_0+layer_height*6
wall_thickness = =line_width*3
support_interface_height = =layer_height*8
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
infill_sparse_density = 20
jerk_travel = 50
raft_airgap = 0.18
raft_base_thickness = =round(layer_height*1.5, 2)
raft_interface_thickness = =round(layer_height*1.2, 2)

View File

@ -16,3 +16,16 @@ layer_height_0 = 0.12
top_bottom_thickness = =layer_height_0+layer_height*10
wall_thickness = =line_width*3
support_interface_height = =layer_height*12
skin_overlap = 10
speed_print = 50
speed_layer_0 = 10
speed_topbottom = =math.ceil(speed_print * 35 / 50)
speed_wall = =math.ceil(speed_print * 35 / 50)
top_bottom_thickness = 1
infill_line_width = =round(line_width * 0.42 / 0.35, 2)
jerk_travel = 50
raft_airgap = 0.18
raft_base_thickness = =round(layer_height*1.5, 2)
raft_interface_thickness = =round(layer_height*1.2, 2)

View File

@ -0,0 +1,12 @@
[general]
name = 0.2mm Nozzle
version = 4
definition = mingda_1000pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.2

View File

@ -0,0 +1,12 @@
[general]
name = 0.3mm Nozzle
version = 4
definition = mingda_1000pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.3

View File

@ -0,0 +1,12 @@
[general]
name = 0.4mm Nozzle
version = 4
definition = mingda_1000pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.4

View File

@ -0,0 +1,12 @@
[general]
name = 0.5mm Nozzle
version = 4
definition = mingda_1000pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.5

View File

@ -0,0 +1,12 @@
[general]
name = 0.6mm Nozzle
version = 4
definition = mingda_1000pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.6

View File

@ -0,0 +1,12 @@
[general]
name = 0.8mm Nozzle
version = 4
definition = mingda_1000pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.8

View File

@ -0,0 +1,12 @@
[general]
name = 1.0mm Nozzle
version = 4
definition = mingda_1000pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 1.0

View File

@ -0,0 +1,12 @@
[general]
name = 0.2mm Nozzle
version = 4
definition = mingda_4h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.2

View File

@ -0,0 +1,12 @@
[general]
name = 0.3mm Nozzle
version = 4
definition = mingda_4h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.3

View File

@ -0,0 +1,12 @@
[general]
name = 0.4mm Nozzle
version = 4
definition = mingda_4h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.4

View File

@ -0,0 +1,12 @@
[general]
name = 0.5mm Nozzle
version = 4
definition = mingda_4h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.5

View File

@ -0,0 +1,12 @@
[general]
name = 0.6mm Nozzle
version = 4
definition = mingda_4h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.6

View File

@ -0,0 +1,12 @@
[general]
name = 0.8mm Nozzle
version = 4
definition = mingda_4h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.8

View File

@ -0,0 +1,12 @@
[general]
name = 1.0mm Nozzle
version = 4
definition = mingda_4h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 1.0

View File

@ -0,0 +1,12 @@
[general]
name = 0.2mm Nozzle
version = 4
definition = mingda_600pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.2

View File

@ -0,0 +1,12 @@
[general]
name = 0.3mm Nozzle
version = 4
definition = mingda_600pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.3

View File

@ -0,0 +1,12 @@
[general]
name = 0.4mm Nozzle
version = 4
definition = mingda_600pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.4

View File

@ -0,0 +1,12 @@
[general]
name = 0.5mm Nozzle
version = 4
definition = mingda_600pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.5

View File

@ -0,0 +1,12 @@
[general]
name = 0.6mm Nozzle
version = 4
definition = mingda_600pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.6

View File

@ -0,0 +1,12 @@
[general]
name = 0.8mm Nozzle
version = 4
definition = mingda_600pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.8

View File

@ -0,0 +1,12 @@
[general]
name = 1.0mm Nozzle
version = 4
definition = mingda_600pro
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 1.0

View File

@ -0,0 +1,12 @@
[general]
name = 0.2mm Nozzle
version = 4
definition = mingda_6h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.2

View File

@ -0,0 +1,12 @@
[general]
name = 0.3mm Nozzle
version = 4
definition = mingda_6h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.3

View File

@ -0,0 +1,12 @@
[general]
name = 0.4mm Nozzle
version = 4
definition = mingda_6h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.4

View File

@ -0,0 +1,12 @@
[general]
name = 0.5mm Nozzle
version = 4
definition = mingda_6h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.5

View File

@ -0,0 +1,12 @@
[general]
name = 0.6mm Nozzle
version = 4
definition = mingda_6h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.6

View File

@ -0,0 +1,12 @@
[general]
name = 0.8mm Nozzle
version = 4
definition = mingda_6h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 0.8

View File

@ -0,0 +1,12 @@
[general]
name = 1.0mm Nozzle
version = 4
definition = mingda_6h
[metadata]
setting_version = 20
type = variant
hardware_type = nozzle
[values]
machine_nozzle_size = 1.0