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:
authorMarkMan0 <pal.mark28@gmail.com>2021-02-11 13:45:07 +0300
committerMarkMan0 <pal.mark28@gmail.com>2021-02-11 20:05:42 +0300
commitacf79aa31d88db820b8bb1e4148299a33a2512e5 (patch)
treeb3224bfc6fa98535df6f01a33fed38412215ca9b /resources/definitions/inat_proton_x_rod.def.json
parentd9cf7aeb8ea38156778f8dddbb3f9672479dbba9 (diff)
Definitions for INAT Proton X printers
Diffstat (limited to 'resources/definitions/inat_proton_x_rod.def.json')
-rw-r--r--resources/definitions/inat_proton_x_rod.def.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/resources/definitions/inat_proton_x_rod.def.json b/resources/definitions/inat_proton_x_rod.def.json
new file mode 100644
index 0000000000..a5a7143677
--- /dev/null
+++ b/resources/definitions/inat_proton_x_rod.def.json
@@ -0,0 +1,41 @@
+{
+
+ "name": "Proton X Rod",
+ "version": 2,
+ "inherits": "inat_base",
+ "metadata": {
+ "visible": true,
+ "quality_definition": "inat_base",
+ "platform": "inat_proton_x_buildplate.stl",
+ "platform_offset": [ 0, 0, 0]
+ },
+ "overrides": {
+ "machine_name": { "value": "Proton X" },
+ "machine_width": { "value": 304 },
+ "machine_depth": { "value": 304 },
+ "machine_height": { "value": 650 },
+ "machine_head_with_fans_polygon": {
+ "value": [
+ [
+ -86,
+ 66
+ ],
+ [
+ 44,
+ 66
+ ],
+ [
+ 44,
+ -96
+ ],
+ [
+ -86,
+ -96
+ ]
+ ]
+ },
+
+ "gantry_height": { "value": 34 }
+
+ }
+} \ No newline at end of file