Error when creating new program
- macsddau@linuxcnc
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 142
- Thank you received: 28
21 Sep 2022 07:32 #252482
by macsddau@linuxcnc
Error when creating new program was created by macsddau@linuxcnc
Attachments:
Please Log in or Create an account to join the conversation.
21 Sep 2022 08:23 #252486
by HansU
Replied by HansU on topic Error when creating new program
Can you post your config or does this also appear on a sample config for you?
I cannot reproduce this.
I cannot reproduce this.
Please Log in or Create an account to join the conversation.
- macsddau@linuxcnc
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 142
- Thank you received: 28
21 Sep 2022 09:58 #252492
by macsddau@linuxcnc
Replied by macsddau@linuxcnc on topic Error when creating new program
.ini & .hal attached
Please Log in or Create an account to join the conversation.
21 Sep 2022 17:15 - 21 Sep 2022 17:17 #252527
by HansU
Replied by HansU on topic Error when creating new program
You found a little bug in Gmoccapy.
This happens if you don't have an entry for "RS274NGC_STARTUP_CODE" in the INI file.
You can avoid this by providing some startup code like
or just a comment
This happens if you don't have an entry for "RS274NGC_STARTUP_CODE" in the INI file.
You can avoid this by providing some startup code like
[RS274NGC]
RS274NGC_STARTUP_CODE = G90
[RS274NGC]
RS274NGC_STARTUP_CODE = (a comment)
Last edit: 21 Sep 2022 17:17 by HansU.
The following user(s) said Thank You: macsddau@linuxcnc
Please Log in or Create an account to join the conversation.
- macsddau@linuxcnc
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 142
- Thank you received: 28
21 Sep 2022 19:04 #252531
by macsddau@linuxcnc
Replied by macsddau@linuxcnc on topic Error when creating new program
Added the required line with some G codes. Works fine.
Thank you HansU
Thank you HansU
Please Log in or Create an account to join the conversation.
Time to create page: 0.105 seconds