Skip to content

Commit bb0ab66

Browse files
author
Peter Boin
committed
link fix
1 parent 17a5a7e commit bb0ab66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Improvements to read more versatile formats
1010

1111
* Tests include a sample-set of gcode files from varying CAM software and authors.
1212
* `lsenv` in deployment script.
13-
* added `GCodeLineNumber` and `GCodeProgramName` (in response to #5).
13+
* added `GCodeLineNumber` and `GCodeProgramName` (in response to [#5](https://github.com/fragmuffin/pygcode/issues/5)).
1414
* `GCodeCancelCannedCycle` sets machine mode to `None`, and is run first in list of `motion` gcodes.
1515
* Error message for unsupported gcodes is more helpful / relevant.
1616
* Optional whitespace in `Word`, (eg: `X-1.2` and `X -1.2` are now both valid)
1717

1818
### Bugfixes
1919

20-
* Line number in program (#5)
20+
* [#5](https://github.com/fragmuffin/pygcode/issues/5) Line number in program
2121

2222

2323
## 0.1.2

0 commit comments

Comments
 (0)