/atcore

Open Source 3D Printing Host - Core Components

Primary LanguageC++OtherNOASSERTION

AtCore - KDE Print Service for 3DPrinters [![Build Status](https://build.kde.org/buildStatus/icon?job=atcore master kf5-qt5/PLATFORM=Linux,compiler=gcc)](https://build.kde.org/job/atcore master kf5-qt5/PLATFORM=Linux,compiler=gcc)

AtCore is a API to manage the serial connection between the computer and 3D Printers.

Note:

  • It's currently in developing!
  • Join us on IRC #kde-atelier channel.

This project is under LGPL V2, for more information read LICENSE.

###Testing AtCore###

Testing is simple and will help us a lot.

  • Clone.

    $ git clone https://github.com/KDE/atcore.git

  • Build.

    $ cd atcore $ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TEST_GUI=ON .. $ make

  • Connect your printer.

  • Open.

    $ ./testclient/AtCoreTest

  • Test.

    Try the buttons on GUI to test the communication

  • Print!

    Print File Select a *.gcode Ok

Note: To test printing attempt to Print test/sample.gcode, it may not process more then one command.

Copy your log before disconnecting from the printer and send it to the team !

Note: For your test results to be helpful they must include the full log output.