Warning, /libraries/atcore/doc/mainpage.md is written in an unsupported language. File is not indexed.
0001 <!-- 0002 SPDX-FileCopyrightText: AtCore Authors 0003 SPDX-License-Identifier: CC-BY-SA-4.0 0004 --> 0005 # AtCore - KDE Print Service for 3DPrinters 0006 0007 AtCore is a API to manage the serial connection between the computer and 3D Printers.<br/> 0008 This project is licensed under [LGPL-2.1] or [LGPL-3.0] or [KDE Accepted LGPL]. 0009 0010 ---- 0011 ## Supported Firmwares 0012 Currenty the following firmwares are supported. 0013 0014 Firmware Name |Basic Use| Control SD 0015 :------------:|:-------:|:----------: 0016 Repetier | YES | YES 0017 Marlin | YES | YES 0018 Teacup | YES | NO 0019 APrinter | YES | NO 0020 SPrinter | YES | NO 0021 Smoothie | YES | NO 0022 GRBL | YES | NO 0023 0024 ## Building Deploying AtCore 0025 See: [Building and Deploying] 0026 0027 ## Importing AtCore in your CMakeList 0028 CMake should find AtCore and link it to MYAPP using the following in your CMakeLists 0029 ```CMake 0030 include (AtCore REQUIRED COMPONATES AtCore ) 0031 include (AtCore REQUIRED COMPONATES AtCoreWidgets ) 0032 ... 0033 target_link_libraries(MYAPP AtCore::AtCore AtCore::AtCoreWidgets ... ) 0034 ``` 0035 0036 ## Getting Involved 0037 - [IRC] - Libera Chat \#kde-atelier 0038 - [Telegram] - Atelier group 0039 - [Web] - Our web page 0040 - Report Bugs to our [Bug Tracker]. 0041 - Support us by making a [Donation] 0042 - [Contribute] to AtCore. 0043 0044 [IRC]: https://web.libera.chat/ 0045 [Telegram]: https://telegram.me/KDEAtelier 0046 [Bug Tracker]: https://bugs.kde.org/enter_bug.cgi?product=Atelier&component=AtCore 0047 [KDE]: https://www.kde.org 0048 [Web]: https://atelier.kde.org 0049 [LGPL-2.1]:https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html 0050 [LGPL-3.0]:https://www.gnu.org/licenses/lgpl-3.0.html 0051 [KDE Accepted LGPL]:https://community.kde.org/Policies/Licensing_Policy#LicenseRef-KDE-Accepted-LGPL 0052 [Building and Deploying]: build.md 0053 [Contribute]: ../CONTRIBUTING.md 0054 [Donation]:https://kde.org/donate/?app=atcore