mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-05-30 01:54:49 +08:00
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:
parent
e703e78504
commit
145572c87a
10
slic3r.pl
10
slic3r.pl
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user