bugfix: old UMs use nozzle offset in gcode, not in machine

This commit is contained in:
Tim Kuipers 2015-08-10 16:10:36 +02:00
parent 1980862f53
commit 0aa83c172e
2 changed files with 3 additions and 0 deletions

View file

@ -91,6 +91,7 @@
"machine_head_shape_max_x": { "default": 18 },
"machine_head_shape_max_y": { "default": 35 },
"machine_nozzle_gantry_distance": { "default": 55 },
"machine_use_extruder_offset_to_offset_coords": { "default": true },
"machine_nozzle_offset_x_1": { "default": 18.0 },
"machine_nozzle_offset_y_1": { "default": 0.0 },
"machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" },