mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[Drucken] Added part about chain builds
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -38,6 +38,12 @@ defines multiple builds. Each build is roughly structured like this:
|
|||||||
* numbers for each identifier (how many times the file should be printed)
|
* numbers for each identifier (how many times the file should be printed)
|
||||||
* print options for each file (like collate=true, sides=one-sided)
|
* print options for each file (like collate=true, sides=one-sided)
|
||||||
|
|
||||||
|
Alternatively a build can contain other builds (chain build). The corresponding
|
||||||
|
structure:
|
||||||
|
|
||||||
|
* build
|
||||||
|
* number of prints
|
||||||
|
|
||||||
The final command could look like this:
|
The final command could look like this:
|
||||||
./oe-print --printer=d116_sw <build> <number of prints>
|
./oe-print --printer=d116_sw <build> <number of prints>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user