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

anycubic_i3_mega_x.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bdab1028cf847effb102d1ce05da4aa25b2cf43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "version": 2,
    "name": "Anycubic i3 Mega X",
    "inherits": "anycubic_i3_mega_s",
	"metadata":
    {
		"quality_definition": "anycubic_i3_mega_s",
		"platform": "anycubic_i3_mega_x_platform.stl"
	},
    "overrides":
    {
        "machine_name": { "default_value": "Anycubic i3 Mega X" },
        "machine_width": { "default_value": 300 },
        "machine_height": { "default_value": 305 },
        "machine_depth": { "default_value": 300 },

        "acceleration_print": { "value": 400 },
        "acceleration_travel": { "value": 400 }
	}
}