File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,11 @@ scale_x = 40
6767scale_y = 40
6868unit = " mm"
6969invert_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 ]
7477document_start = " "
@@ -80,8 +83,12 @@ scale_x = 10
8083scale_y = 10
8184unit = " mm"
8285invert_y = " True"
83- info = " Will output relative coordinates\n Make 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 ]
8794document_start = " "
@@ -93,8 +100,10 @@ scale_x = 10
93100scale_y = 10
94101unit = " mm"
95102invert_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 ]
100109document_start = " G21\n G17\n G90\n G28\n "
You can’t perform that action at this time.
0 commit comments