Remove redundant feedrate override

The default in ultimaker.def.json is also 45, so this is not necessary.
This commit is contained in:
Ghostkeeper 2017-09-18 11:18:50 +02:00
parent 050474ef9e
commit 6c2bd10a20
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -89,9 +89,6 @@
"machine_max_feedrate_z": {
"default_value": 40
},
"machine_max_feedrate_e": {
"default_value": 45
},
"machine_acceleration": {
"default_value": 3000
},