Patched Gerber parsing to support some non-compliant instructions.
This commit is contained in:
BIN
doc/build/.doctrees/environment.pickle
vendored
BIN
doc/build/.doctrees/environment.pickle
vendored
Binary file not shown.
BIN
doc/build/.doctrees/index.doctree
vendored
BIN
doc/build/.doctrees/index.doctree
vendored
Binary file not shown.
2
doc/build/_sources/index.txt
vendored
2
doc/build/_sources/index.txt
vendored
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
|
||||
Welcome to Cirkuix's documentation!
|
||||
Welcome to FlatCAM's documentation!
|
||||
===================================
|
||||
|
||||
Contents:
|
||||
|
||||
4
doc/build/genindex.html
vendored
4
doc/build/genindex.html
vendored
@@ -382,6 +382,10 @@
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
|
||||
<dt><a href="index.html#FlatCAM.App.on_about">on_about() (FlatCAM.App method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
<dt><a href="index.html#FlatCAM.App.on_activate_name">on_activate_name() (FlatCAM.App method)</a>
|
||||
</dt>
|
||||
|
||||
|
||||
24
doc/build/index.html
vendored
24
doc/build/index.html
vendored
@@ -7,7 +7,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Welcome to Cirkuix’s documentation! — Cirkuix 0.5 documentation</title>
|
||||
<title>Welcome to FlatCAM’s documentation! — Cirkuix 0.5 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
<ul class="wy-breadcrumbs">
|
||||
<li><a href="#">Docs</a> »</li>
|
||||
|
||||
<li>Welcome to Cirkuix’s documentation!</li>
|
||||
<li>Welcome to FlatCAM’s documentation!</li>
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
|
||||
<a href="_sources/index.txt" rel="nofollow"> View page source</a>
|
||||
@@ -113,8 +113,8 @@
|
||||
</div>
|
||||
<div role="main">
|
||||
|
||||
<div class="section" id="welcome-to-cirkuix-s-documentation">
|
||||
<h1>Welcome to Cirkuix’s documentation!<a class="headerlink" href="#welcome-to-cirkuix-s-documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="welcome-to-flatcam-s-documentation">
|
||||
<h1>Welcome to FlatCAM’s documentation!<a class="headerlink" href="#welcome-to-flatcam-s-documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<p>Contents:</p>
|
||||
<div class="toctree-wrapper compound">
|
||||
<ul class="simple">
|
||||
@@ -326,6 +326,22 @@ called with 2 parameters: the new object and the App instance.</li>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="method">
|
||||
<dt id="FlatCAM.App.on_about">
|
||||
<tt class="descname">on_about</tt><big>(</big><em>widget</em><big>)</big><a class="headerlink" href="#FlatCAM.App.on_about" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Opens the ‘About’ dialog box.</p>
|
||||
<table class="docutils field-list" frame="void" rules="none">
|
||||
<col class="field-name" />
|
||||
<col class="field-body" />
|
||||
<tbody valign="top">
|
||||
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>widget</strong> – Ignored.</td>
|
||||
</tr>
|
||||
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">None</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="method">
|
||||
<dt id="FlatCAM.App.on_activate_name">
|
||||
<tt class="descname">on_activate_name</tt><big>(</big><em>entry</em><big>)</big><a class="headerlink" href="#FlatCAM.App.on_activate_name" title="Permalink to this definition">¶</a></dt>
|
||||
|
||||
BIN
doc/build/objects.inv
vendored
BIN
doc/build/objects.inv
vendored
Binary file not shown.
2
doc/build/searchindex.js
vendored
2
doc/build/searchindex.js
vendored
File diff suppressed because one or more lines are too long
0
doc/source/test
Normal file
0
doc/source/test
Normal file
Reference in New Issue
Block a user