Reworked the help page content.
This commit is contained in:
@@ -1,75 +1,43 @@
|
|||||||
//-/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//- //
|
|
||||||
//- This file is part of the Buildbotics firmware. //
|
|
||||||
//- //
|
|
||||||
//- Copyright (c) 2015 - 2018, Buildbotics LLC //
|
|
||||||
//- All rights reserved. //
|
|
||||||
//- //
|
|
||||||
//- This file ("the software") is free software: you can redistribute it //
|
|
||||||
//- and/or modify it under the terms of the GNU General Public License, //
|
|
||||||
//- version 2 as published by the Free Software Foundation. You should //
|
|
||||||
//- have received a copy of the GNU General Public License, version 2 //
|
|
||||||
//- along with the software. If not, see <http://www.gnu.org/licenses/>. //
|
|
||||||
//- //
|
|
||||||
//- The software is distributed in the hope that it will be useful, but //
|
|
||||||
//- WITHOUT ANY WARRANTY; without even the implied warranty of //
|
|
||||||
//- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU //
|
|
||||||
//- Lesser General Public License for more details. //
|
|
||||||
//- //
|
|
||||||
//- You should have received a copy of the GNU Lesser General Public //
|
|
||||||
//- License along with the software. If not, see //
|
|
||||||
//- <http://www.gnu.org/licenses/>. //
|
|
||||||
//- //
|
|
||||||
//- For information regarding this software email: //
|
|
||||||
//- "Joseph Coffland" <joseph@buildbotics.com> //
|
|
||||||
//- //
|
|
||||||
//-/////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
script#help-view-template(type="text/x-template")
|
script#help-view-template(type="text/x-template")
|
||||||
#help
|
#help
|
||||||
h2 Contact
|
h2 Support & Contact Info
|
||||||
p
|
p
|
||||||
| You can contact us here
|
| Please visit
|
||||||
|
|
|
|
||||||
a(href="https://onefinitycnc.com/support", target="_blank")
|
a(href="https://onefinitycnc.com/support", target="_blank")
|
||||||
| onefinitycnc.com/support
|
| onefinitycnc.com/support
|
||||||
|.
|
|
|
||||||
|
| for a variety of support resources, and to find our contact information.
|
||||||
|
|
||||||
h2 Discussion Forum
|
h2 Discussion Forum
|
||||||
p
|
p
|
||||||
| Check out our support and discussion forum.
|
| Check out our support and discussion forum at
|
||||||
|
|
|
|
||||||
a(href="https://forum.onefinitycnc.com", target="_blank")
|
a(href="https://forum.onefinitycnc.com", target="_blank")
|
||||||
| forum.onefinitycnc.com
|
| forum.onefinitycnc.com
|
||||||
| . Register on the site and post a message. We can't wait to hear from you.
|
| . Register on the site and post a message. We can't wait to hear from you.
|
||||||
|
|
||||||
h2 Buildbotics
|
|
||||||
p
|
p
|
||||||
| This controller is based on the Buildbotics CNC Controller.
|
| We also maintain a list of
|
||||||
| We encourage you to check out the
|
|
|
||||||
a(href="http://buildbotics.com", target="_blank") Buildbotics Website
|
a(href="https://forum.onefinitycnc.com/t/what-cad-cam-software-can-be-used-to-make-gcode-files-for-the-onefinity-cnc/10253", target="_blank")
|
||||||
|
| recommended software packages
|
||||||
|
|
|
||||||
|
| on the forum.
|
||||||
|
|
||||||
|
h2 Credits & Acknowledgements
|
||||||
|
h4(style="margin-bottom: 0;") Artwork
|
||||||
|
p(style="margin-top: 0;")
|
||||||
|
| Special thanks to
|
||||||
|
|
|
||||||
|
a(href="https://www.instagram.com/fierysquirrelart/", target="_blank")
|
||||||
|
| @fierysquirrelart
|
||||||
|
|
|
||||||
|
| for many of the graphics used in the controller.
|
||||||
|
|
||||||
|
h4(style="margin-bottom: 0;") Buildbotics
|
||||||
|
p(style="margin-top: 0;")
|
||||||
|
| This controller is based on the
|
||||||
|
|
|
||||||
|
a(href="http://buildbotics.com", target="_blank")
|
||||||
|
| Buildbotics CNC Controller
|
||||||
| .
|
| .
|
||||||
|
|
||||||
h2 CAD/CAM Software
|
|
||||||
p
|
|
||||||
a(href="http://wikipedia.com/wiki/Computer-aided_manufacturing",
|
|
||||||
target="_blank") CAM
|
|
||||||
|
|
|
||||||
| software can be used to create GCode
|
|
||||||
| automatically from
|
|
||||||
|
|
|
||||||
a(href="http://wikipedia.com/wiki/Computer-aided_design",
|
|
||||||
target="_blank") CAD
|
|
||||||
|
|
|
||||||
| models. Here are a few CAD/CAM resources:
|
|
||||||
ul
|
|
||||||
li: a(href="http://camotics.org/", target="_blank")
|
|
||||||
| CAMotics - Open-Source CNC Simulator
|
|
||||||
li: a(href="http://librecad.org/", target="_blank")
|
|
||||||
| LibreCAD - Open-Source 2D CAD
|
|
||||||
li: a(href="https://www.freecadweb.org/", target="_blank")
|
|
||||||
| FreeCAD - Open-Source 3D CAD
|
|
||||||
li: a(href="http://www.openscad.org/", target="_blank")
|
|
||||||
| OpenSCAD - Open-Source 3D CAD for programmers
|
|
||||||
li: a(href="http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Cam",
|
|
||||||
target="_blank") LinuxCNC CAM resources
|
|
||||||
|
|||||||
Reference in New Issue
Block a user