On 3/8/21 12:55 AM, John Dammeyer wrote:
I'm a bit confused here.  When I look at
http://linuxcnc.org/docs/2.8/html/config/ini-homing.html
and the section:
6.14. Inhibiting Homing

These two lines are in a 'code box' and appear to be ASCII with a 0x2D.

setp home_sequence_mux.in0 -1
net hsequence_select => motion.homing-inhibit

Regular asciidoc documents are produced by different software than the HTML manpages we were talking about, and have different formatting rules. And code boxes (like what you pasted) have special rules even within that context.

What you pasted looks correct, like you could paste it into a .hal file or halcmd and it would do the right thing. I'm glad that part is working well!


Cutting and pasting this into a vintage CodeWright "(c) 1991 to 2003" shows 
it's simple ASCII.

It's technically probably UTF8, which shares both its byte-stream encoding and display appearance with 7-bit ASCII.


--
Sebastian Kuzminsky


_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to