mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Use SI units consistently.
This commit is contained in:
parent
de88144649
commit
c20fd8a596
4 changed files with 31 additions and 31 deletions
|
@ -94,7 +94,7 @@ The author is Alessandro Ranellucci (me).
|
|||
|
||||
Printer options:
|
||||
--nozzle-diameter Diameter of nozzle in mm (default: 0.5)
|
||||
--print-center Coordinates of the point to center the print around
|
||||
--print-center Coordinates in mm of the point to center the print around
|
||||
(default: 100,100)
|
||||
--use-relative-e-distances
|
||||
Use relative distances for extrusion in GCODE output
|
||||
|
@ -114,16 +114,16 @@ The author is Alessandro Ranellucci (me).
|
|||
Change this to alter the amount of plastic extruded. There should be
|
||||
very little need to change this value, which is only useful to
|
||||
compensate for filament packing (default: 1)
|
||||
--temperature Extrusion temperature, set 0 to disable (default: 200)
|
||||
--temperature Extrusion temperature in degree Celsius, set 0 to disable (default: 200)
|
||||
|
||||
Speed options:
|
||||
--travel-speed Speed of non-print moves in mm/sec (default: 130)
|
||||
--perimeter-speed Speed of print moves for perimeters in mm/sec (default: 30)
|
||||
--travel-speed Speed of non-print moves in mm/s (default: 130)
|
||||
--perimeter-speed Speed of print moves for perimeters in mm/s (default: 30)
|
||||
--small-perimeter-speed
|
||||
Speed of print moves for small perimeters in mm/sec (default: 30)
|
||||
--infill-speed Speed of print moves in mm/sec (default: 60)
|
||||
--solid-infill-speed Speed of print moves for solid surfaces in mm/sec (default: 60)
|
||||
--bridge-speed Speed of bridge print moves in mm/sec (default: 60)
|
||||
Speed of print moves for small perimeters in mm/s (default: 30)
|
||||
--infill-speed Speed of print moves in mm/s (default: 60)
|
||||
--solid-infill-speed Speed of print moves for solid surfaces in mm/s (default: 60)
|
||||
--bridge-speed Speed of bridge print moves in mm/s (default: 60)
|
||||
--bottom-layer-speed-ratio
|
||||
Factor to increase/decrease speeds on bottom
|
||||
layer by (default: 0.3)
|
||||
|
@ -154,12 +154,12 @@ The author is Alessandro Ranellucci (me).
|
|||
Retraction options:
|
||||
--retract-length Length of retraction in mm when pausing extrusion
|
||||
(default: 1)
|
||||
--retract-speed Speed for retraction in mm/sec (default: 30)
|
||||
--retract-speed Speed for retraction in mm/s (default: 30)
|
||||
--retract-restart-extra
|
||||
Additional amount of filament in mm to push after
|
||||
compensating retraction (default: 0)
|
||||
--retract-before-travel
|
||||
Only retract before travel moves of this length (default: 2)
|
||||
Only retract before travel moves of this length in mm (default: 2)
|
||||
--retract-lift Lift Z by the given distance in mm when retracting (default: 0)
|
||||
|
||||
Skirt options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue