Update README.md

pull/269/head
SpectralVectors 2024-04-15 10:34:50 -04:00 zatwierdzone przez GitHub
rodzic a331ef695a
commit a75d58eaf4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 12 dodań i 14 usunięć

Wyświetl plik

@ -4,11 +4,8 @@
- - -
### An Open Source Solution for Artistic or Industrial CAM with Blender 3D
[![Chat on Matrix](https://img.shields.io/matrix/blendercam:matrix.org?label=Chat%20on%20Matrix)](https://riot.im/app/#/room/#blendercam:matrix.org)
[![Chat on Freenode](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](http://webchat.freenode.net/?channels=%23blendercam)
@ -19,22 +16,22 @@
![Size](https://img.shields.io/github/repo-size/vilemduha/blendercam)
![License](https://img.shields.io/github/license/vilemduha/blendercam)
<br>
- - -
### • [About](#About) • [How to Use](#-how-to-use-wiki) • [Features](#-features) • [Post-Processors](#-post-processors) • [Files](#-files-organisation) • [Contributing](#-contributing) • [License](#-license) • [Disclaimer](#-disclaimer) •
[About](#About) • [How to Use](#-how-to-use-wiki) • [Features](#-features) • [Post-Processors](#-post-processors) • [Files](#-files-organisation) • [Contributing](#-contributing) • [License](#-license) • [Disclaimer](#-disclaimer)
<br>
- - -
![BlenderCAM](documentation/images/suzanne.gif)
- - -
</div>
## 👁️ About
BlenderCAM is an add-on for the free open-source [Blender 3D package](https://www.blender.org/).
It offers an open source solution for [CAM _(Computer Aided Machining)_](https://en.wikipedia.org/wiki/Computer-aided_manufacturing) toolpath generation, simulation and [G-code](https://en.wikipedia.org/wiki/G-code) export.
It offers an open source solution for [CAM _(Computer Aided Machining)_](https://en.wikipedia.org/wiki/Computer-aided_manufacturing) toolpath creation, simulation and [G-code](https://en.wikipedia.org/wiki/G-code) generation and export.
It has been used for many milling projects _(artistic, personal, commercial and industrial)_ since its creation in 2012, and is actively developed.
@ -127,6 +124,8 @@ BlenderCAM works on Windows or Linux.
Originally created by [Vilem Novak](https://github.com/vilemduha), the addon is currently maintained by [Alain Pelletier](https://github.com/pppalain) and a team of contributors.
If you wish to contribute to the addon, your code must be GPL or a more permissive license (e.g.: MIT, Public Domain).
If you are a developer who would like to contribute to the project, please fork and open pull requests.
> [!TIP]
@ -143,11 +142,10 @@ Hirutso Enni, Kurt Jensen, Dan Falck, Dan Heeks, Brad Collette, Michael Haberler
## 🪪 License
BlenderCAM is licensed under GPLv3, __UNLESS OTHERWISE INDICATED__.
Most files have been written specifically for this addon, though some use code from other sources, see the file docstring a the top of each file for attribution and license information.
If you wish to contribute to the addon, your code must be GPL or a more permissive license (e.g.: MIT, Public Domain).
Please ensure that you read and abide by the license terms given for each file.
> [!NOTE]
> Some files in this addon use code from other sources, see the file docstring a the top of each file for attribution and license information.
>
> Please ensure that you read and abide by the license terms given for each file.
## 🤕 DISCLAIMER
> [!WARNING]