simple server-side plugin to allow users to print files
This commit is contained in:
commit
fd42fed19d
4 changed files with 51 additions and 0 deletions
7
pages/submit.mu
Executable file
7
pages/submit.mu
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
STORAGEDIR=${var_nomad_dir}/storage/plugins/print3d
|
||||
PCONFIG=${STORAGEDIR}/printers/${field_printer}
|
||||
FILE=${STORAGEDIR}/files/${field_file}
|
||||
|
||||
${var_nomad_dir}/plugins/print3d/prusatool --printer-config ${PCONFIG} load ${FILE} --print-immediately
|
||||
Loading…
Add table
Add a link
Reference in a new issue