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:
authorGhostkeeper <rubend@tutanota.com>2020-10-12 18:15:25 +0300
committerGhostkeeper <rubend@tutanota.com>2020-10-12 18:15:25 +0300
commit602e09e8af92d36b80892a3066757426acf5bd11 (patch)
tree65d5d83619ad900c3d7ae4263636edb814642d25 /resources/definitions/anycubic_kossel_pulley.def.json
parent98f92e0f2eba4deb9258fc64d41aa7872b05966c (diff)
Fix printer name in setting
This really isn't used anywhere in the final g-code but all right then. Contributes to issue CURA-7767.
Diffstat (limited to 'resources/definitions/anycubic_kossel_pulley.def.json')
-rw-r--r--resources/definitions/anycubic_kossel_pulley.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/anycubic_kossel_pulley.def.json b/resources/definitions/anycubic_kossel_pulley.def.json
index b2af45c362..fd9e1ee4ef 100644
--- a/resources/definitions/anycubic_kossel_pulley.def.json
+++ b/resources/definitions/anycubic_kossel_pulley.def.json
@@ -10,7 +10,7 @@
},
"overrides": {
"machine_name": {
- "default_value": "Anicubic kossel Pulley"
+ "default_value": "Anycubic Kossel Pulley"
}
}
}