File: control

package info (click to toggle)
stlcmd 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 472 kB
  • sloc: cpp: 7,181; makefile: 62
file content (24 lines) | stat: -rw-r--r-- 1,210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: stlcmd
Maintainer: Debian 3-D Printing Packages <3dprinter-general@lists.alioth.debian.org>
Uploaders: John Allwine <john@allwinedesigns.com>
Homepage: https://www.github.com/AllwineDesigns/stl_cmd
Section: misc
Priority: optional
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13), help2man
Vcs-Browser: https://salsa.debian.org/3dprinting-team/stlcmd
Vcs-Git: https://salsa.debian.org/3dprinting-team/stlcmd.git

Package: stlcmd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Suite of commands for generating, inspecting and manipulating STL files
 stl_cmd is a suite of command line tools for generating, inspecting and
 manipulating STL files which are often used in 3D printing. The goal of this
 project is to be a resource for teaching terminal usage and some basic
 programming concepts in the 3D printing space. Imagine an assignment which
 involves building a brick wall. Students would need to use a combination of
 stl_cube, stl_transform and stl_merge. The commands could be combined in a
 bash or <insert favorite scripting language> script with for and while
 loops, could accept input and use conditionals to affect the attributes of
 the wall.