mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-30 01:33:17 +08:00
move temperature setting in material
move temperature setting in material
This commit is contained in:
parent
32137f1e56
commit
48b82a2d1f
60
resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json
Normal file
60
resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "XYZprinting da Vinci 1.0 Pro",
|
||||||
|
"inherits": "xyzprinting_base",
|
||||||
|
"metadata": {
|
||||||
|
"author": "XYZprinting Software",
|
||||||
|
"manufacturer": "XYZprinting",
|
||||||
|
"visible": true,
|
||||||
|
"file_formats": "text/x-gcode",
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_variants": true,
|
||||||
|
"supports_usb_connection": true,
|
||||||
|
"preferred_quality_type": "normal",
|
||||||
|
"quality_definition": "xyzprinting_da_vinci_1p0_pro",
|
||||||
|
"preferred_variant_name": "Copper 0.4mm Nozzle",
|
||||||
|
"variants_name": "Nozzle Type",
|
||||||
|
"machine_extruder_trains": {
|
||||||
|
"0": "xyzprinting_da_vinci_1p0_pro_extruder_0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"machine_name": { "default_value": "XYZprinting da Vinci 1.0 Pro" },
|
||||||
|
"machine_shape": { "default_value": "rectangular"},
|
||||||
|
"machine_heated_bed": { "default_value": true },
|
||||||
|
"machine_width": { "default_value": 200.00 },
|
||||||
|
"machine_depth": { "default_value": 200.00 },
|
||||||
|
"machine_height": { "default_value":200.00 },
|
||||||
|
"machine_center_is_zero": { "default_value": false },
|
||||||
|
"machine_head_with_fans_polygon": {
|
||||||
|
"default_value": [
|
||||||
|
[ -20, -10 ],
|
||||||
|
[ -20, 10 ],
|
||||||
|
[ 10, 10 ],
|
||||||
|
[ 10, -10 ]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"layer_height": { "default_value": 0.2 },
|
||||||
|
"layer_height_0": { "default_value": 0.30 },
|
||||||
|
"infill_sparse_density": { "default_value": 10 },
|
||||||
|
"material_flow_layer_0": {"value": 120},
|
||||||
|
"retraction_amount": { "default_value": 5.0 },
|
||||||
|
"retraction_speed": { "default_value": 40 },
|
||||||
|
"speed_print": { "default_value": 30 },
|
||||||
|
"speed_travel": { "value": 45 },
|
||||||
|
"cool_fan_enabled": { "default_value": true },
|
||||||
|
"cool_fan_speed_0": { "value": 100 },
|
||||||
|
"adhesion_type": { "default_value" : "skirt" },
|
||||||
|
"brim_line_count": { "value" : 5 },
|
||||||
|
"skirt_line_count": { "default_value" : 5 },
|
||||||
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||||
|
"machine_start_gcode": {
|
||||||
|
"default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
|
||||||
|
},
|
||||||
|
"machine_end_gcode": {
|
||||||
|
"default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "XYZprinting da Vinci Jr. 1.0A Pro",
|
||||||
|
"inherits": "xyzprinting_base",
|
||||||
|
"metadata": {
|
||||||
|
"author": "XYZprinting Software",
|
||||||
|
"manufacturer": "XYZprinting",
|
||||||
|
"visible": true,
|
||||||
|
"file_formats": "text/x-gcode",
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_variants": true,
|
||||||
|
"exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "ultimaker_bam", "generic_pva", "ultimaker_pva", "generic_tough_pla", "ultimaker_tough_pla_black", "ultimaker_tough_pla_green", "ultimaker_tough_pla_red", "ultimaker_tough_pla_white", "generic_cffcpe", "generic_cffpa", "generic_gffcpe", "generic_gffpa", "structur3d_dap100silicone", "ultimaker_petg_blue", "ultimaker_petg_grey", "ultimaker_petg_black", "ultimaker_petg_green", "ultimaker_petg_white", "ultimaker_petg_orange", "ultimaker_petg_silver", "ultimaker_petg_yellow", "ultimaker_petg_transparent", "ultimaker_petg_red_translucent", "ultimaker_petg_blue_translucent", "ultimaker_petg_green_translucent", "ultimaker_petg_yellow_fluorescent", "ultimaker_petg_red" ],
|
||||||
|
"supports_usb_connection": true,
|
||||||
|
"preferred_quality_type": "normal",
|
||||||
|
"quality_definition": "xyzprinting_da_vinci_jr_1p0a_pro",
|
||||||
|
"preferred_variant_name": "Copper 0.4mm Nozzle",
|
||||||
|
"variants_name": "Nozzle Type",
|
||||||
|
"machine_extruder_trains": {
|
||||||
|
"0": "xyzprinting_da_vinci_jr_1p0a_pro_extruder_0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"machine_name": { "default_value": "XYZprinting da Vinci Jr. 1.0A Pro" },
|
||||||
|
"machine_shape": { "default_value": "rectangular"},
|
||||||
|
"machine_heated_bed": { "default_value": true },
|
||||||
|
"machine_width": { "default_value": 175.00 },
|
||||||
|
"machine_depth": { "default_value": 175.00 },
|
||||||
|
"machine_height": { "default_value":175.00 },
|
||||||
|
"machine_center_is_zero": { "default_value": false },
|
||||||
|
"machine_head_with_fans_polygon": {
|
||||||
|
"default_value": [
|
||||||
|
[ -20, -10 ],
|
||||||
|
[ -20, 10 ],
|
||||||
|
[ 10, 10 ],
|
||||||
|
[ 10, -10 ]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"layer_height": { "default_value": 0.2 },
|
||||||
|
"layer_height_0": { "default_value": 0.20 },
|
||||||
|
"infill_sparse_density": { "default_value": 10 },
|
||||||
|
"material_flow_layer_0": {"value": 120},
|
||||||
|
"retraction_amount": { "default_value": 5.0 },
|
||||||
|
"retraction_speed": { "default_value": 30 },
|
||||||
|
"speed_print": { "default_value": 30 },
|
||||||
|
"speed_travel": { "value": 120 },
|
||||||
|
"cool_fan_enabled": { "default_value": true },
|
||||||
|
"cool_fan_speed_0": { "value": 100 },
|
||||||
|
"adhesion_type": { "default_value" : "skirt" },
|
||||||
|
"brim_line_count": { "value" : 5 },
|
||||||
|
"skirt_line_count": { "default_value" : 5 },
|
||||||
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||||
|
"machine_start_gcode": {
|
||||||
|
"default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
|
||||||
|
},
|
||||||
|
"machine_end_gcode": {
|
||||||
|
"default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -3,8 +3,13 @@
|
|||||||
"name": "XYZprinting da Vinci Jr. Pro Xe+",
|
"name": "XYZprinting da Vinci Jr. Pro Xe+",
|
||||||
"inherits": "xyzprinting_base",
|
"inherits": "xyzprinting_base",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
"author": "XYZprinting Software",
|
||||||
|
"manufacturer": "XYZprinting",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_variants": true,
|
||||||
"supports_usb_connection": true,
|
"supports_usb_connection": true,
|
||||||
"preferred_quality_type": "normal",
|
"preferred_quality_type": "normal",
|
||||||
"quality_definition": "xyzprinting_da_vinci_jr_pro_xeplus",
|
"quality_definition": "xyzprinting_da_vinci_jr_pro_xeplus",
|
||||||
@ -34,8 +39,6 @@
|
|||||||
"layer_height": { "default_value": 0.2 },
|
"layer_height": { "default_value": 0.2 },
|
||||||
"layer_height_0": { "default_value": 0.30 },
|
"layer_height_0": { "default_value": 0.30 },
|
||||||
"infill_sparse_density": { "default_value": 10 },
|
"infill_sparse_density": { "default_value": 10 },
|
||||||
"default_material_print_temperature": { "default_value": 210 },
|
|
||||||
"material_print_temperature": { "value": 210 },
|
|
||||||
"material_flow_layer_0": {"value": 120},
|
"material_flow_layer_0": {"value": 120},
|
||||||
"retraction_amount": { "default_value": 5.0 },
|
"retraction_amount": { "default_value": 5.0 },
|
||||||
"retraction_speed": { "default_value": 15 },
|
"retraction_speed": { "default_value": 15 },
|
||||||
|
@ -3,8 +3,13 @@
|
|||||||
"name": "XYZprinting da Vinci Jr. Pro X+",
|
"name": "XYZprinting da Vinci Jr. Pro X+",
|
||||||
"inherits": "xyzprinting_base",
|
"inherits": "xyzprinting_base",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
"author": "XYZprinting Software",
|
||||||
|
"manufacturer": "XYZprinting",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_variants": true,
|
||||||
"supports_usb_connection": true,
|
"supports_usb_connection": true,
|
||||||
"preferred_quality_type": "normal",
|
"preferred_quality_type": "normal",
|
||||||
"quality_definition": "xyzprinting_da_vinci_jr_pro_xplus",
|
"quality_definition": "xyzprinting_da_vinci_jr_pro_xplus",
|
||||||
@ -34,10 +39,6 @@
|
|||||||
"layer_height": { "default_value": 0.2 },
|
"layer_height": { "default_value": 0.2 },
|
||||||
"layer_height_0": { "default_value": 0.30 },
|
"layer_height_0": { "default_value": 0.30 },
|
||||||
"infill_sparse_density": { "default_value": 10 },
|
"infill_sparse_density": { "default_value": 10 },
|
||||||
"default_material_print_temperature": { "default_value": 210 },
|
|
||||||
"material_print_temperature": { "value": 210 },
|
|
||||||
"material_bed_temperature": { "value": 45 },
|
|
||||||
"material_bed_temperature_layer_0": { "value": 45 },
|
|
||||||
"material_flow_layer_0": {"value": 120},
|
"material_flow_layer_0": {"value": 120},
|
||||||
"retraction_amount": { "default_value": 5.0 },
|
"retraction_amount": { "default_value": 5.0 },
|
||||||
"retraction_speed": { "default_value": 15 },
|
"retraction_speed": { "default_value": 15 },
|
||||||
|
60
resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json
Normal file
60
resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "XYZprinting da Vinci Jr. WiFi Pro",
|
||||||
|
"inherits": "xyzprinting_base",
|
||||||
|
"metadata": {
|
||||||
|
"author": "XYZprinting Software",
|
||||||
|
"manufacturer": "XYZprinting",
|
||||||
|
"visible": true,
|
||||||
|
"file_formats": "text/x-gcode",
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_variants": true,
|
||||||
|
"supports_usb_connection": true,
|
||||||
|
"preferred_quality_type": "normal",
|
||||||
|
"quality_definition": "xyzprinting_da_vinci_jr_w_pro",
|
||||||
|
"preferred_variant_name": "Hardened Steel 0.4mm Nozzle",
|
||||||
|
"variants_name": "Nozzle Type",
|
||||||
|
"machine_extruder_trains": {
|
||||||
|
"0": "xyzprinting_da_vinci_jr_wifi_pro_extruder_0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"machine_name": { "default_value": "XYZprinting da Vinci Jr. WiFi Pro" },
|
||||||
|
"machine_shape": { "default_value": "rectangular"},
|
||||||
|
"machine_heated_bed": { "default_value": true },
|
||||||
|
"machine_width": { "default_value": 150.00 },
|
||||||
|
"machine_depth": { "default_value": 150.00 },
|
||||||
|
"machine_height": { "default_value":150.00 },
|
||||||
|
"machine_center_is_zero": { "default_value": false },
|
||||||
|
"machine_head_with_fans_polygon": {
|
||||||
|
"default_value": [
|
||||||
|
[ -20, -10 ],
|
||||||
|
[ -20, 10 ],
|
||||||
|
[ 10, 10 ],
|
||||||
|
[ 10, -10 ]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"layer_height": { "default_value": 0.2 },
|
||||||
|
"layer_height_0": { "default_value": 0.20 },
|
||||||
|
"infill_sparse_density": { "default_value": 10 },
|
||||||
|
"material_flow_layer_0": {"value": 120},
|
||||||
|
"retraction_amount": { "default_value": 5.0 },
|
||||||
|
"retraction_speed": { "default_value": 30 },
|
||||||
|
"speed_print": { "default_value": 30 },
|
||||||
|
"speed_travel": { "value": 120 },
|
||||||
|
"cool_fan_enabled": { "default_value": true },
|
||||||
|
"cool_fan_speed_0": { "value": 100 },
|
||||||
|
"adhesion_type": { "default_value" : "skirt" },
|
||||||
|
"brim_line_count": { "value" : 5 },
|
||||||
|
"skirt_line_count": { "default_value" : 5 },
|
||||||
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||||
|
"machine_start_gcode": {
|
||||||
|
"default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
|
||||||
|
},
|
||||||
|
"machine_end_gcode": {
|
||||||
|
"default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -3,8 +3,13 @@
|
|||||||
"name": "XYZprinting da Vinci Super",
|
"name": "XYZprinting da Vinci Super",
|
||||||
"inherits": "xyzprinting_base",
|
"inherits": "xyzprinting_base",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
"author": "XYZprinting Software",
|
||||||
|
"manufacturer": "XYZprinting",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_variants": true,
|
||||||
"supports_usb_connection": true,
|
"supports_usb_connection": true,
|
||||||
"preferred_quality_type": "normal",
|
"preferred_quality_type": "normal",
|
||||||
"quality_definition": "xyzprinting_da_vinci_super",
|
"quality_definition": "xyzprinting_da_vinci_super",
|
||||||
@ -34,10 +39,6 @@
|
|||||||
"layer_height": { "default_value": 0.2 },
|
"layer_height": { "default_value": 0.2 },
|
||||||
"layer_height_0": { "default_value": 0.35 },
|
"layer_height_0": { "default_value": 0.35 },
|
||||||
"infill_sparse_density": { "default_value": 10 },
|
"infill_sparse_density": { "default_value": 10 },
|
||||||
"default_material_print_temperature": { "default_value": 210 },
|
|
||||||
"material_print_temperature": { "value": 210 },
|
|
||||||
"material_bed_temperature": { "value": 45 },
|
|
||||||
"material_bed_temperature_layer_0": { "value": 45 },
|
|
||||||
"material_flow_layer_0": {"value": 120},
|
"material_flow_layer_0": {"value": 120},
|
||||||
"retraction_amount": { "default_value": 5.5 },
|
"retraction_amount": { "default_value": 5.5 },
|
||||||
"retraction_speed": { "default_value": 30 },
|
"retraction_speed": { "default_value": 30 },
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata": {
|
||||||
|
"machine": "xyzprinting_da_vinci_1p0_pro",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"extruder_nr": { "default_value": 0 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"material_diameter": { "default_value": 1.75 }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata": {
|
||||||
|
"machine": "xyzprinting_da_vinci_jr_1p0a_pro",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"extruder_nr": { "default_value": 0 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"material_diameter": { "default_value": 1.75 }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata": {
|
||||||
|
"machine": "xyzprinting_da_vinci_jr_pro_xeplus",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"extruder_nr": { "default_value": 0 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"material_diameter": { "default_value": 1.75 }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata": {
|
||||||
|
"machine": "xyzprinting_da_vinci_jr_w_pro",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"extruder_nr": { "default_value": 0 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"material_diameter": { "default_value": 1.75 }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata": {
|
||||||
|
"machine": "xyzprinting_da_vinci_jr_pro_xplus",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"extruder_nr": { "default_value": 0 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"material_diameter": { "default_value": 1.75 }
|
||||||
|
}
|
||||||
|
}
|
@ -1,23 +1,33 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Coarse Quality
|
name = Coarse Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_1p0_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
material = generic_pla
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 210
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 20
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 45
|
||||||
|
retraction_amount = 6.0
|
||||||
|
retraction_speed = 40
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,33 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Draft Quality
|
name = Draft Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_1p0_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
material = generic_abs
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 90
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 20
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = 30
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 45
|
||||||
|
retraction_amount = 6.0
|
||||||
|
retraction_speed = 40
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,32 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Fine Quality
|
name = Fine Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_1p0_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
material = generic_pla
|
weight = 0
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 210
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 20
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 45
|
||||||
|
retraction_amount = 6.0
|
||||||
|
retraction_speed = 40
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,33 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Normal Quality
|
name = Normal Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_1p0_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
material = generic_abs
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 90
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 20
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 45
|
||||||
|
retraction_amount = 6.0
|
||||||
|
retraction_speed = 40
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,22 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
material = generic_abs
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 70
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 20
|
speed_wall = 20
|
||||||
speed_print = 60
|
speed_print = 60
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 20
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = 30
|
speed_support = 30
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
@ -28,3 +30,4 @@ retraction_amount = 3.0
|
|||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
retraction_prime_speed = 15
|
retraction_prime_speed = 15
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,22 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
material = generic_abs
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 70
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 20
|
speed_wall = 20
|
||||||
speed_print = 60
|
speed_print = 60
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 20
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = 30
|
speed_support = 30
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
@ -28,3 +30,4 @@ retraction_amount = 3.0
|
|||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
retraction_prime_speed = 15
|
retraction_prime_speed = 15
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,22 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
material = generic_abs
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 70
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 20
|
speed_wall = 20
|
||||||
speed_print = 60
|
speed_print = 60
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 20
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = 30
|
speed_support = 30
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
@ -28,3 +30,4 @@ retraction_amount = 3.0
|
|||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
retraction_prime_speed = 15
|
retraction_prime_speed = 15
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,22 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
material = generic_abs
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 70
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.3
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 20
|
speed_wall = 20
|
||||||
speed_print = 60
|
speed_print = 60
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 20
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = 30
|
speed_support = 30
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
@ -28,3 +30,4 @@ retraction_amount = 3.0
|
|||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
retraction_prime_speed = 15
|
retraction_prime_speed = 15
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
material = generic_abs
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 90
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 40
|
retraction_speed = 40
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
material = generic_abs
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 90
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 40
|
retraction_speed = 40
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
||||||
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
material = generic_abs
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 90
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 40
|
retraction_speed = 40
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,27 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
material = generic_abs
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_abs
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 90
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 40
|
retraction_speed = 40
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,33 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Coarse Quality
|
name = Coarse Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_1p0_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 20
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 100
|
||||||
|
retraction_amount = 4.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,33 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Draft Quality
|
name = Draft Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_1p0_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 20
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 100
|
||||||
|
retraction_amount = 4.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Fine Quality
|
||||||
|
definition = xyzprinting_da_vinci_1p0_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_antibact_pla
|
||||||
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 20
|
||||||
|
speed_infill = =speed_print
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 100
|
||||||
|
retraction_amount = 4.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Normla Quality
|
||||||
|
definition = xyzprinting_da_vinci_1p0_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_antibact_pla
|
||||||
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 20
|
||||||
|
speed_infill = =speed_print
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 100
|
||||||
|
retraction_amount = 4.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
retraction_prime_speed = =retraction_speed
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Coarse Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_antibact_pla
|
||||||
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = =65
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 120
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Draft Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_antibact_pla
|
||||||
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = =65
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 120
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,29 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Fine Quality
|
name = Fine Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.2
|
||||||
material_print_temperature = 200
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_infill = =speed_print
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = =65
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Normal Quality
|
name = Normal Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.2
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.35
|
||||||
material_print_temperature = 200
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_infill = =speed_print
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = =65
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 210
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = 60
|
speed_infill = 60
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 210
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = 60
|
speed_infill = 60
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 210
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = 60
|
speed_infill = 60
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 210
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.3
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = 60
|
speed_infill = 60
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.3
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Coarse Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_w_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_antibact_pla
|
||||||
|
variant = Stainless Steel 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 60
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 100
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = 30
|
||||||
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Stainless Steel 0.4mm Nozzle
|
variant = Stainless Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 210
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 30
|
retraction_speed = 30
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Stainless Steel 0.4mm Nozzle
|
variant = Stainless Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 210
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 30
|
retraction_speed = 30
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Stainless Steel 0.4mm Nozzle
|
variant = Stainless Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 210
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
retraction_amount = 5.0
|
retraction_amount = 5.0
|
||||||
retraction_speed = 30
|
retraction_speed = 30
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.5
|
retraction_amount = 5.5
|
||||||
retraction_speed = 80
|
retraction_speed = 50
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.5
|
retraction_amount = 5.5
|
||||||
retraction_speed = 80
|
retraction_speed = 50
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.5
|
retraction_amount = 5.5
|
||||||
retraction_speed = 80
|
retraction_speed = 50
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_antibact_pla
|
material = xyzprinting_antibact_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 5.5
|
retraction_amount = 5.5
|
||||||
retraction_speed = 80
|
retraction_speed = 50
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Coarse Quality
|
name = Coarse Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.4
|
||||||
material_print_temperature = 215
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 6.0
|
||||||
|
retraction_speed = 20
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Draft Quality
|
name = Draft Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.3
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.4
|
||||||
material_print_temperature = 215
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 6.0
|
||||||
|
retraction_speed = 20
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Fine Quality
|
name = Fine Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.2
|
||||||
material_print_temperature = 215
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 6.0
|
||||||
|
retraction_speed = 20
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Normal Quality
|
name = Normal Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.2
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.35
|
||||||
material_print_temperature = 215
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 6.0
|
||||||
|
retraction_speed = 20
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
speed_infill = =40
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 15
|
retraction_speed = 20
|
||||||
skirt_brim_speed = 15
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
speed_infill = =40
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 15
|
retraction_speed = 20
|
||||||
skirt_brim_speed = 15
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
speed_infill = =40
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 15
|
retraction_speed = 20
|
||||||
skirt_brim_speed = 15
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.3
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = 30
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
speed_infill = =40
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 15
|
retraction_speed = 20
|
||||||
skirt_brim_speed = 15
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 215
|
|
||||||
matematerial_print_temperature_layer_0 = =material_print_temperature
|
matematerial_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 8.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 215
|
matematerial_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 8.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 215
|
matematerial_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 8.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.3
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 215
|
matematerial_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = 40
|
speed_infill = 40
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 8.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
retraction_amount = 8.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 50
|
retraction_speed = 50
|
||||||
skirt_brim_speed = 15
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
||||||
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
retraction_amount = 8.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 50
|
retraction_speed = 50
|
||||||
skirt_brim_speed = 15
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
retraction_amount = 8.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 50
|
retraction_speed = 50
|
||||||
skirt_brim_speed = 15
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
speed_infill = 60
|
||||||
speed_infill = =speed_print
|
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
retraction_amount = 8.0
|
retraction_amount = 8.0
|
||||||
retraction_speed = 50
|
retraction_speed = 50
|
||||||
skirt_brim_speed = 15
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 215
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_infill = =speed_print
|
speed_infill = 45
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 215
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_infill = =speed_print
|
speed_infill = 45
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 215
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_infill = =speed_print
|
speed_infill = 45
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_carbon_fiber
|
material = xyzprinting_carbon_fiber
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 215
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_infill = =speed_print
|
speed_infill = 45
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
retraction_speed = 20
|
retraction_speed = 20
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Coarse Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 65
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 120
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_speed = 30
|
||||||
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Draft Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 65
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 120
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Fine Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 65
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 120
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_speed = 30
|
||||||
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Normal Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 65
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 120
|
||||||
|
retraction_amount = 4.5
|
||||||
|
retraction_speed = 30
|
||||||
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Coarse Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_w_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
|
variant = Stainless Steel 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 60
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 100
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Draft Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_w_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
|
variant = Stainless Steel 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 60
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 100
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Fine Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_w_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
|
variant = Stainless Steel 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 60
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 100
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Normal Quality
|
||||||
|
definition = xyzprinting_da_vinci_jr_w_pro
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 17
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
|
variant = Stainless Steel 0.4mm Nozzle
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_infill = 60
|
||||||
|
speed_support = =speed_print
|
||||||
|
speed_travel = 100
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = 30
|
||||||
|
skirt_brim_speed = 30
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,32 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Coarse Quality
|
name = Coarse Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_super
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
material = generic_abs
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 90
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 240
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 5.5
|
||||||
|
retraction_speed = 50
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,24 +1,32 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Draft Quality
|
name = Draft Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_super
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
material = generic_nylon
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 80
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 255
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
brim_width = 5.0
|
retraction_amount = 5.5
|
||||||
|
retraction_speed = 50
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,24 +1,32 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Fine Quality
|
name = Fine Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_super
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
material = generic_nylon
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 80
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 255
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
brim_width = 5.0
|
retraction_amount = 5.5
|
||||||
|
retraction_speed = 50
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,24 +1,32 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Normal Quality
|
name = Normal Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_super
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
material = generic_nylon
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
|
material = xyzprinting_colorinkjet_pla
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 80
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 255
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_topbottom = 10
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
brim_width = 5.0
|
retraction_amount = 5.5
|
||||||
|
retraction_speed = 50
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,19 +7,24 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_flexible
|
material = xyzprinting_flexible
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 70
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 220
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
|
@ -7,19 +7,24 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_flexible
|
material = xyzprinting_flexible
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 70
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 220
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
|
@ -7,19 +7,24 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_flexible
|
material = xyzprinting_flexible
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 70
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 220
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
|
@ -7,19 +7,24 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_flexible
|
material = xyzprinting_flexible
|
||||||
variant = Copper 0.4mm Nozzle
|
variant = Copper 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 70
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 220
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_travel = 100
|
speed_travel = 100
|
||||||
infill_sparse_density = 20
|
infill_sparse_density = 20
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Coarse Quality
|
name = Coarse Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.4
|
||||||
material_print_temperature = 200
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Draft Quality
|
name = Draft Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.2
|
||||||
material_print_temperature = 200
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Fine Quality
|
name = Fine Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.2
|
||||||
material_print_temperature = 200
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -1,23 +1,31 @@
|
|||||||
[general]
|
[general]
|
||||||
version = 4
|
version = 4
|
||||||
name = Normal Quality
|
name = Normal Quality
|
||||||
definition = xyzprinting_base
|
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.2
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.35
|
||||||
material_print_temperature = 200
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
|
retraction_amount = 5.0
|
||||||
|
retraction_speed = =speed_print
|
||||||
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_pro_xeplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.3
|
||||||
|
material_diameter = 1.75
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
mmaterial_print_temperature_layer_0 = =material_print_temperature
|
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.3
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = 30
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
||||||
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
||||||
|
@ -7,23 +7,26 @@ definition = xyzprinting_da_vinci_jr_pro_xplus
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.3
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
speed_wall = =speed_print
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = =speed_print
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 7.0
|
retraction_amount = 7.0
|
||||||
retraction_speed = 15
|
retraction_speed = 15
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.4
|
||||||
material_print_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 4.0
|
retraction_amount = 4.0
|
||||||
retraction_speed = 40
|
retraction_speed = 40
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.3
|
||||||
material_print_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 4.0
|
retraction_amount = 4.0
|
||||||
retraction_speed = 40
|
retraction_speed = 40
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = fine
|
quality_type = fine
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.1
|
||||||
material_print_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.2
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 4.0
|
retraction_amount = 4.0
|
||||||
retraction_speed = 40
|
retraction_speed = 40
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,21 +7,25 @@ definition = xyzprinting_da_vinci_jr_w_pro
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
|
weight = -1
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_print_temperature = 200
|
layer_height = 0.2
|
||||||
material_print_temperature_layer_0 = =material_bed_temperature
|
layer_height_0 = 0.35
|
||||||
|
material_diameter = 1.75
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_wall = 30
|
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
speed_topbottom = 10
|
speed_topbottom = 10
|
||||||
speed_roofing = 30
|
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 4.0
|
retraction_amount = 4.0
|
||||||
retraction_speed = 40
|
retraction_speed = 40
|
||||||
skirt_brim_speed = 30
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
@ -7,20 +7,26 @@ definition = xyzprinting_da_vinci_super
|
|||||||
setting_version = 17
|
setting_version = 17
|
||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
|
weight = -3
|
||||||
|
global_quality = True
|
||||||
material = xyzprinting_metallic_pla
|
material = xyzprinting_metallic_pla
|
||||||
variant = Hardened Steel 0.4mm Nozzle
|
variant = Hardened Steel 0.4mm Nozzle
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
material_bed_temperature = 45
|
layer_height = 0.4
|
||||||
|
layer_height_0 = 0.4
|
||||||
|
material_diameter = 1.75
|
||||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||||
material_print_temperature = 200
|
|
||||||
material_print_temperature_layer_0 = =material_print_temperature
|
material_print_temperature_layer_0 = =material_print_temperature
|
||||||
material_initial_print_temperature = =material_print_temperature
|
material_initial_print_temperature = =material_print_temperature
|
||||||
material_final_print_temperature = =material_print_temperature
|
material_final_print_temperature = =material_print_temperature
|
||||||
speed_print = 30
|
speed_print = 30
|
||||||
|
speed_wall = =speed_print
|
||||||
|
speed_topbottom = 10
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
speed_support = =speed_print
|
speed_support = =speed_print
|
||||||
speed_travel = 120
|
speed_travel = 120
|
||||||
retraction_amount = 6.0
|
retraction_amount = 6.0
|
||||||
retraction_speed = =speed_print
|
retraction_speed = =speed_print
|
||||||
skirt_brim_speed = =speed_print
|
skirt_brim_speed = =speed_print
|
||||||
|
infill_sparse_density = 10
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user