SkillAgentSearch skills...

Atcore

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

Install / Use

/learn @KDE/Atcore
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- SPDX-FileCopyrightText: AtCore Authors SPDX-License-Identifier: CC-BY-SA-4.0 -->

LOGO AtCore - KDE Print Service for 3D Printers

AtCore is a API to manage the serial connection between the computer and 3D Printers.<br/> This project is licensed under LGPL-2.1 or LGPL-3.0 or KDE Accepted LGPL.


Supported Firmwares

Currently 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 and 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

Related Skills

View on GitHub
GitHub Stars42
CategoryDevelopment
Updated11h ago
Forks18

Languages

C++

Security Score

75/100

Audited on Apr 1, 2026

No findings