Fix occurrences of ARRAY(...) in usage output.

Defaults are only one element otherwise I'd have been tempted to set
$" to comma.
This commit is contained in:
Mark Hindess 2012-07-12 22:07:54 +01:00
parent e703e78504
commit 145572c87a

View File

@ -142,7 +142,7 @@ $j
print rather than processed individually. print rather than processed individually.
Printer options: Printer options:
--nozzle-diameter Diameter of nozzle in mm (default: $Slic3r::nozzle_diameter) --nozzle-diameter Diameter of nozzle in mm (default: @$Slic3r::nozzle_diameter)
--print-center Coordinates in mm of the point to center the print around --print-center Coordinates in mm of the point to center the print around
(default: $Slic3r::print_center->[0],$Slic3r::print_center->[1]) (default: $Slic3r::print_center->[0],$Slic3r::print_center->[1])
--z-offset Additional height in mm to add to vertical coordinates --z-offset Additional height in mm to add to vertical coordinates
@ -157,15 +157,15 @@ $j
--gcode-comments Make G-code verbose by adding comments (default: no) --gcode-comments Make G-code verbose by adding comments (default: no)
Filament options: Filament options:
--filament-diameter Diameter in mm of your raw filament (default: $Slic3r::filament_diameter) --filament-diameter Diameter in mm of your raw filament (default: @$Slic3r::filament_diameter)
--extrusion-multiplier --extrusion-multiplier
Change this to alter the amount of plastic extruded. There should be Change this to alter the amount of plastic extruded. There should be
very little need to change this value, which is only useful to very little need to change this value, which is only useful to
compensate for filament packing (default: $Slic3r::extrusion_multiplier) compensate for filament packing (default: @$Slic3r::extrusion_multiplier)
--temperature Extrusion temperature in degree Celsius, set 0 to disable (default: $Slic3r::temperature) --temperature Extrusion temperature in degree Celsius, set 0 to disable (default: @$Slic3r::temperature)
--first-layer-temperature Extrusion temperature for the first layer, in degree Celsius, --first-layer-temperature Extrusion temperature for the first layer, in degree Celsius,
set 0 to disable (default: same as --temperature) set 0 to disable (default: same as --temperature)
--bed-temperature Heated bed temperature in degree Celsius, set 0 to disable (default: $Slic3r::temperature) --bed-temperature Heated bed temperature in degree Celsius, set 0 to disable (default: @$Slic3r::temperature)
--first-layer-bed-temperature Heated bed temperature for the first layer, in degree Celsius, --first-layer-bed-temperature Heated bed temperature for the first layer, in degree Celsius,
set 0 to disable (default: same as --bed-temperature) set 0 to disable (default: same as --bed-temperature)