📄 outlines.ulp
字号:
#require 4.1105
#usage "en: <b>Export outlines data</b>\n"
"<p>"
"Generates outlines data for a board layout."
"<p>"
"Usage: RUN outlines [ <i>device</i> [ <i>width</i> [ <i>layer</i> [ <i>filename</i> ]]]]"
"<p>"
"<table>"
"<tr><td>device:</td><td>Script | HPGL</td><tr>"
"<tr><td>width:</td><td>outlines width [mm]</td><tr>"
"<tr><td>layer:</td><td>1..16 (0 = active layer)</td><tr>"
"<tr><td>filename:</td><td>output file name</td><tr>"
"</table>"
"<p>"
"<author>Author: support@cadsoft.de</author>",
"de: <b>Konturdaten exportieren</b>\n"
"<p>"
"Erzeugt Konturdaten f黵 ein Platinenlayout."
"<p>"
"Aufruf: RUN outlines [ <i>device</i> [ <i>width</i> [ <i>layer</i> [ <i>filename</i> ]]]]"
"<p>"
"<table>"
"<tr><td>device:</td><td>Script | HPGL</td><tr>"
"<tr><td>width:</td><td>Breite der Konturlinien [mm]</td><tr>"
"<tr><td>layer:</td><td>1..16 (0 = aktiver Layer)</td><tr>"
"<tr><td>filename:</td><td>Ausgabedatei</td><tr>"
"</table>"
"<p>"
"<author>Autor: support@cadsoft.de</author>"
// THIS PROGRAM IS PROVIDED AS IS AND WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED
/*
Complete the following steps to add a new output device definition:
1. Add a new member to the 'enum { devScript = 1, ...'
2. Add the new (unique!) device name to 'DeviceNames[]'
3. Add the necessary 'case dev...' branches to 'DeviceInit()', 'DeviceDraw()' and 'DeviceEnd()'
*/
string I18N[] = {
"en\v"
"de\v"
,
"ERROR: \v"
"FEHLER: \v"
,
"No board!\v"
"Kein Board!\v"
,
"This program can only work in the board editor.\v"
"Dieses Programm kann nur im Board-Editor angewendet werden.\v"
,
"Illegal width: \v"
"Ung黮tige Breite: \v"
,
"The <i>width</i> must be greater than zero.\v"
"Die <i>Breite</i> mu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -