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>2017-09-18 12:18:50 +0300
committerGhostkeeper <rubend@tutanota.com>2017-09-18 12:18:50 +0300
commit6c2bd10a20f8d79743b942bda27d6b22a1dad1aa (patch)
treeebad9ffbb1686c9257b287a28193361e1b716756 /resources/definitions/ultimaker2.def.json
parent050474ef9e2785c1fcfe3ec7fa81de85a87e2af3 (diff)
Remove redundant feedrate override
The default in ultimaker.def.json is also 45, so this is not necessary.
Diffstat (limited to 'resources/definitions/ultimaker2.def.json')
-rw-r--r--resources/definitions/ultimaker2.def.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index 1931e5f8e3..0a9a7bf7ce 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -89,9 +89,6 @@
"machine_max_feedrate_z": {
"default_value": 40
},
- "machine_max_feedrate_e": {
- "default_value": 45
- },
"machine_acceleration": {
"default_value": 3000
},