Remove nonsensical global nozzle offsets for Dagoma DiscoEasy200

It doesn't make sense to always have a nozzle offset for all nozzles. What's more, the setting only exists in fdmextruder.def.json so it can't be set in something that inherits from fdmprinter.def.json.
This commit is contained in:
Ghostkeeper 2017-07-11 14:47:10 +02:00
parent a04e389b7f
commit a04cb7524d
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 1 additions and 7 deletions

View file

@ -40,12 +40,6 @@
"gantry_height": {
"default_value": 55
},
"machine_nozzle_offset_x_1": {
"default_value": 18
},
"machine_nozzle_offset_y_1": {
"default_value": 0
},
"machine_gcode_flavor": {
"default_value": "RepRap"
},