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

mingda_d4pro.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00d316c925c88d85b8d4847d6fc56991ffc09a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Mingda D4 Pro",
    "version": 2,
    "inherits": "mingda_base",
    "overrides": {
        "machine_name": { "default_value": "MINGDA D4 Pro" },
		"machine_start_gcode": { "default_value": "G28 ; home all axes\n G29; ABL\n M117 Purge extruder\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface\n G1 X2 Y20 Z0.3 F5000.0 ; move to start-line position\n G1 X2 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line\n G1 X2 Y200.0 Z0.4 F5000.0 ; move to side a little\n G1 X2 Y20 Z0.4 F1500.0 E30 ; draw 2nd line\n G92 E0 ; reset extruder\n G1 Z1.0 F3000 ; move z up little to prevent scratching of surface"},
        "machine_width": { "default_value": 420 },
        "machine_depth": { "default_value": 420 },
        "machine_height": { "default_value": 400 },
        "gantry_height": { "value": 25 }

    },
    "metadata": {
        "quality_definition": "mingda_base",
        "visible": true,
        "platform": "mingda_d4pro_base.stl",
        "platform_offset": [ -177, -140, 170]
    }
}