Skip to content
forked from KDE/atcore

Open Source 3D Printing Host - Core Components

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
COPYING.TXT
GPL-3.0
COPYING-GPL3.TXT
Notifications You must be signed in to change notification settings

sithlord48/atcore

 
 

Repository files navigation

Logo AtCore - KDE Print Service for 3DPrinters

OS Build Status
Linux Build Status
Windows Build Status
FreeBSD Build Status
MacOs Build Status

AtCore is a API to manage the serial connection between the computer and 3D Printers.
This project is under LGPL V2+, for more information read COPYING.TXT.


Supported Firmwares

Currenty the following firmwares are supported.

Firmware Name Basic Use Control SD
Repetier YES YES
Marlin YES YES
Teacup YES NO
APrinter YES NO
SPrinter YES NO
Smoothie YES NO
GRBL YES NO

Building Deploying AtCore

See: Building and Deploying

Importing AtCore in your CMakeList

CMake should find %AtCore and link it to MYAPP using the following in your CMakeLists

include (AtCore REQUIRED COMPONATES AtCore )
include (AtCore REQUIRED COMPONATES AtCoreWidgets )
...
target_link_libraries(MYAPP AtCore::AtCore AtCore::AtCoreWidgets ... )

Getting Involved

About

Open Source 3D Printing Host - Core Components

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
COPYING.TXT
GPL-3.0
COPYING-GPL3.TXT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.2%
  • CMake 4.5%
  • Shell 1.7%
  • Other 0.6%