chiark / gitweb /
Update steps-per-e tooltip.
authordaid <daid303@gmail.com>
Mon, 24 Jun 2013 12:43:55 +0000 (14:43 +0200)
committerdaid <daid303@gmail.com>
Mon, 24 Jun 2013 12:43:55 +0000 (14:43 +0200)
Cura/util/profile.py

index d5e9e63b3a793ac7a7ae8d04b25138ba6cadcefc..75c27a62bbd07fa5e83e88aa45e0874231a61d92 100644 (file)
@@ -308,7 +308,7 @@ setting('extruder_offset_y2', '0.0', float, 'preference', 'hidden').setLabel('Of
 setting('extruder_offset_x3', '0.0', float, 'preference', 'hidden').setLabel('Offset X', 'The offset of your secondary extruder compared to the primary.')
 setting('extruder_offset_y3', '0.0', float, 'preference', 'hidden').setLabel('Offset Y', 'The offset of your secondary extruder compared to the primary.')
 setting('filament_physical_density', '1240', float, 'preference', 'hidden').setRange(500.0, 3000.0).setLabel('Density (kg/m3)', 'Weight of the filament per m3. Around 1240 for PLA. And around 1040 for ABS. This value is used to estimate the weight if the filament used for the print.')
-setting('steps_per_e', '0', float, 'preference', 'hidden').setLabel('E-Steps per 1mm filament', 'Amount of steps per mm filament extrusion')
+setting('steps_per_e', '0', float, 'preference', '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, 'preference', 'hidden').setLabel('Serial port', 'Serial port to use for communication with the printer')
 setting('serial_port_auto', '', str, 'preference', 'hidden')
 setting('serial_baud', 'AUTO', str, 'preference', 'hidden').setLabel('Baudrate', 'Speed of the serial port communication\nNeeds to match your firmware settings\nCommon values are 250000, 115200, 57600')