18 lines
472 B
HTML
18 lines
472 B
HTML
<html>
|
|||
|
|
<head>
|
||
|
|
<title>Grid Generator Manual</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Grid Generator</h1>
|
||
|
|
<p>This plugin generates square and hexagonal grids on vector layers.</p>
|
||
|
|
<h2>Usage</h2>
|
||
|
|
<ol>
|
||
|
|
<li>Go to <b>Tools > Scripts > Grid Generator...</b></li>
|
||
|
|
<li>Set the line thickness, width, and height.</li>
|
||
|
|
<li>Choose the grid type (Square or Hexagon).</li>
|
||
|
|
<li>Choose whether to generate on the current layer or a new layer.</li>
|
||
|
|
<li>Click <b>Generate</b>.</li>
|
||
|
|
</ol>
|
||
|
|
</body>
|
||
|
|
</html>
|