Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnaKang0219 <heed818@yahoo.com.tw>2021-08-12 04:35:15 +0300
committerAnnaKang0219 <heed818@yahoo.com.tw>2021-08-12 04:35:15 +0300
commite7e5970647741b39a1f1a50975f49bf3267dffe0 (patch)
tree987db2966e72b4738a75d6f63a59a27fd87521b3 /resources/definitions/xyzprinting_da_vinci_super.def.json
parentc86d1638e231d58a9345e2a1e8c03939adce4d16 (diff)
Remove the files not CZ-300
Remove the files not CZ-300
Diffstat (limited to 'resources/definitions/xyzprinting_da_vinci_super.def.json')
-rw-r--r--resources/definitions/xyzprinting_da_vinci_super.def.json56
1 files changed, 0 insertions, 56 deletions
diff --git a/resources/definitions/xyzprinting_da_vinci_super.def.json b/resources/definitions/xyzprinting_da_vinci_super.def.json
deleted file mode 100644
index f5d9070cf3..0000000000
--- a/resources/definitions/xyzprinting_da_vinci_super.def.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "version": 2,
- "name": "XYZprinting da Vinci Super",
- "inherits": "xyzprinting_base",
- "metadata": {
- "visible": true,
- "file_formats": "text/x-gcode",
- "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"
- },
-
- "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 ]
- ]
- },
- "layer_height": { "default_value": 0.2 },
- "layer_height_0": { "default_value": 0.35 },
- "infill_sparse_density": { "default_value": 10 },
- "default_material_print_temperature": { "default_value": 210 },
- "material_print_temperature": { "value": 210 },
- "material_bed_temperature": { "value": 45 },
- "material_bed_temperature_layer_0": { "value": 45 },
- "material_flow_layer_0": {"value": 120},
- "retraction_amount": { "default_value": 5.5 },
- "retraction_speed": { "default_value": 30 },
- "speed_print": { "default_value": 30 },
- "speed_travel": { "value": 120 },
- "cool_fan_enabled": { "default_value": true },
- "cool_fan_speed_0": { "value": 100 },
- "adhesion_type": { "default_value" : "skirt" },
- "brim_line_count": { "value" : 5 },
- "skirt_line_count": { "default_value" : 5 },
- "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
- "machine_start_gcode": {
- "default_value": "G28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
- },
- "machine_end_gcode": {
- "default_value": "M104 S0 ; turn off temperature\nM105 S0; \nG28 X0 ; home X axis\nM84 ; disable motors\n"
- }
- }
-}