Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2015-02-15 19:00:08 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-02-15 19:00:08 +0300
commit1180a6d83fec8d8e377623b96f2d5241ca4b23c8 (patch)
tree5ea2a97e8d09a8d61b1cdb41b12667e6d0153e5e /slic3r.pl
parent8851dc7f23de95fe91d56e2bb7f2af48a28f65fc (diff)
parentcef149485284ceefee77c3ece3db0728f693bfb1 (diff)
Merge pull request #2508 from strahlex/machinekit-gcode
added support Machinekit flavour GCode
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/slic3r.pl b/slic3r.pl
index d83b18f7f..ede37dbc0 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -287,7 +287,7 @@ $j
(default: 100,100)
--z-offset Additional height in mm to add to vertical coordinates
(+/-, default: $config->{z_offset})
- --gcode-flavor The type of G-code to generate (reprap/teacup/makerware/sailfish/mach3/no-extrusion,
+ --gcode-flavor The type of G-code to generate (reprap/teacup/makerware/sailfish/mach3/machinekit/no-extrusion,
default: $config->{gcode_flavor})
--use-relative-e-distances Enable this to get relative E values (default: no)
--use-firmware-retraction Enable firmware-controlled retraction using G10/G11 (default: no)