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:
authorFoxExe <fox.axon@gmail.com>2020-09-02 01:51:13 +0300
committerFoxExe <fox.axon@gmail.com>2020-09-02 01:51:13 +0300
commit9b3d446a989357b2cb7d9a6b3cde4a673d8e9e62 (patch)
tree593043bfc7f13e9de38882a56f873a3616ba17db /resources/definitions/anycubic_kossel_pulley.def.json
parent97a1c84e62ff1df5e7415fc47b5f70617f0097a9 (diff)
Use already provided Kossel platform model
Added Pulley version of Kossel
Diffstat (limited to 'resources/definitions/anycubic_kossel_pulley.def.json')
-rw-r--r--resources/definitions/anycubic_kossel_pulley.def.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/definitions/anycubic_kossel_pulley.def.json b/resources/definitions/anycubic_kossel_pulley.def.json
new file mode 100644
index 0000000000..eee2d0d85c
--- /dev/null
+++ b/resources/definitions/anycubic_kossel_pulley.def.json
@@ -0,0 +1,16 @@
+{
+ "name": "Anycubic Kossel Pulley",
+ "version": 2,
+ "inherits": "anycubic_kossel_linear",
+ "metadata": {
+ "visible": true,
+ "machine_extruder_trains": {
+ "0": "anycubic_kossel_linear_extruder_0"
+ }
+ },
+ "overrides": {
+ "machine_name": {
+ "default_value": "Anicubic kossel Pulley"
+ }
+ }
+}