Skip to content

Commit f57abed

Browse files
authored
Update README.md
1 parent ae3db0a commit f57abed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Usage: up3dinfo
7373
## up3dstatus
7474

7575
Program to show current print status and to control the printer
76-
'''
76+
```
7777
Usage: ./up3dstatus [stop | on | off]
7878
7979
stop: stops current print and reports status
@@ -89,37 +89,37 @@ Usage: ./up3dstatus [stop | on | off]
8989
<height>: reported printing height in mm
9090
<percent>: reported completion in percent
9191
<time>: reported time remaining in seconds
92-
'''
92+
```
9393
---
9494

9595
## up3dconvg
9696

9797
Program to convert UP machine code to standard g-code for e.g. review
9898

99-
'''
99+
```
100100
Usage: up3dconvg machinetype input.umc
101101
102102
machinetype: mini / classic / plus / box / Cetus
103103
input.gcode: up machine code file which will be read
104-
'''
104+
```
105105
---
106106

107107
## up3dcapture
108108

109109
Program to capture the axis positions during a running print. The capture sapling rate is ca 2ms. The capture stops automatically when the printer returns into idle mode.
110110

111-
'''
111+
```
112112
Usage: up3dcapture
113-
'''
113+
```
114114
---
115115

116116
## up3dgcode
117117

118118
Program to process captured data from up3dcapture to g-code. It uses some advanced filtering to generate larger segments.
119119

120-
'''
120+
```
121121
Usage: togcode input.capture [average]
122122
input.capture: machine capture file
123123
average: not implemented yet
124-
'''
124+
```
125125
---

0 commit comments

Comments
 (0)