-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
58 lines (54 loc) · 3.03 KB
/
index.html
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
56
57
58
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>allwincnc - Open-source CNC software for the Allwinner H3 based SBCs</title>
<link rel="stylesheet" href="img/main.css">
</head>
<body>
<script type="text/javascript" src="img/menu.js"></script>
<div class="page">
<div class="info-block">
<strong class="name">allwincnc</strong> -
it's open source <strong>CNC</strong> software for the <strong>Allwinner H3</strong> based
SBCs (single board computers).
Project uses <a href="https://www.armbian.com">Armbian</a> as OS
and <a href="http://linuxcnc.org">LinuxCNC</a> as CNC software.
Also we are using <strong>Allwinner H3</strong>'s built-in RISC CPU core to handle output/input
pulses up to <strong class="note">500 kHz</strong>.
You can use this project to control any CNC/laser/engraving/3D machine
using a display, keyboard and mouse (or remote desktop via network).
See project's sources <a href="https://github.com/allwincnc">here</a>.
To begin, read the <a href="install.html"><strong>installation guide</strong></a>.
See a quick video (below) to understand how to use this project for your needs.
There is no supoort for this project, use it on your own risk ;)
</div>
<div class="info-block">
<u>NEWS</u>:
<ul>
<li><strong>21.07.2022</strong>: There is no supoort for this project.</li>
<li><strong>21.07.2022</strong>: Only H3 SoCs are supported.</li>
<li><strong>30.07.2021</strong>: The project was archived.</li>
<li><strong>25.06.2021</strong>:
Actual project installer make your board unbootable on latest Armbian_21.05.1 with Linux kernel v5.10.34.
Use an older images if possible.
</li>
<li><strong>13.06.2021</strong>: Increased encoder's position/velocity accuracy (thanks to M.Widlok)</li>
<li><strong>07.06.2021</strong>: Added full support of ABZ encoders</li>
</ul>
</div>
<div class="info-block">
<iframe
class="video"
src="https://www.youtube.com/embed/-N7UBLOjsFo"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
</div>
<script type="text/javascript" src="img/footer.js"></script>
</body>
<script type="text/javascript" src="img/main.js"></script>
</html>