From: Youness Alaoui Date: Tue, 20 Jan 2015 16:55:01 +0000 (-0500) Subject: Merge remote-tracking branch 'origin/master' into AO-build X-Git-Tag: 14.09-1.19~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=28e73ae29968938840fe9e8cfd0f41151a3a4250;p=cura.git Merge remote-tracking branch 'origin/master' into AO-build Conflicts: Cura/gui/preferencesDialog.py Cura/util/profile.py --- 28e73ae29968938840fe9e8cfd0f41151a3a4250 diff --cc Cura/util/profile.py index 1db26fe6,0c25bb00..d843c8da --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@@ -509,6 -509,7 +509,8 @@@ setting('extruder_offset_x2', '0.0', fl setting('extruder_offset_y2', '0.0', float, 'machine', 'hidden').setLabel(_("Offset Y"), _("The offset of your tertiary extruder compared to the primary.")) setting('extruder_offset_x3', '0.0', float, 'machine', 'hidden').setLabel(_("Offset X"), _("The offset of your forth extruder compared to the primary.")) setting('extruder_offset_y3', '0.0', float, 'machine', 'hidden').setLabel(_("Offset Y"), _("The offset of your forth extruder compared to the primary.")) + setting('extruder_z_offset', '0.0', float, 'machine', 'hidden').setLabel(_("Z-Offset (mm)"), _("This value will be added to the Z coordinate of every line in the output G-Code to compensate for a badly calibrate Z height endstop.")) ++ setting('steps_per_e', '0', float, 'machine', 'hidden').setLabel(_("E-Steps per 1mm filament"), _("Amount of steps per mm filament extrusion. If set to 0 then this value is ignored and the value in your firmware is used.")) setting('serial_port', 'AUTO', str, 'machine', 'hidden').setLabel(_("Serial port"), _("Serial port to use for communication with the printer")) setting('serial_port_auto', '', str, 'machine', 'hidden')