Hello guys,
I tried the print fuction and it works perfectly but it's boring to type every times the command : print3d /usr/share/models/...
So I wanted to edit a program so I can just write what I need to print (netherportal/pillar_mid/...)
local term = require("term")
print("what do you want to print?")
answer = io.read() -- Here I write the thing I want to print netherportal/pillar_mid/...
os.execute("print3d /usr/share/models/,answer,.3dm) -- And I d'like to call it in that line but how, i don't know
apparently it doesn't work so if you can help me