opening Gcode in AXIS release 2.9.2
11 Mar 2024 14:28 #295637
by partec
opening Gcode in AXIS release 2.9.2 was created by partec
now was the moment for me to try out the current LinuxCNC_2.9.2-amd64.hybrid.iso
I have already noticed great progress on some important parts that I like to use, thank you very much to everyone who made it!
When reading Gcode into Axis I have a small problem with 'utf-8' codec, both in a live session or after a new installation
It's about the special characters around the comments, what should I do best?
I have already noticed great progress on some important parts that I like to use, thank you very much to everyone who made it!
When reading Gcode into Axis I have a small problem with 'utf-8' codec, both in a live session or after a new installation
It's about the special characters around the comments, what should I do best?
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6430
11 Mar 2024 15:09 #295638
by tommylight
Replied by tommylight on topic opening Gcode in AXIS release 2.9.2
Set locale to UTF-8 in Linux, search for:
Debian change locale
Debian change locale
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
11 Mar 2024 16:26 #295649
by partec
Replied by partec on topic opening Gcode in AXIS release 2.9.2
thanks for the encouragement
root@debian:/home/eruepe# localectl
System Locale: LANG=de_CH.UTF-8
LANGUAGE=de_CH:de
VC Keymap: (unset)
X11 Layout: us
X11 Model: pc105
root@debian:/home/eruepe#
X11 Layout setting was set to 'us' for some reason, that doesn't fit together
root@debian:/home/eruepe# localectl
System Locale: LANG=de_CH.UTF-8
LANGUAGE=de_CH:de
VC Keymap: (unset)
X11 Layout: us
X11 Model: pc105
root@debian:/home/eruepe#
X11 Layout setting was set to 'us' for some reason, that doesn't fit together
Please Log in or Create an account to join the conversation.
11 Mar 2024 18:21 #295668
by partec
Replied by partec on topic opening Gcode in AXIS release 2.9.2
X11 Layout: us
tommylight,
how can I change X11 layout, please?
tommylight,
how can I change X11 layout, please?
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6430
11 Mar 2024 20:56 #295681
by tommylight
Replied by tommylight on topic opening Gcode in AXIS release 2.9.2
Wait, what are you using to generate the gcode?
Seems to be the issue with gcode, not LinuxCNC, so can you try some code generated by another program/software like Inkscape or Image2gcode (included with LinuxCNC, just open a jpg file) ?
Seems to be the issue with gcode, not LinuxCNC, so can you try some code generated by another program/software like Inkscape or Image2gcode (included with LinuxCNC, just open a jpg file) ?
The following user(s) said Thank You: partec
Please Log in or Create an account to join the conversation.
12 Mar 2024 08:46 #295723
by partec
Replied by partec on topic opening Gcode in AXIS release 2.9.2
have reinstalled
I'm not entirely sure whether my iso is completely integer because 'lvm2-udeb' was also searched for and wasn't found
I'll still verify it, but System Locale is now correct
root@se:~# localectl
System Locale: LANG=de_CH.UTF-8
LANGUAGE=de_CH:de
VC Keymap: (unset)
X11 Layout: ch
X11 Model: pc105
root@se:~#
(ngc file edited Line from remote and axis reloadable)
(Messingplatte vertikal 25mm)
G54 G90 G17 G61
(Tasche schlichten d 2.8mm)
G00 X110.423 Y-117.333 Z80
G00 Z26
G01 Z24.4 F34.5
G01 Y-117.433 F88.5
G01 X118.123
At the moment I should be able to get along and thank you very much for the tireless moderator help always here!
I'm not entirely sure whether my iso is completely integer because 'lvm2-udeb' was also searched for and wasn't found
I'll still verify it, but System Locale is now correct
root@se:~# localectl
System Locale: LANG=de_CH.UTF-8
LANGUAGE=de_CH:de
VC Keymap: (unset)
X11 Layout: ch
X11 Model: pc105
root@se:~#
(ngc file edited Line from remote and axis reloadable)
(Messingplatte vertikal 25mm)
G54 G90 G17 G61
(Tasche schlichten d 2.8mm)
G00 X110.423 Y-117.333 Z80
G00 Z26
G01 Z24.4 F34.5
G01 Y-117.433 F88.5
G01 X118.123
At the moment I should be able to get along and thank you very much for the tireless moderator help always here!
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.101 seconds