📎 AI Summary:
The thread discusses issues with saving Notepad files and formatting G-code for clarity. The first poster resolved a saving problem by entering a filename with the correct extension. Another user asks how to reformat G-code, and solutions include manually inserting returns or using advanced replace features in text editors like Notepad++. Overall, the conversation offers practical advice for file management and text formatting, with a light-hearted tone.

Peterr

Essential Member
Joined
Mar 31, 2011
Messages
1,173
Thread Author #1
I cannot save notepad to desktop.

Solved - I did not enter a new name in the field which had *txt
 

Last edited:

jojo455

New Member
Joined
Feb 6, 2022
Messages
2
Windows 10 Notepad:

How can I change this

G01 X51.271 Y162.193
G01 X52.141 Y163.896
G01 X53.010 Y165.497
G01 X53.878 Y167.098
G01 X55.121 Y169.300

into this

G01
X51.271 Y162.193
G01
X52.141 Y163.896
G01
X53.010 Y165.497
G01
X53.878 Y167.098
G01
X55.121 Y169.300
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
You could also use a very text program like notepad++. You could then do a advanced replace and replace 'G01 ' with 'G01\n'
 

Solution