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:
authorcataclism <69798041+cataclism@users.noreply.github.com>2020-10-13 19:16:58 +0300
committerGitHub <noreply@github.com>2020-10-13 19:16:58 +0300
commitd56fb92ece6972b6f91d2127b277b8eaf06d15fc (patch)
tree965c381b536d8208f698097cac8aea3c400f0700 /resources/definitions/artillery_genius.def.json
parentc54605a134f6c92caaf5c5e1aa364ade8a4ce151 (diff)
Added the Artillery Sidewinder X1 and Genius (#8301)
* Added the configuration files for the Artillery Printers Added the configuration files for the Artillery Printers * Changed version file * Updated versions, removed machine_head_polygon * fixed version in some files * Added generic PLA,PETG,ABS,TPU * Update resources/definitions/artillery_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/artillery_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 1st batch of update * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 2nd batch of changes * Update resources/quality/artillery/PETG/artillery_0.2_PETG_super.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.2_PETG_ultra.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.3_PETG_low.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.3_PETG_adaptive.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
Diffstat (limited to 'resources/definitions/artillery_genius.def.json')
-rw-r--r--resources/definitions/artillery_genius.def.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/definitions/artillery_genius.def.json b/resources/definitions/artillery_genius.def.json
new file mode 100644
index 0000000000..55b7bad99f
--- /dev/null
+++ b/resources/definitions/artillery_genius.def.json
@@ -0,0 +1,19 @@
+{
+ "name": "Artillery Genius",
+ "version": 2,
+ "inherits": "artillery_base",
+ "overrides": {
+ "machine_name": { "default_value": "Artillery Genius" },
+ "machine_width": { "default_value": 220 },
+ "machine_depth": { "default_value": 220 },
+ "machine_height": { "default_value": 250 },
+ "gantry_height": { "value": 25 }
+
+ },
+ "metadata": {
+ "quality_definition": "artillery_base",
+ "visible": true,
+ "platform": "artillery_genius.stl",
+ "platform_offset": [ -0, -72, -20]
+ }
+}