Fixed errors in comments. no new code

This commit is contained in:
jean-pierre charras
2010-09-29 21:00:35 +02:00
parent 2dc5327634
commit cdf111d618
3 changed files with 46 additions and 54 deletions
+7 -7
View File
@@ -20,14 +20,14 @@
* 1 to 999
*
* D_CODES:
* D01 ... D9 = action codes:
* D01 = activating light (lower pen) when di ¿½ placement
* D02 = light extinction (lift pen) when di ¿½ placement
* D03 Flash
* D09 = VAPE Flash
* D10 ... = Indentification Tool (Shape id)
* D01 ... D9 = command codes:
* D01 = activating light (pen down) while moving
* D02 = light extinction (pen up) while moving
* D03 = Flash
* D04 to D09 = non used
* D10 ... D999 = Indentification Tool (Shape id)
*
* For tools:
* For tools defining a shape):
* DCode min = D10
* DCode max = 999
*/