mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Merge branch 'master' into libArachne_rebased
This commit is contained in:
commit
0e7553e95e
174 changed files with 2414 additions and 218 deletions
11
resources/README_resources.txt
Normal file
11
resources/README_resources.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
This is the folder for _bundled_ resources. If you place, or tinker with,
|
||||
any resources here, they will not be seen or upgraded by next versions of Cura.
|
||||
|
||||
If you want your (unbundled or altered) resources to work after an upgrade,
|
||||
please don't put them here, but install them either;
|
||||
- for materials: via the Marketplace (recommended if avialable),
|
||||
- by dragging a `.curapackage` file onto Cura,
|
||||
- or place it in the right sub-folder in the configuration folder* for Cura.
|
||||
|
||||
*) The configuration folder can be found by:
|
||||
Open up Help -> Show Configuration Folder
|
|
@ -114,6 +114,7 @@
|
|||
"skirt_gap": { "value": 5.0 },
|
||||
"skirt_line_count": { "value": 4 },
|
||||
|
||||
"meshfix_maximum_deviation": { "value": 0.05 },
|
||||
"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" },
|
||||
|
|
|
@ -84,8 +84,8 @@
|
|||
"material_final_print_temperature": { "value": "material_print_temperature" },
|
||||
"material_flow": { "value": 100 },
|
||||
|
||||
"z_seam_type": { "value": "'back'" },
|
||||
"z_seam_corner": { "value": "'z_seam_corner_weighted'" },
|
||||
"z_seam_type": { "value": "'sharpest_corner'" },
|
||||
"z_seam_corner": { "value": "'z_seam_corner_inner'" },
|
||||
|
||||
"infill_line_width": { "value": "line_width * 1.2" },
|
||||
"infill_sparse_density": { "value": "20" },
|
||||
|
@ -154,7 +154,7 @@
|
|||
|
||||
"support_interface_enable": { "value": true },
|
||||
"support_interface_height": { "value": "layer_height * 4" },
|
||||
"support_interface_density": { "value": 33.333 },
|
||||
"support_interface_density": { "value": 75 },
|
||||
"support_interface_pattern": { "value": "'grid'" },
|
||||
"support_interface_skip_height": { "value": 0.2 },
|
||||
"minimum_support_area": { "value": 2 },
|
||||
|
|
51
resources/definitions/biqu_bx_abl.def.json
Executable file
51
resources/definitions/biqu_bx_abl.def.json
Executable file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"name": "Biqu BX",
|
||||
"version": 2,
|
||||
"inherits": "biqu_base",
|
||||
"metadata": {
|
||||
"quality_definition": "biqu_base",
|
||||
"visible": true,
|
||||
"has_machine_materials": true,
|
||||
"platform": "BIQU_BX_PLATE.stl",
|
||||
"platform_offset": [
|
||||
7,
|
||||
-7.4,
|
||||
-3
|
||||
]
|
||||
},
|
||||
"overrides": {
|
||||
"coasting_enable": { "value": false },
|
||||
"retraction_amount": { "value": 1 },
|
||||
"retraction_speed": { "value": 40 },
|
||||
"retraction_extrusion_window": { "value": 1 },
|
||||
"retract_at_layer_change": { "value": true },
|
||||
"support_enable": { "value": false },
|
||||
"support_structure": { "value": "'normal'" },
|
||||
"support_type": { "value": "'buildplate'" },
|
||||
"support_angle": { "value": 45 },
|
||||
"support_infill_rate": { "value": 15 },
|
||||
"infill_overlap": { "value": 15.0 },
|
||||
"skin_overlap": { "value": 20.0 },
|
||||
"fill_outline_gaps": { "value": true },
|
||||
"filter_out_tiny_gaps": { "value": true },
|
||||
"roofing_layer_count": { "value": 2 },
|
||||
"xy_offset_layer_0": { "value": -0.1 },
|
||||
"speed_print": { "value": 50 },
|
||||
"machine_name": { "default_value": "Biqu BX" },
|
||||
"machine_width": { "value": 250 },
|
||||
"machine_depth": { "value": 250 },
|
||||
"machine_height": { "value": 250 },
|
||||
"machine_head_with_fans_polygon": { "default_value": [
|
||||
[-33, 35],
|
||||
[-33, -23],
|
||||
[33, -23],
|
||||
[33, 35]
|
||||
]
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "; BIQU BX Start G-code\r\n; For information on how to tune this profile and get the\r\n; most out of your BX visit: https:\/\/github.com\/looxonline\/Marlin\r\n; For the official github site visit: https:\/\/github.com\/bigtreetech\/BIQU-BX\r\n\r\nM117 Initial homing sequence. ; Home so that the probe is positioned to heat\r\nG28\r\n\r\nM117 Probe heating position\r\nG0 X65 Y5 Z1 ; Move the probe to the heating position.\r\n\r\nM117 Getting the heaters up to temp!\r\nM104 S140 ; Set Extruder temperature, no wait\r\nM140 S60 ; Set Heat Bed temperature\r\nM190 S60 ; Wait for Heat Bed temperature\r\n\r\nM117 Waiting for probe to warm! ; Wait another 90s for the probe to absorb heat.\r\nG4 S90 \r\n\r\nM117 Post warming re-home\r\nG28 ; Home all axes again after warming\r\n\r\nM117 Z-Dance of my people\r\nG34\r\n\r\nM117 ABL Probing\r\nG29\r\n\r\nM900 K0 L0 T0 ;Edit the K and L values if you have calibrated a k factor for your filament\r\nM900 T0 S0\r\n\r\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\r\nG1 X4.1 Y10 Z0.3 F5000.0 ; Move to start position\r\n\r\nM117 Getting the extruder up to temp\r\nM140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature\r\nM104 S{material_print_temperature_layer_0} ; Set Extruder temperature\r\nM109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature\r\nM190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature\r\n\r\nG92 E0 ; Reset Extruder\r\nM117 Purging\r\nG1 X4.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\r\nG1 X4.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\r\nG1 X4.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\r\nG92 E0 ; Reset Extruder\r\nM117 Lets make\r\nG1 X8 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish"
|
||||
},
|
||||
|
||||
"gantry_height": { "value": 27.5 }
|
||||
}
|
||||
}
|
76
resources/definitions/flsun_sr.def.json
Normal file
76
resources/definitions/flsun_sr.def.json
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "FlSun SuperRacer",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Thushan Fernando",
|
||||
"manufacturer": "Flsun",
|
||||
"platform": "flsun_sr.3mf",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_materials": true,
|
||||
"has_machine_quality": false,
|
||||
"preferred_quality_type": "fast",
|
||||
"machine_extruder_trains": {
|
||||
"0": "flsun_sr_extruder_0"
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
"machine_extruder_count": {
|
||||
"default_value": 1
|
||||
},
|
||||
"retraction_enable": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 260
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 260
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 330
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
[0, 0],
|
||||
[0, 0],
|
||||
[0, 0],
|
||||
[0, 0]
|
||||
]
|
||||
},
|
||||
"z_seam_type": {
|
||||
"value": "'back'"
|
||||
},
|
||||
"gantry_height": {
|
||||
"value": "0"
|
||||
},
|
||||
"machine_shape": {
|
||||
"default_value": "elliptic"
|
||||
},
|
||||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
},
|
||||
"infill_sparse_density": {
|
||||
"default_value": 15
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G21\nG90\nM82\nM107 T0\nM140 S{material_bed_temperature}\nM104 S{material_print_temperature} T0\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature} T0\nG28\nG92 E0\n"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": "M107 T0\nM104 S0\nM104 S0 T1\nM140 S0\nG92 E0\nG91\nG1 E-1 F300 \nG1 Z+0.5 E-5 F6000\nG28 X0 Y0\nG90 ;absolute positioning\n"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
}
|
||||
}
|
||||
}
|
279
resources/definitions/kingroon_base.def.json
Normal file
279
resources/definitions/kingroon_base.def.json
Normal file
|
@ -0,0 +1,279 @@
|
|||
{
|
||||
"name": "Kingroon Base Printer",
|
||||
"version": 2,
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": false,
|
||||
"author": "notamu",
|
||||
"manufacturer": "Kingroon",
|
||||
"file_formats": "text/x-gcode",
|
||||
"first_start_actions": ["MachineSettingsAction"],
|
||||
|
||||
"machine_extruder_trains": {
|
||||
"0": "kingroon_base_extruder_0"
|
||||
},
|
||||
|
||||
"has_materials": true,
|
||||
"has_variants": true,
|
||||
"has_machine_quality": true,
|
||||
"variants_name": "Nozzle Size",
|
||||
|
||||
"preferred_variant_name": "0.4mm Nozzle",
|
||||
"preferred_quality_type": "standard",
|
||||
"preferred_material": "generic_pla",
|
||||
"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_copa",
|
||||
"emotiontech_nylon_1030",
|
||||
"emotiontech_nylon_1030cf",
|
||||
"emotiontech_nylon_1070",
|
||||
"emotiontech_pc",
|
||||
"emotiontech_petg",
|
||||
"emotiontech_pla",
|
||||
"emotiontech_pla_hr_870",
|
||||
"emotiontech_bvoh",
|
||||
"emotiontech_hips",
|
||||
"emotiontech_pva-m",
|
||||
"emotiontech_pva-s",
|
||||
"emotiontech_tpu98a",
|
||||
"eSUN_PLA_PRO_White",
|
||||
"eSUN_PETG_Black",
|
||||
"eSUN_PETG_Grey",
|
||||
"eSUN_PETG_Purple",
|
||||
"eSUN_PLA_PRO_Black",
|
||||
"eSUN_PLA_PRO_Grey",
|
||||
"eSUN_PLA_PRO_Purple",
|
||||
"fabtotum_abs",
|
||||
"fabtotum_nylon",
|
||||
"fabtotum_pla",
|
||||
"fabtotum_tpu",
|
||||
"fdplast_pla_olive",
|
||||
"fdplast_abs_tomato",
|
||||
"fdplast_petg_gray",
|
||||
"fiberlogy_hd_pla",
|
||||
"filo3d_pla",
|
||||
"filo3d_pla_green",
|
||||
"filo3d_pla_red",
|
||||
"generic_cpe_175",
|
||||
"generic_hips_175",
|
||||
"generic_nylon_175",
|
||||
"generic_pc_175",
|
||||
"generic_pva_175",
|
||||
"imade3d_petg_175",
|
||||
"imade3d_pla_175",
|
||||
"innofill_innoflex60_175",
|
||||
"layer_one_white_pla",
|
||||
"layer_one_black_pla",
|
||||
"layer_one_dark_gray_pla",
|
||||
"leapfrog_pva_natural",
|
||||
"leapfrog_abs_natural",
|
||||
"leapfrog_epla_natural",
|
||||
"octofiber_pla",
|
||||
"polyflex_pla",
|
||||
"polymax_pla",
|
||||
"polyplus_pla",
|
||||
"polywood_pla",
|
||||
"redd_tpe",
|
||||
"redd_abs",
|
||||
"redd_asa",
|
||||
"redd_hips",
|
||||
"redd_nylon",
|
||||
"redd_petg",
|
||||
"redd_pla",
|
||||
"tizyx_flex",
|
||||
"tizyx_petg",
|
||||
"tizyx_pla",
|
||||
"tizyx_pla_bois",
|
||||
"tizyx_pva",
|
||||
"tizyx_abs",
|
||||
"verbatim_bvoh_175",
|
||||
"Vertex_Delta_TPU",
|
||||
"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",
|
||||
"volumic_support_ultra",
|
||||
"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",
|
||||
"zyyx_pro_flex",
|
||||
"zyyx_pro_pla"
|
||||
]
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Kingroon 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 Y175.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y175.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 Y200 F1000 ; prepare for part removal\n M104 S0; turn off extruder\n M140 S0 ; turn off bed\n G1 X0 Y300 F1000 ; prepare for part removal\n M84 ; disable motors\n M106 S0 ; turn off fan" },
|
||||
|
||||
"machine_width": { "default_value": 180 },
|
||||
"machine_depth": { "default_value": 180 },
|
||||
"machine_height": { "default_value": 180 },
|
||||
|
||||
"machine_max_feedrate_x": { "default_value": 100 },
|
||||
"machine_max_feedrate_y": { "default_value": 100 },
|
||||
"machine_max_feedrate_z": { "default_value": 10 },
|
||||
"machine_max_feedrate_e": { "default_value": 100 },
|
||||
|
||||
"machine_max_acceleration_x": { "default_value": 500 },
|
||||
"machine_max_acceleration_y": { "default_value": 500 },
|
||||
"machine_max_acceleration_z": { "default_value": 50 },
|
||||
"machine_max_acceleration_e": { "default_value": 500 },
|
||||
"machine_acceleration": { "default_value": 500 },
|
||||
|
||||
"machine_max_jerk_xy": { "default_value": 10 },
|
||||
"machine_max_jerk_z": { "default_value": 0.3 },
|
||||
"machine_max_jerk_e": { "default_value": 5 },
|
||||
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
|
||||
"acceleration_print": { "value": 500 },
|
||||
"acceleration_travel": { "value": 500 },
|
||||
"acceleration_travel_layer_0": { "value": "acceleration_travel" },
|
||||
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
|
||||
|
||||
"jerk_print": { "value": 8 },
|
||||
"jerk_travel": { "value": "jerk_print" },
|
||||
"jerk_travel_layer_0": { "value": "jerk_travel" },
|
||||
|
||||
"acceleration_enabled": { "value": false },
|
||||
"jerk_enabled": { "value": false },
|
||||
|
||||
"default_material_print_temperature": { "maximum_value_warning": "260", "maximum_value": "275" },
|
||||
"default_material_bed_temperature": { "maximum_value": "150" },
|
||||
|
||||
"speed_print": { "value": 60.0 } ,
|
||||
"speed_infill": { "value": "speed_print" },
|
||||
"speed_wall": { "value": "speed_print / 2" },
|
||||
"speed_wall_0": { "value": "speed_wall" },
|
||||
"speed_wall_x": { "value": "speed_wall" },
|
||||
"speed_topbottom": { "value": "speed_print / 2" },
|
||||
"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_layer_0": { "value": 20.0 },
|
||||
"speed_print_layer_0": { "value": "speed_layer_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_prime_tower": { "value": "speed_topbottom" },
|
||||
"speed_support": { "value": "speed_wall_0" },
|
||||
"speed_support_interface": { "value": "speed_topbottom" },
|
||||
"speed_z_hop": { "value": 5 },
|
||||
|
||||
"skirt_brim_speed": { "value": "speed_layer_0" },
|
||||
|
||||
"line_width": { "value": "machine_nozzle_size * 1.1" },
|
||||
|
||||
"optimize_wall_printing_order": { "value": true },
|
||||
|
||||
"material_initial_print_temperature": { "value": "material_print_temperature" },
|
||||
"material_final_print_temperature": { "value": "material_print_temperature" },
|
||||
"material_flow": { "value": 100 },
|
||||
"travel_compensate_overlapping_walls_0_enabled": { "value": false },
|
||||
|
||||
"z_seam_type": { "value": "'back'" },
|
||||
"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_before_walls": { "value": false },
|
||||
"infill_overlap": { "value": 30.0 },
|
||||
"skin_overlap": { "value": 10.0 },
|
||||
"infill_wipe_dist": { "value": 0.0 },
|
||||
"wall_0_wipe_dist": { "value": 0.0 },
|
||||
|
||||
"fill_perimeter_gaps": { "value": "'everywhere'" },
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
"retraction_speed": {
|
||||
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
|
||||
"maximum_value": 200
|
||||
},
|
||||
"retraction_retract_speed": {
|
||||
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
|
||||
"maximum_value": 200
|
||||
},
|
||||
"retraction_prime_speed": {
|
||||
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
|
||||
"maximum_value": 200
|
||||
},
|
||||
|
||||
"retraction_hop_enabled": { "value": true },
|
||||
"retraction_hop": { "value": "layer_height*2" },
|
||||
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'infill'" },
|
||||
"retraction_combing_max_distance": { "value": 30 },
|
||||
"travel_avoid_other_parts": { "value": true },
|
||||
"travel_avoid_supports": { "value": true },
|
||||
"travel_retract_before_outer_wall": { "value": true },
|
||||
|
||||
"retraction_amount": { "value": 2 },
|
||||
"retraction_enable": { "value": true },
|
||||
"retraction_count_max": { "value": 100 },
|
||||
"retraction_extrusion_window": { "value": 2 },
|
||||
"retraction_min_travel": { "value": 1.5 },
|
||||
|
||||
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
|
||||
"cool_fan_enabled": { "value": true },
|
||||
"cool_min_layer_time": { "value": 10 },
|
||||
|
||||
"adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
|
||||
"brim_replaces_support": { "value": false },
|
||||
"skirt_gap": { "value": 10.0 },
|
||||
"skirt_line_count": { "value": 4 },
|
||||
|
||||
"adaptive_layer_height_variation": { "value": 0.04 },
|
||||
"adaptive_layer_height_variation_step": { "value": 0.04 },
|
||||
|
||||
"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_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" },
|
||||
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
|
||||
"support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
|
||||
"support_xy_overrides_z": { "value": "'xy_overrides_z'" },
|
||||
"support_wall_count": { "value": 1 },
|
||||
"support_brim_enable": { "value": true },
|
||||
"support_brim_width": { "value": 4 },
|
||||
|
||||
"support_interface_enable": { "value": true },
|
||||
"support_interface_height": { "value": "layer_height * 4" },
|
||||
"support_interface_density": { "value": 33.333 },
|
||||
"support_interface_pattern": { "value": "'grid'" },
|
||||
"support_interface_skip_height": { "value": 0.2 },
|
||||
"minimum_support_area": { "value": 2 },
|
||||
"minimum_interface_area": { "value": 10 },
|
||||
"top_bottom_thickness": {"value": "layer_height_0 + layer_height * 3" },
|
||||
"wall_thickness": {"value": "line_width * 2" }
|
||||
|
||||
}
|
||||
}
|
22
resources/definitions/kingroon_kp3.def.json
Normal file
22
resources/definitions/kingroon_kp3.def.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Kingroon KP3",
|
||||
"version": 2,
|
||||
"inherits": "kingroon_base",
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Kingroon KP3" },
|
||||
"machine_steps_per_mm_x": { "value": 80 },
|
||||
"machine_steps_per_mm_y": { "value": 80 },
|
||||
"machine_steps_per_mm_z": { "value": 400 },
|
||||
"machine_steps_per_mm_e": { "value": 95 },
|
||||
"retraction_amount": { "value": 4 },
|
||||
"retraction_speed": { "value": 40 },
|
||||
"retraction_extrusion_window": { "value": 4 },
|
||||
"speed_travel": { "value": 100 }
|
||||
|
||||
},
|
||||
"metadata": {
|
||||
"quality_definition": "kingroon_base",
|
||||
"visible": true,
|
||||
"platform": "kingroon_kp3.stl"
|
||||
}
|
||||
}
|
33
resources/definitions/kingroon_kp3s.def.json
Normal file
33
resources/definitions/kingroon_kp3s.def.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "Kingroon KP3S",
|
||||
"version": 2,
|
||||
"inherits": "kingroon_base",
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Kingroon KP3S" },
|
||||
"machine_steps_per_mm_x": { "value": 160 },
|
||||
"machine_steps_per_mm_y": { "value": 160 },
|
||||
"machine_steps_per_mm_z": { "value": 800 },
|
||||
"machine_steps_per_mm_e": { "value": 764 },
|
||||
"machine_max_feedrate_x": { "value": 200 },
|
||||
"machine_max_feedrate_y": { "value": 200 },
|
||||
"machine_max_feedrate_z": { "value": 4 },
|
||||
"machine_max_feedrate_e": { "value": 100 },
|
||||
"machine_max_acceleration_x": { "value": 1000 },
|
||||
"machine_max_acceleration_y": { "value": 1000 },
|
||||
"machine_max_acceleration_z": { "value": 100 },
|
||||
"machine_max_acceleration_e": { "value": 1000 },
|
||||
"machine_acceleration": { "value": 1000 },
|
||||
"machine_max_jerk_xy": { "value": 15 },
|
||||
"machine_max_jerk_z": { "value": 0.4 },
|
||||
"retraction_amount": { "value": 1 },
|
||||
"retraction_speed": { "value": 40 },
|
||||
"retraction_extrusion_window": { "value": 1 },
|
||||
"speed_z_hop": { "value": 4 }
|
||||
|
||||
},
|
||||
"metadata": {
|
||||
"quality_definition": "kingroon_base",
|
||||
"visible": true,
|
||||
"platform": "kingroon_kp3s.stl"
|
||||
}
|
||||
}
|
|
@ -3,7 +3,7 @@
|
|||
"name": "MP Mini Delta",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"author": "MPMD Facebook Group",
|
||||
"author": "MPMD V1 Facebook Group",
|
||||
"manufacturer": "Monoprice",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "mp_mini_delta_platform.3mf",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"overrides": {
|
||||
"machine_start_gcode":
|
||||
{
|
||||
"default_value": ";MPMD Basic Calibration Tutorial: \n; https://www.thingiverse.com/thing:3892011 \n; \n; If you want to put calibration values in your \n; Start Gcode, put them here. \n; \n;If on stock firmware, at minimum, consider adding \n;M665 R here since there is a firmware bug. \n; \n; Calibration part ends here \n; \nG90 ; switch to absolute positioning \nG92 E0 ; reset extrusion distance \nG1 E20 F200 ; purge 20mm of filament to prime nozzle. \nG92 E0 ; reset extrusion distance \nG4 S5 ; Pause for 5 seconds to allow time for removing extruded filament \nG28 ; start from home position \nG1 E-6 F900 ; retract 6mm of filament before starting the bed leveling process \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for removing extruded filament \nG29 P2 Z0.28 ; Auto-level ; ADJUST Z higher or lower to set first layer height. Start with 0.02 adjustments. \nG1 Z30 ; raise Z 30mm to prepare for priming the nozzle \nG1 E5 F200 ; extrude 5mm of filament to help prime the nozzle just prior to the start of the print \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for cleaning the nozzle and build plate if needed "
|
||||
"default_value": ";MPMD V1 Basic Calibration Tutorial: \n; https://www.thingiverse.com/thing:3892011 \n; \n; If you want to put calibration values in your \n; Start Gcode, put them here. \n; \n;If on stock firmware, at minimum, consider adding \n;M665 R here since there is a firmware bug. \n; \n; Calibration part ends here \n; \nG90 ; switch to absolute positioning \nG92 E0 ; reset extrusion distance \nG1 E20 F200 ; purge 20mm of filament to prime nozzle. \nG92 E0 ; reset extrusion distance \nG4 S5 ; Pause for 5 seconds to allow time for removing extruded filament \nG28 ; start from home position \nG1 E-6 F900 ; retract 6mm of filament before starting the bed leveling process \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for removing extruded filament \nG29 P2 Z0.28 ; Auto-level ; ADJUST Z higher or lower to set first layer height. Start with 0.02 adjustments. \nG1 Z30 ; raise Z 30mm to prepare for priming the nozzle \nG1 E5 F200 ; extrude 5mm of filament to help prime the nozzle just prior to the start of the print \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for cleaning the nozzle and build plate if needed "
|
||||
},
|
||||
"machine_end_gcode":
|
||||
{
|
||||
|
@ -47,9 +47,9 @@
|
|||
"default_value": 0.21
|
||||
},
|
||||
"material_bed_temperature": { "value": 40 },
|
||||
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
|
||||
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
|
||||
"material_bed_temperature_layer_0": { "value": "material_bed_temperature + 5" },
|
||||
"line_width": { "value": "round(machine_nozzle_size, 2)" },
|
||||
"material_print_temperature_layer_0": { "value": "material_print_temperature" },
|
||||
"material_bed_temperature_layer_0": { "value": "material_bed_temperature" },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"machine_max_feedrate_x": { "default_value": 150 },
|
||||
"machine_max_feedrate_y": { "default_value": 150 },
|
||||
|
|
51
resources/definitions/mp_mini_delta_v2.def.json
Normal file
51
resources/definitions/mp_mini_delta_v2.def.json
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "MP Mini Delta V2",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"author": "mpminidelta subreddit",
|
||||
"manufacturer": "Monoprice",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "mp_mini_delta_platform.3mf",
|
||||
"supports_usb_connection": true,
|
||||
"has_machine_quality": false,
|
||||
"visible": true,
|
||||
"platform_offset": [0, 0, 0],
|
||||
"has_materials": true,
|
||||
"has_variants": false,
|
||||
"has_machine_materials": false,
|
||||
"has_variant_materials": false,
|
||||
"preferred_quality_type": "normal",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "mp_mini_delta_v2_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_start_gcode":
|
||||
{
|
||||
"default_value": ";(**** start.gcode for MP Mini Delta V2****)\nG21\nG90\nM82\nM107\nM104 S170\nG28 X0 Y0\nG28 Z0\nG29 Z0.4\nG1 Z15 F300\nM109 S{material_print_temperature_layer_0}\nG92 E0\nG1 F200 E3\nG92 E0\nG1 F2000\n"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default_value": ";(**** end.gcode for MP Mini Delta V2****)\nG28;(Stick out the part)\nM190 S0;(Turn off heat bed, don't wait.)\nG92 E10;(Set extruder to 10)\nG1 E7 F200;(retract 3mm)\nM104 S0;(Turn off nozzle, don't wait)\nG4 S300;(Delay 5 minutes)\nM107;(Turn off part fan)\nM84;(Turn off stepper motors.)"
|
||||
},
|
||||
"material_print_temp_prepend":{"default_value":false},
|
||||
"material_bed_temperature": { "value": 40 },
|
||||
"machine_width": { "default_value": 110 },
|
||||
"machine_depth": { "default_value": 110 },
|
||||
"machine_height": { "default_value": 120 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_shape": { "default_value": "elliptic" },
|
||||
"machine_center_is_zero": { "default_value": true },
|
||||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"line_width": { "value": "round(machine_nozzle_size, 2)" },
|
||||
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||
"retraction_amount": { "default_value": 5 },
|
||||
"retraction_speed": { "default_value": 28 },
|
||||
"retraction_hop_enabled": { "default_value": false },
|
||||
"retract_at_layer_change": { "default_value": true }
|
||||
}
|
||||
}
|
59
resources/definitions/seckit_skgo.def.json
Normal file
59
resources/definitions/seckit_skgo.def.json
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "SecKit SK-Go",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Ernest Lin",
|
||||
"manufacturer": "SecKit 3DP Design",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_materials": true,
|
||||
"has_machine_quality": false,
|
||||
"preferred_quality_type": "normal",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "seckit_skgo_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "SecKit SK-Go" },
|
||||
"machine_width": {
|
||||
"default_value": 310
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 310
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 350
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"default_value": [
|
||||
[ -10, 20 ],
|
||||
[ -10, -20 ],
|
||||
[ 10, 20 ],
|
||||
[ 10, -20 ]
|
||||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"value": "50"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "M569 S1 X Y ; enable StealthChop for Sensorless Homing\nG28 ; Home\nM569 S0 X Y ; disable StealthChop for normal print\nM900 K0.07 ; K factor of linear advance\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0\nG90 ; abs position"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default value": "M104 S0\nM140 S0\nG91 ; relative position\nG1 Z10 F450\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG90 ; abs position\nG1 X10 Y280 F6000\nM84"
|
||||
}
|
||||
}
|
||||
}
|
59
resources/definitions/seckit_sktank.def.json
Normal file
59
resources/definitions/seckit_sktank.def.json
Normal file
|
@ -0,0 +1,59 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "SecKit SK-Tank",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Ernest Lin",
|
||||
"manufacturer": "SecKit 3DP Design",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_materials": true,
|
||||
"has_machine_quality": false,
|
||||
"preferred_quality_type": "normal",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "seckit_sktank_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "SecKit SK-Tank" },
|
||||
"machine_width": {
|
||||
"default_value": 350
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 350
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 400
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"default_value": [
|
||||
[ -10, 20 ],
|
||||
[ -10, -20 ],
|
||||
[ 10, 20 ],
|
||||
[ 10, -20 ]
|
||||
]
|
||||
},
|
||||
"gantry_height": {
|
||||
"value": "50"
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (RepRap)"
|
||||
},
|
||||
"machine_start_gcode": {
|
||||
"default_value": "G32 ;auto bed tramming and find a correct Z datum\nG29 S1 ;load default mesh\nM572 D0 S0.08 ; Pressure advance\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
|
||||
},
|
||||
"machine_end_gcode": {
|
||||
"default value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG90\nG1 X2 Y300 F6000\n; move bed to the bottom to prevent bed falls\n;G91\n;G1 Z300\nM106 P0 S0\nM18"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -27,6 +27,7 @@
|
|||
"first_start_actions": [ "DiscoverUM3Action" ],
|
||||
"supported_actions": [ "DiscoverUM3Action" ],
|
||||
"supports_usb_connection": false,
|
||||
"supports_material_export": true,
|
||||
"weight": -1,
|
||||
"firmware_update_info": {
|
||||
"id": 213482,
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
"supported_actions": [ "DiscoverUM3Action" ],
|
||||
"supports_usb_connection": false,
|
||||
"supports_network_connection": true,
|
||||
"supports_material_export": true,
|
||||
"weight": -2,
|
||||
"firmware_update_info": {
|
||||
"id": 9051,
|
||||
|
|
20
resources/extruders/flsun_sr_extruder_0.def.json
Normal file
20
resources/extruders/flsun_sr_extruder_0.def.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "flsun_sr",
|
||||
"position": "0"
|
||||
},
|
||||
"overrides": {
|
||||
"extruder_nr": {
|
||||
"default_value": 0
|
||||
},
|
||||
"machine_nozzle_size": {
|
||||
"default_value": 0.4
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
}
|
||||
}
|
||||
}
|
16
resources/extruders/kingroon_base_extruder_0.def.json
Normal file
16
resources/extruders/kingroon_base_extruder_0.def.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "kingroon_base",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
|
||||
}
|
||||
}
|
15
resources/extruders/mp_mini_delta_v2_extruder_0.def.json
Normal file
15
resources/extruders/mp_mini_delta_v2_extruder_0.def.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 0",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "mp_mini_delta_v2",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
15
resources/extruders/seckit_skgo_extruder_0.def.json
Normal file
15
resources/extruders/seckit_skgo_extruder_0.def.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "seckit_skgo",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
15
resources/extruders/seckit_sktank_extruder_0.def.json
Normal file
15
resources/extruders/seckit_sktank_extruder_0.def.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "seckit_sktank",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
BIN
resources/meshes/BIQU_BX_PLATE.stl
Normal file
BIN
resources/meshes/BIQU_BX_PLATE.stl
Normal file
Binary file not shown.
BIN
resources/meshes/flsun_sr.3mf
Normal file
BIN
resources/meshes/flsun_sr.3mf
Normal file
Binary file not shown.
BIN
resources/meshes/kingroon_kp3.stl
Normal file
BIN
resources/meshes/kingroon_kp3.stl
Normal file
Binary file not shown.
BIN
resources/meshes/kingroon_kp3s.stl
Normal file
BIN
resources/meshes/kingroon_kp3s.stl
Normal file
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Copyright (c) 2021 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
pragma Singleton
|
||||
|
@ -122,7 +122,15 @@ Item
|
|||
Action
|
||||
{
|
||||
id: quitAction
|
||||
text: catalog.i18nc("@action:inmenu menubar:file","&Quit")
|
||||
|
||||
//On MacOS, don't translate the "Quit" word.
|
||||
//Qt moves the "quit" entry to a different place, and if it got renamed can't find it again when it attempts to
|
||||
//delete the item upon closing the application, causing a crash.
|
||||
//In the new location, these items are translated automatically according to the system's language.
|
||||
//For more information, see:
|
||||
//- https://doc.qt.io/qt-5/macos-issues.html#menu-bar
|
||||
//- https://doc.qt.io/qt-5/qmenubar.html#qmenubar-as-a-global-menu-bar
|
||||
text: (Qt.platform.os == "osx") ? "&Quit" : catalog.i18nc("@action:inmenu menubar:file", "&Quit")
|
||||
iconName: "application-exit"
|
||||
shortcut: StandardKey.Quit
|
||||
}
|
||||
|
@ -172,7 +180,14 @@ Item
|
|||
Action
|
||||
{
|
||||
id: preferencesAction
|
||||
text: catalog.i18nc("@action:inmenu", "Configure Cura...")
|
||||
//On MacOS, don't translate the "Configure" word.
|
||||
//Qt moves the "configure" entry to a different place, and if it got renamed can't find it again when it
|
||||
//attempts to delete the item upon closing the application, causing a crash.
|
||||
//In the new location, these items are translated automatically according to the system's language.
|
||||
//For more information, see:
|
||||
//- https://doc.qt.io/qt-5/macos-issues.html#menu-bar
|
||||
//- https://doc.qt.io/qt-5/qmenubar.html#qmenubar-as-a-global-menu-bar
|
||||
text: (Qt.platform.os == "osx") ? "Configure Cura..." : catalog.i18nc("@action:inmenu", "Configure Cura...")
|
||||
iconName: "configure"
|
||||
}
|
||||
|
||||
|
@ -263,7 +278,15 @@ Item
|
|||
Action
|
||||
{
|
||||
id: aboutAction;
|
||||
text: catalog.i18nc("@action:inmenu menubar:help", "About...");
|
||||
|
||||
//On MacOS, don't translate the "About" word.
|
||||
//Qt moves the "about" entry to a different place, and if it got renamed can't find it again when it
|
||||
//attempts to delete the item upon closing the application, causing a crash.
|
||||
//In the new location, these items are translated automatically according to the system's language.
|
||||
//For more information, see:
|
||||
//- https://doc.qt.io/qt-5/macos-issues.html#menu-bar
|
||||
//- https://doc.qt.io/qt-5/qmenubar.html#qmenubar-as-a-global-menu-bar
|
||||
text: (Qt.platform.os == "osx") ? "About..." : catalog.i18nc("@action:inmenu menubar:help", "About...");
|
||||
iconName: "help-about";
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Item
|
|||
property bool extruderEnabled: true
|
||||
property alias iconSize: mainIcon.sourceSize
|
||||
property string iconVariant: "medium"
|
||||
|
||||
layer.enabled: true // Prevent weird opacity effects.
|
||||
Item
|
||||
{
|
||||
opacity: extruderEnabled ? 1 : UM.Theme.getColor("extruder_disabled").a
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Copyright (c) 2021 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.7
|
||||
|
@ -48,7 +48,17 @@ Item
|
|||
|
||||
ViewMenu { title: catalog.i18nc("@title:menu menubar:toplevel", "&View") }
|
||||
|
||||
SettingsMenu { title: catalog.i18nc("@title:menu menubar:toplevel", "&Settings") }
|
||||
SettingsMenu
|
||||
{
|
||||
//On MacOS, don't translate the "Settings" word.
|
||||
//Qt moves the "settings" entry to a different place, and if it got renamed can't find it again when it
|
||||
//attempts to delete the item upon closing the application, causing a crash.
|
||||
//In the new location, these items are translated automatically according to the system's language.
|
||||
//For more information, see:
|
||||
//- https://doc.qt.io/qt-5/macos-issues.html#menu-bar
|
||||
//- https://doc.qt.io/qt-5/qmenubar.html#qmenubar-as-a-global-menu-bar
|
||||
title: (Qt.platform.os == "osx") ? "&Settings" : catalog.i18nc("@title:menu menubar:toplevel", "&Settings")
|
||||
}
|
||||
|
||||
Menu
|
||||
{
|
||||
|
@ -91,7 +101,15 @@ Item
|
|||
Menu
|
||||
{
|
||||
id: preferencesMenu
|
||||
title: catalog.i18nc("@title:menu menubar:toplevel", "P&references")
|
||||
|
||||
//On MacOS, don't translate the "Preferences" word.
|
||||
//Qt moves the "preferences" entry to a different place, and if it got renamed can't find it again when it
|
||||
//attempts to delete the item upon closing the application, causing a crash.
|
||||
//In the new location, these items are translated automatically according to the system's language.
|
||||
//For more information, see:
|
||||
//- https://doc.qt.io/qt-5/macos-issues.html#menu-bar
|
||||
//- https://doc.qt.io/qt-5/qmenubar.html#qmenubar-as-a-global-menu-bar
|
||||
title: (Qt.platform.os == "osx") ? "&Preferences" : catalog.i18nc("@title:menu menubar:toplevel", "P&references")
|
||||
|
||||
MenuItem { action: Cura.Actions.preferences }
|
||||
}
|
||||
|
|
|
@ -32,19 +32,20 @@ Item
|
|||
anchors.top: parent.top
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||
|
||||
UM.RecolorImage
|
||||
Rectangle
|
||||
{
|
||||
id: icon
|
||||
|
||||
anchors.left: parent.left
|
||||
anchors.verticalCenter: label.verticalCenter
|
||||
|
||||
source: UM.Theme.getIcon("Warning")
|
||||
color: UM.Theme.getColor("warning")
|
||||
width: UM.Theme.getSize("section_icon").width
|
||||
height: width
|
||||
radius: width / 2
|
||||
UM.RecolorImage
|
||||
{
|
||||
anchors.fill:parent
|
||||
source: UM.Theme.getIcon("Warning", "low")
|
||||
color: UM.Theme.getColor("message_warning_icon")
|
||||
}
|
||||
}
|
||||
|
||||
Label
|
||||
{
|
||||
id: label
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Uranium is released under the terms of the LGPLv3 or higher.
|
||||
// Copyright (c) 2021 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.7
|
||||
import QtQuick.Controls 1.4
|
||||
|
@ -191,6 +191,21 @@ Item
|
|||
}
|
||||
enabled: base.hasCurrentItem
|
||||
}
|
||||
|
||||
//Sync button.
|
||||
Button
|
||||
{
|
||||
id: syncMaterialsButton
|
||||
text: catalog.i18nc("@action:button Sending materials to printers", "Sync with Printers")
|
||||
iconName: "sync-synchronizing"
|
||||
onClicked:
|
||||
{
|
||||
forceActiveFocus();
|
||||
exportAllMaterialsDialog.folder = base.materialManagementModel.getPreferredExportAllPath();
|
||||
exportAllMaterialsDialog.open();
|
||||
}
|
||||
visible: Cura.MachineManager.activeMachine.supportsMaterialExport
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
|
@ -368,6 +383,19 @@ Item
|
|||
}
|
||||
}
|
||||
|
||||
FileDialog
|
||||
{
|
||||
id: exportAllMaterialsDialog
|
||||
title: catalog.i18nc("@title:window", "Export All Materials")
|
||||
selectExisting: false
|
||||
nameFilters: ["Material archives (*.umm)", "All files (*)"]
|
||||
onAccepted:
|
||||
{
|
||||
base.materialManagementModel.exportAll(fileUrl);
|
||||
CuraApplication.setDefaultPath("dialog_material_path", folder);
|
||||
}
|
||||
}
|
||||
|
||||
MessageDialog
|
||||
{
|
||||
id: messageDialog
|
||||
|
|
|
@ -95,7 +95,7 @@ UM.PreferencesPage
|
|||
|
||||
placeholderText: catalog.i18nc("@label:textbox", "Filter...")
|
||||
|
||||
onTextChanged: definitionsModel.filter = {"i18n_label": "*" + text}
|
||||
onTextChanged: definitionsModel.filter = {"i18n_label|i18n_description": "*" + text}
|
||||
}
|
||||
|
||||
NewControls.ComboBox
|
||||
|
|
|
@ -185,6 +185,8 @@ Item
|
|||
right: parent.right
|
||||
rightMargin: UM.Theme.getSize("wide_margin").width
|
||||
}
|
||||
width: UM.Theme.getSize("medium_button_icon").width
|
||||
height: UM.Theme.getSize("medium_button_icon").height
|
||||
|
||||
style: ButtonStyle
|
||||
{
|
||||
|
|
|
@ -54,7 +54,7 @@ Item
|
|||
{
|
||||
id: networkPrinterScrollView
|
||||
|
||||
maxItemCountAtOnce: 10 // show at max 10 items at once, otherwise you need to scroll.
|
||||
maxItemCountAtOnce: 9 // show at max 9 items at once, otherwise you need to scroll.
|
||||
|
||||
onRefreshButtonClicked:
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@ MenuItem
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
source: UM.Theme.getIcon("arrow_right")
|
||||
source: UM.Theme.getIcon("ChevronSingleRight")
|
||||
color: UM.Theme.getColor("setting_control_text")
|
||||
}
|
||||
|
||||
|
@ -37,7 +37,7 @@ MenuItem
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||
source: UM.Theme.getIcon("check")
|
||||
source: UM.Theme.getIcon("Check")
|
||||
color: UM.Theme.getColor("setting_control_text")
|
||||
}
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ ScrollView
|
|||
color: UM.Theme.getColor("text")
|
||||
textFormat: TextEdit.PlainText
|
||||
renderType: Text.NativeRendering
|
||||
wrapMode: Text.Wrap
|
||||
selectByMouse: true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_abs
|
||||
variant = 0.2mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*8
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Ultra Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = ultra
|
||||
material = generic_abs
|
||||
variant = 0.2mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*8
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_abs
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
14
resources/quality/kingroon/ABS/kingroon_0.3_ABS_low.inst.cfg
Normal file
14
resources/quality/kingroon/ABS/kingroon_0.3_ABS_low.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_abs
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_abs
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_abs
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_abs
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
14
resources/quality/kingroon/ABS/kingroon_0.4_ABS_low.inst.cfg
Normal file
14
resources/quality/kingroon/ABS/kingroon_0.4_ABS_low.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_abs
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_abs
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_abs
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_abs
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
14
resources/quality/kingroon/ABS/kingroon_0.5_ABS_low.inst.cfg
Normal file
14
resources/quality/kingroon/ABS/kingroon_0.5_ABS_low.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_abs
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_abs
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_abs
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_abs
|
||||
variant = 0.6mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*3
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_abs
|
||||
variant = 0.8mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*3
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_abs
|
||||
variant = 1.0mm Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*3
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_petg
|
||||
variant = 0.2mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*8
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Ultra Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = ultra
|
||||
material = generic_petg
|
||||
variant = 0.2mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*8
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_petg
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_petg
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_petg
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_petg
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_petg
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_petg
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_petg
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_petg
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_petg
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_petg
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_petg
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_petg
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*4
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_petg
|
||||
variant = 0.6mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*3
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_petg
|
||||
variant = 0.8mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*3
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_petg
|
||||
variant = 1.0mm Nozzle
|
||||
|
||||
[values]
|
||||
speed_layer_0 = 15
|
||||
wall_thickness = =line_width*3
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_pla
|
||||
variant = 0.2mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Ultra Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = ultra
|
||||
material = generic_pla
|
||||
variant = 0.2mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_pla
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
13
resources/quality/kingroon/PLA/kingroon_0.3_PLA_low.inst.cfg
Normal file
13
resources/quality/kingroon/PLA/kingroon_0.3_PLA_low.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_pla
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_pla
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_pla
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_pla
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
13
resources/quality/kingroon/PLA/kingroon_0.4_PLA_low.inst.cfg
Normal file
13
resources/quality/kingroon/PLA/kingroon_0.4_PLA_low.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_pla
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_pla
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_pla
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_pla
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
13
resources/quality/kingroon/PLA/kingroon_0.5_PLA_low.inst.cfg
Normal file
13
resources/quality/kingroon/PLA/kingroon_0.5_PLA_low.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_pla
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_pla
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_pla
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_pla
|
||||
variant = 0.6mm Nozzle
|
||||
|
||||
[values]
|
13
resources/quality/kingroon/PLA/kingroon_0.6_PLA_low.inst.cfg
Normal file
13
resources/quality/kingroon/PLA/kingroon_0.6_PLA_low.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Low Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = low
|
||||
material = generic_pla
|
||||
variant = 0.6mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_pla
|
||||
variant = 0.6mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_pla
|
||||
variant = 0.8mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_pla
|
||||
variant = 1.0mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_tpu
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_tpu
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_tpu
|
||||
variant = 0.3mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_tpu
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_tpu
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_tpu
|
||||
variant = 0.4mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
material = generic_tpu
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_tpu
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Super Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = super
|
||||
material = generic_tpu
|
||||
variant = 0.5mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Standard Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = standard
|
||||
material = generic_tpu
|
||||
variant = 0.6mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_tpu
|
||||
variant = 0.8mm Nozzle
|
||||
|
||||
[values]
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
material = generic_tpu
|
||||
variant = 1.0mm Nozzle
|
||||
|
||||
[values]
|
19
resources/quality/kingroon/kingroon_global_adaptive.inst.cfg
Normal file
19
resources/quality/kingroon/kingroon_global_adaptive.inst.cfg
Normal file
|
@ -0,0 +1,19 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Dynamic Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = adaptive
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.16
|
||||
layer_height_0 = 0.20
|
||||
top_bottom_thickness = =layer_height_0+layer_height*4
|
||||
wall_thickness = =line_width*3
|
||||
support_interface_height = =layer_height*6
|
||||
adaptive_layer_height_enabled = true
|
18
resources/quality/kingroon/kingroon_global_draft.inst.cfg
Normal file
18
resources/quality/kingroon/kingroon_global_draft.inst.cfg
Normal file
|
@ -0,0 +1,18 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = kingroon_base
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -5
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.32
|
||||
layer_height_0 = 0.32
|
||||
top_bottom_thickness = =layer_height_0+layer_height*3
|
||||
wall_thickness = =line_width*2
|
||||
support_interface_height = =layer_height*4
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue