Skip to content

Library for connection and management of 3D printers (Atelier Core)

Notifications You must be signed in to change notification settings

KDE/atcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
l10n daemon script
Oct 20, 2024
6d5c35d · Oct 20, 2024
Sep 28, 2020
Jun 16, 2021
Oct 20, 2024
Sep 28, 2020
May 18, 2023
May 4, 2024
May 18, 2023
Aug 21, 2023
Sep 28, 2020
Dec 8, 2023
Apr 23, 2024
May 18, 2023
Jun 16, 2021
Sep 28, 2020
Sep 28, 2020
Jun 16, 2021

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 licensed under LGPL-2.1 or LGPL-3.0 or KDE Accepted LGPL.


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