mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 03:35:12 +08:00
Merge branch 'master' of https://github.com/heed818/Cura into heed818-master
This commit is contained in:
commit
c76385ca85
47
resources/definitions/xyzprinting_base.def.json
Normal file
47
resources/definitions/xyzprinting_base.def.json
Normal file
@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "XYZprinting Base Printer",
|
||||
"version": 2,
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": false,
|
||||
"author": "XYZprinting Software",
|
||||
"manufacturer": "XYZprinting",
|
||||
"file_formats": "text/x-gcode",
|
||||
"first_start_actions": ["MachineSettingsAction"],
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "xyzprinting_base_extruder_0"
|
||||
},
|
||||
"has_materials": true,
|
||||
"has_variants": true,
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality_type": "normal",
|
||||
"preferred_material": "generic_pla",
|
||||
"variants_name": "Nozzle Type"
|
||||
},
|
||||
"overrides": {
|
||||
"machine_heated_bed": {"default_value": true},
|
||||
"machine_max_feedrate_x": { "value": 500 },
|
||||
"machine_max_feedrate_y": { "value": 500 },
|
||||
"machine_max_feedrate_z": { "value": 10 },
|
||||
"machine_max_feedrate_e": { "value": 50 },
|
||||
"machine_max_acceleration_x": { "value": 1500 },
|
||||
"machine_max_acceleration_y": { "value": 1500 },
|
||||
"machine_max_acceleration_z": { "value": 500 },
|
||||
"machine_max_acceleration_e": { "value": 5000 },
|
||||
"machine_acceleration": { "value": 500 },
|
||||
"machine_max_jerk_xy": { "value": 10 },
|
||||
"machine_max_jerk_z": { "value": 0.4 },
|
||||
"machine_max_jerk_e": { "value": 5 },
|
||||
"adhesion_type": { "value": "'none' if support_enable else 'brim'" },
|
||||
"brim_width": { "value": 10.0 },
|
||||
"cool_fan_speed": { "value": 100 },
|
||||
"cool_fan_speed_0": { "value": 0 }
|
||||
},
|
||||
|
||||
|
||||
"machine_gcode_flavor": {"default_value": "RepRap (Marlin/Sprinter)"},
|
||||
"machine_start_gcode": {"default_value": ";Start Gcode\nG90 ;absolute positioning\nM118 X25.00 Y25.00 Z20.00 T0\nM140 S{material_bed_temperature_layer_0} T0 ;Heat bed up to first layer temperature\nM104 S{material_print_temperature_layer_0} T0 ;Set nozzle temperature to first layer temperature\nM107 ;start with the fan off\nG90\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651\nM907 X100 Y100 Z40 A100 B20 ;Digital potentiometer value\nM108 T0\n;Purge line\nG1 X-110.00 Y-60.00 F4800\nG1 Z{layer_height_0} F420\nG1 X-110.00 Y60.00 E17,4 F1200\n;Purge line end"},
|
||||
"machine_end_gcode": {"default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM652\nM132 X Y Z A B\nG91\nM18"
|
||||
}
|
||||
}
|
52
resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json
Normal file
52
resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"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 ]
|
||||
]
|
||||
},
|
||||
"material_flow_layer_0": {"value": 120},
|
||||
"cool_fan_enabled": { "default_value": true },
|
||||
"cool_fan_speed_0": { "value": 100 },
|
||||
"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,53 @@
|
||||
{
|
||||
"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 ]
|
||||
]
|
||||
},
|
||||
"material_flow_layer_0": {"value": 120},
|
||||
"cool_fan_enabled": { "default_value": true },
|
||||
"cool_fan_speed_0": { "value": 100 },
|
||||
"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,52 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "XYZprinting da Vinci Jr. Pro Xe+",
|
||||
"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_pro_xeplus",
|
||||
"preferred_variant_name": "Copper 0.4mm Nozzle",
|
||||
"variants_name": "Nozzle Type",
|
||||
"machine_extruder_trains": {
|
||||
"0": "xyzprinting_da_vinci_jr_pro_xeplus_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "XYZprinting da Vinci Jr. Pro Xe+" },
|
||||
"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 ]
|
||||
]
|
||||
},
|
||||
"material_flow_layer_0": {"value": 120},
|
||||
"cool_fan_enabled": { "default_value": true },
|
||||
"cool_fan_speed_0": { "value": 100 },
|
||||
"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,52 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "XYZprinting da Vinci Jr. Pro X+",
|
||||
"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_pro_xplus",
|
||||
"preferred_variant_name": "Copper 0.4mm Nozzle",
|
||||
"variants_name": "Nozzle Type",
|
||||
"machine_extruder_trains": {
|
||||
"0": "xyzprinting_da_vinci_jr_pro_xplus_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "XYZprinting da Vinci Jr. Pro X+" },
|
||||
"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 ]
|
||||
]
|
||||
},
|
||||
"material_flow_layer_0": {"value": 120},
|
||||
"cool_fan_enabled": { "default_value": true },
|
||||
"cool_fan_speed_0": { "value": 100 },
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
52
resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json
Normal file
52
resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"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_w_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 ]
|
||||
]
|
||||
},
|
||||
"material_flow_layer_0": {"value": 120},
|
||||
"cool_fan_enabled": { "default_value": true },
|
||||
"cool_fan_speed_0": { "value": 100 },
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
52
resources/definitions/xyzprinting_da_vinci_super.def.json
Normal file
52
resources/definitions/xyzprinting_da_vinci_super.def.json
Normal file
@ -0,0 +1,52 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "XYZprinting da Vinci Super",
|
||||
"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_super",
|
||||
"preferred_variant_name": "Copper 0.4mm Nozzle",
|
||||
"variants_name": "Nozzle Type",
|
||||
"machine_extruder_trains": {
|
||||
"0": "xyzprinting_da_vinci_super_extruder_0"
|
||||
}
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "XYZprinting da Vinci Super" },
|
||||
"machine_shape": { "default_value": "rectangular"},
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_width": { "default_value": 300.00 },
|
||||
"machine_depth": { "default_value": 300.00 },
|
||||
"machine_height": { "default_value":300.00 },
|
||||
"machine_center_is_zero": { "default_value": false },
|
||||
"machine_head_with_fans_polygon": {
|
||||
"default_value": [
|
||||
[ -20, -10 ],
|
||||
[ -20, 10 ],
|
||||
[ 10, 10 ],
|
||||
[ 10, -10 ]
|
||||
]
|
||||
},
|
||||
"material_flow_layer_0": {"value": 120},
|
||||
"cool_fan_enabled": { "default_value": true },
|
||||
"cool_fan_speed_0": { "value": 100 },
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
16
resources/extruders/xyzprinting_base_extruder_0.def.json
Normal file
16
resources/extruders/xyzprinting_base_extruder_0.def.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "xyzprinting_base",
|
||||
"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_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_pro_xplus",
|
||||
"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_super",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
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 = 45
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
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 = 45
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_abs
|
||||
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 = 45
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
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 = 45
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
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_wall = 20
|
||||
speed_print = 60
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = 30
|
||||
speed_travel = 120
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 20
|
||||
retraction_prime_speed = 15
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
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_wall = 20
|
||||
speed_print = 60
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = 30
|
||||
speed_travel = 120
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 20
|
||||
retraction_prime_speed = 15
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
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_wall = 20
|
||||
speed_print = 60
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = 30
|
||||
speed_travel = 120
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 20
|
||||
retraction_prime_speed = 15
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
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_wall = 20
|
||||
speed_print = 60
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = 30
|
||||
speed_travel = 120
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 20
|
||||
retraction_prime_speed = 15
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_abs
|
||||
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_topbottom = 10
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,33 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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 = Draft Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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 = Fine Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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 = Normal Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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 = 19
|
||||
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 = 19
|
||||
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
|
@ -0,0 +1,29 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
material = xyzprinting_antibact_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 = =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_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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 = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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 = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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 = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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 = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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.3
|
||||
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 = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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 = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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 = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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 = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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.3
|
||||
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 = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,27 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
material_print_temperature = 210
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_wall = 30
|
||||
speed_print = 30
|
||||
speed_topbottom = 10
|
||||
speed_roofing = 30
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_antibact_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 = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_antibact_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 = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_antibact_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
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
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 = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
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 = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
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 = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = =40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = =40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = =40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
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 = =40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
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 = 10
|
||||
speed_infill = 40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
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 = 10
|
||||
speed_infill = 40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 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 = 10
|
||||
speed_infill = 40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
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 = 10
|
||||
speed_infill = 40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
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 = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = 8.0
|
||||
retraction_speed = 50
|
||||
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 = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = 8.0
|
||||
retraction_speed = 50
|
||||
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 = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = 8.0
|
||||
retraction_speed = 50
|
||||
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 = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened 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 = 8.0
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
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_infill = 45
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
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_infill = 45
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 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_infill = 45
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 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_infill = 45
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
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 = 19
|
||||
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 = 19
|
||||
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 = 19
|
||||
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 = 19
|
||||
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 = 19
|
||||
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 = 19
|
||||
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 = 19
|
||||
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 = 19
|
||||
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
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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_topbottom = 10
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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_topbottom = 10
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
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_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_topbottom = 10
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_flexible
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 100
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_flexible
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 100
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_flexible
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 100
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_flexible
|
||||
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_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 100
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
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_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
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_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
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_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
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 = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,31 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
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 = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
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 = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 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 = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
@ -0,0 +1,32 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
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 = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
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 = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened 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 = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = 40
|
||||
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