-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtutorial.php
55 lines (54 loc) · 2.58 KB
/
tutorial.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php include 'partials/head.php';?>
<section class="mainContent left">
<header class="projectHeader left">
<div class="videoHeader left">
<div class="videoWrapper">
<!-- Copy & Pasted from YouTube -->
<iframe width="420" height="315" src="//www.youtube.com/embed/9DMicZKUSC0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="left">
<h1>Partworks tutorial</h1>
<p>This is a tutorial for using PartWorks to prepare a file for the ShopBot at the Heads on Fire :: Fab Lab in San Diego, CA. This was prepared by Christian Gonzalez and Kayla Richardson.</p>
<p><strong>Made by:</strong> Christian Gonzalez and Kayla Richardson</p>
</div>
</header>
<div class="col-2 left">
<section class="projectDetails left">
<ul>
<li class="left">
<a href="#">
<span class="icon-text"></span>
<h5>Download</h5>
<h6>Tutorial</h6>
</a>
</li>
<li class="left">
<a href="user.php">
<span class="icon-skills"></span>
<h5>Ask</h5>
<h6>the maker</h6>
</a>
</li>
<li class="left">
<span class="icon-difficulty1"></span>
<h5>Tutorial</h5>
<h6>difficulty</h6>
</li>
<li class="left">
<span class="icon-share"></span>
<h5>Share</h5>
<h6>Tutorial</h6>
</li>
</ul>
</section>
<?php include 'modules/comments-and-rating.php';?>
</div>
<div class="col-2 right">
<section class="detailedDescription right">
<p>ShopBot PartWorks is a user-friendly CAD/CAM design program that takes you from laying out your design to producing a ShopBot Part File, ready to cut on your tool. PartWorks is the easiest-to-use and quickest-to-learn 2.5D design and CNC machining software product on the market. It gives you accurate design tools, impressive toolpathing functionality and dazzling 3D previews all wrapped up in the a simple, intuitive interface. It is an excellent starting point for a any new CNC router owner.</p>
<p>Several years ago we recognized that one of the most difficult aspects of robotic tools for people new to the technology was the process of turning a project concept into the computer toolpath file that guides the motion of cutting or machining. That's why, with the help of the Vectric software team we have created PartWorks (and PartWorks 3D) and include it with every new ShopBot tool.</p>
</section>
</div>
</section>
<?php include 'partials/footer.php';?>