Skip to content

Commit 86dc630

Browse files
committed
pass on README
1 parent afa2ade commit 86dc630

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,17 @@ and can be found in the sub-directory having the name of your model and created
9797

9898
However the slicer has to output a special GCode format, see *printer.lua* in the *curvi* printer profile directory (in /resources). Our tool *uncurve* also needs to know how the 3D mesh spatially relates to the trajectories produced by the slicer, as well as the layer thickness.
9999
This requires two special lines at the top, here is an example:
100-
```o X-10.3 Y-5.7 Z0.0
101-
t 0.2```
100+
```
101+
o X-10.3 Y-5.7 Z0.0
102+
t 0.2
103+
```
102104
Here, it means that given a trajectory point, we have to add the offset (-10.3,-5.7,0) to
103105
locate this same point in the input 3D model space. The line starting with *t* gives the slicing layer height.
104106

105107
You are welcome to use CurviSlicer within the scope of the license (see below). Please cite our paper in your publications and the credits of your software!
106108

107-
```@article{curvislicer,
109+
```
110+
@article{curvislicer,
108111
author = {Etienne, Jimmy and Ray, Nicolas and Panozzo, Daniele and Hornus, Samuel and Wang, Charlie C. L. and Mart\'{\i}nez, Jon\`{a}s and McMains, Sara and Alexa, Marc and Wyvill, Brian and Lefebvre, Sylvain},
109112
title = {CurviSlicer: Slightly Curved Slicing for 3-Axis Printers},
110113
year = {2019},
@@ -113,7 +116,8 @@ number = {4},
113116
journal = {ACM Transactions on Graphics},
114117
articleno = {Article 81},
115118
numpages = {11},
116-
}```
119+
}
120+
```
117121

118122
### License
119123

0 commit comments

Comments
 (0)