Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy gh-pages
Browse files Browse the repository at this point in the history
TurBoss committed Nov 11, 2023
1 parent 257d02b commit b05b3d1
Showing 7 changed files with 5 additions and 5 deletions.
Binary file modified .doctrees/dev_install.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/quick_start.doctree
Binary file not shown.
Binary file modified .doctrees/quick_start_apt.doctree
Binary file not shown.
8 changes: 4 additions & 4 deletions quick_start.html
Original file line number Diff line number Diff line change
@@ -121,9 +121,9 @@ <h1>Probe Basic .deb Installation instructions<a class="headerlink" href="#probe
</div>
<p><strong>Once you have installed linuxcnc, open linuxcnc and start the axis sim briefly and then you can shut it down to ensure the installation was succesful.</strong></p>
<p><strong>Installing QtPyVCP and Probe Basic, Download the following files into your chosen directory typically home/your-pc-name/downloads</strong></p>
<pre class="literal-block"><a class="reference external" href="https://repository.qtpyvcp.com/repo/probe-basic-dev/python3-probe-basic_0.5.3-116.dev_all.deb">https://repository.qtpyvcp.com/repo/probe-basic-dev/python3-probe-basic_0.5.3-116.dev_all.deb</a>
<pre class="literal-block"><a class="reference external" href="https://repository.qtpyvcp.com/repo/probe-basic-dev/python3-probe-basic_0.5.3-117.dev_all.deb">https://repository.qtpyvcp.com/repo/probe-basic-dev/python3-probe-basic_0.5.3-117.dev_all.deb</a>

<a class="reference external" href="https://repository.qtpyvcp.com/repo/qtpyvcp-dev/python3-qtpyvcp_4.0-11.dev_all.deb">https://repository.qtpyvcp.com/repo/qtpyvcp-dev/python3-qtpyvcp_4.0-11.dev_all.deb</a>
<a class="reference external" href="https://repository.qtpyvcp.com/repo/qtpyvcp-dev/python3-qtpyvcp_4.0-14.dev_all.deb">https://repository.qtpyvcp.com/repo/qtpyvcp-dev/python3-qtpyvcp_4.0-14.dev_all.deb</a>

<a class="reference external" href="https://repository.qtpyvcp.com/repo/hiyapyco/python3-hiyapyco_0.5.1-1_all.deb">https://repository.qtpyvcp.com/repo/hiyapyco/python3-hiyapyco_0.5.1-1_all.deb</a></pre>
<p><strong>Go to the downloaded files directory folder, right click in the folder and select “Open Terminal Here”. Enter the following commands in the new terminal one at a time and press enter, it will require your sudo password:</strong></p>
@@ -135,9 +135,9 @@ <h1>Probe Basic .deb Installation instructions<a class="headerlink" href="#probe
</pre></div>
</div>
<p><em>then enter the following using the recently downloaded file name :</em></p>
<pre class="literal-block">sudo dpkg -i python3-qtpyvcp_4.0-11.dev_all.deb</pre>
<pre class="literal-block">sudo dpkg -i python3-qtpyvcp_4.0-14.dev_all.deb</pre>
<p><em>then enter the following using the recently downloaded file name :</em></p>
<pre class="literal-block">sudo dpkg -i python3-probe-basic_0.5.3-116.dev_all.deb</pre>
<pre class="literal-block">sudo dpkg -i python3-probe-basic_0.5.3-117.dev_all.deb</pre>
<p><strong>You are all installed! You should now be able to launch the Probe Basic sim from within the linuxcnc applications dropdown menu.</strong></p>
<p><strong>When updating/installing the latest .deb files, the probe basic sim configuration files will be overwritten. It is strongly recommended to create your machine configuration files with unique names to avoid having them overwritten during updates.</strong></p>
<p><strong>To build your own machine configuration, please follow the instructions in this document:</strong></p>
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b05b3d1

Please sign in to comment.