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

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kuipers <t.kuipers@ultimaker.com>2015-04-24 17:24:33 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2015-04-24 17:24:33 +0300
commite8faa99a46479d2dc56b5e241e441796f54b0a6f (patch)
tree17abad904e64f9a662a89ddade2874d98129f0a2 /README.md
parent1fb0ed5c5a6297404592936cd9a896d3b025b8fb (diff)
better terminal run commands
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 796d07402..59677e25a 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Other than running CuraEngine from a frontend, such as PluggableCura, one can ru
An example run for an UM2 machine looks as follows:
* Navigate to the CuraEngine directory and execute the following
```
-./build/CuraEngine -v -s machine_start_gcode=";FLAVOR:UltiGCode
+./build/CuraEngine -v -j fdmprinter.json -s machine_start_gcode=";FLAVOR:UltiGCode
;TIME:10000000
;MATERIAL:2000
;MATERIAL2:0" -s mesh_position_x=115.0 -s mesh_position_y=112.5 -s mesh_position_z=0 -s material_diameter=1.128 -o "output/test.gcode" "/path/to/model.stl"