Documented the purpose of various perl modules.

This commit is contained in:
bubnikv 2016-09-14 11:22:41 +02:00
parent 55218c8c4d
commit 4c67230436
25 changed files with 78 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# The "Controller" tab to control the printer using serial / USB.
# This feature is rarely used. Much more often, the firmware reads the G-codes from a SD card.
# May there be multiple subtabs per each printer connected?
package Slic3r::GUI::Controller;
use strict;
use warnings;