Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
drunsinn committed Dec 14, 2020
1 parent 322967f commit b75b4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cycles and functions:
- FN 12
- FN 18 ID210 NR2
- FN 18 ID220 NR2 IDX1 and 2
- FN 18 ID270 NR2 IDX1 and 2
- FN 18 ID270 NR1 IDX1 and 2

For ease of use it is possible to use cycle 225 for parameter definition. If the
control has cycle 225 you can add use command line option `--use_cycle_def`.
Expand Down Expand Up @@ -124,15 +124,13 @@ optional arguments:
-c, --reduce_empty if set, output will contain labels for empty characters but no actual data
-z, --use_cycle_def if set, demo output will use cycle 225 for definition of parameters`



## NC-Code Usage

The nc program uses the Q parameters also used by cycle 225:

- **QS500**: Text to engrave
- **Q203**: Z-coordinate of surface
- **201**: milling depth
- **Q201**: milling depth
- **Q200**: safe distance for rapid feed between characters
- **Q206**: plunging feed rate
- **Q207**: milling feed rate
Expand All @@ -153,7 +151,7 @@ installed automatically. When trying to run type2nc, you get an error message
ending in `RuntimeError: Freetype library not found`. To fix this, follow
the instructions on [this github repo](https://github.com/ubawurinna/freetype-windows-binaries).

### Characters are not included in nc code
### Characters not availibel
To reduce the file size of the output file, it was chosen to limit the
range of characters to specific sections of the Unicode standard:

Expand Down
2 changes: 1 addition & 1 deletion type2nc/pgm_head_template.H
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
;QS1 is the transported value from QS500
;QS2 is the current character
;QS3 is a temporary string for holding special characters for testing
; a space character. this seems to be necessary because a string parameter cant be a single space
; a space character. this seems to be necessary because a string parameter can't be a single space
;
QS1 = QS500 ; give value from QS500 to QS1
; read the active NPV
Expand Down

0 comments on commit b75b4ca

Please sign in to comment.