Skip to content

Commit 1282cf0

Browse files
committed
Correct info strings
1 parent da4eb4a commit 1282cf0

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

vpype_gcode/bundled_configs.toml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,11 @@ scale_x = 40
6767
scale_y = 40
6868
unit = "mm"
6969
invert_y = "True"
70-
info = "Output HPGL relative co-ordinates NB. This will not take care of page margins etc within the machine.
71-
\n Ensure that the svg layout is landscape. \n Pen numbers will be taken from layer numbers"
70+
info = """Output HPGL relative co-ordinates NB. This will not take care of page margins etc within the machine.
71+
72+
Ensure that the svg layout is landscape.
73+
74+
Pen numbers will be taken from layer numbers"""
7275

7376
[gwrite.BBC-GL-R]
7477
document_start = ""
@@ -80,8 +83,12 @@ scale_x = 10
8083
scale_y = 10
8184
unit = "mm"
8285
invert_y = "True"
83-
info = "Will output relative coordinates\nMake sure your input layout matches the paper loaded \n
84-
i.e. landscape svg when landscape paper in the machine \n Pen numbers will be taken from layer numbers"
86+
info = """Will output relative coordinates.
87+
88+
Make sure your input layout matches the paper loaded.
89+
i.e. landscape svg when landscape paper in the machine.
90+
91+
Pen numbers will be taken from layer numbers"""
8592

8693
[gwrite.BBC-GL]
8794
document_start = ""
@@ -93,8 +100,10 @@ scale_x = 10
93100
scale_y = 10
94101
unit = "mm"
95102
invert_y = "True"
96-
info = "Make sure your input layout matches the paper loaded \n
97-
i.e. landscape svg when landscape paper in the machine \n Pen numbers will be taken from layer numbers"
103+
info = """Make sure your input layout matches the paper loaded.
104+
i.e. landscape svg when landscape paper in the machine
105+
106+
Pen numbers will be taken from layer numbers"""
98107

99108
[gwrite.ninja]
100109
document_start = "G21\nG17\nG90\nG28\n"

0 commit comments

Comments
 (0)