Feature Request
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
How is it easiest for you? Would you rather me edit the .html file directly? Or do you want me to copy and paste into microsoft word and track changes, etc? Any ideas welcome.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Definitely not a word processor format and it is no good editing the html file as that is automatically generated.Finally getting around to starting to proof read the User Guide.
How is it easiest for you? Would you rather me edit the .html file directly? Or do you want me to copy and paste into microsoft word and track changes, etc? Any ideas welcome.
The original is in asciidoc format at lives here
It is no good editing the html file as that is automatically generated. The original is in asciidoc format and lives here:
github.com/LinuxCNC/linuxcnc/blob/master...asmac-user-guide.txt
If you have a github account you can directly edit it by clicking on the pencil icon just above the top of the page, you can and when you finish editing you can do a pull request.
I have changed the installation and upgrade sections locally to reflect the 2.8 release but I haven't pushed them yet so you won't need to change anything there (yet).
I also see I broke scribing, thanks for the report, I will fix it today.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
BTW the problem in plasmac_gcode.py was a missed line to print the output, it should be:
609 else:
610 scribing = True
611 print(line)
612 continue
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
It seems reasonably easy although I have never tried it this way. Edit the file, review the changes, go to the bottom of the page and hit "Create a new branch for this commit and start a pull request"Thanks Phill. I’ll try to see if I can get pull requests figured out. Hopefully it is easier with one file.
Another option would be to make a copy of the original, edit it and email it to me directly.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
It seems reasonably easy although I have never tried it this way. Edit the file, review the changes, go to the bottom of the page and hit "Create a new branch for this commit and start a pull request"Thanks Phill. I’ll try to see if I can get pull requests figured out. Hopefully it is easier with one file.
Another option would be to make a copy of the original, edit it and email it to me directly.
Man, I wish I would have seen that line was missing! So obvious now lol. I guess I should have spent more time trying to figure it out; thank you. In the meantime, I guess I can just edit the file and have him replace the one there, or edit the file himself.
Ok, I'll give the github thing a go, but it may be easier to just edit the text file, and then email it to you. I dont know how interested you are in seeing what I propose to be changed between the two?
Also, I want to make sure I understand the voice of the user guide. Is it to be more informal: "your machine, your hal file", etc. or is it to be more formal/manual like: "the machine, the hal file", etc. Generally speaking for documentation, etc. I prefer the latter, but I just wanted to understand the requirements before I make edits
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Do it the easiest way for you. If you go the email route I will see the differences as soon as I add it to my repo so there is no preference for me.Ok, I'll give the github thing a go, but it may be easier to just edit the text file, and then email it to you. I dont know how interested you are in seeing what I propose to be changed between the two?
I'll leave that to you, writing is not my strong point, I only do it because it needs to be done.Also, I want to make sure I understand the voice of the user guide. Is it to be more informal: "your machine, your hal file", etc. or is it to be more formal/manual like: "the machine, the hal file", etc. Generally speaking for documentation, etc. I prefer the latter, but I just wanted to understand the requirements before I make edits
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
I'm trying to help a friend diagnose his table.
He's having some odd issues, and honestly I wonder if his setup is hosed up. Scribing doesnt work anymore (he says Plasmac strips it out of the g-code).
I have pushed the fix
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
I'm trying to help a friend diagnose his table.
He's having some odd issues, and honestly I wonder if his setup is hosed up. Scribing doesnt work anymore (he says Plasmac strips it out of the g-code).
I have pushed the fix
Thanks Phill! I walked him through editing it manually and it works great.
I started reading and editing tonight, I’ll keep chipping away at it.
Did we decide if you were doing the .zip log thingy?
Also I still had on my list locking out the MDI during a program run, and also ohmic enable check box is more like ohmic ignore
Just still was on my radar, if you want me to strike any off, just let me know. I know stuff comes up though and you’ve been busy!
Thanks again!
Please Log in or Create an account to join the conversation.