Ok I got something basic working, but need help w/the hex input text.
--------------------------------------------------------------------------------------------
local term = require("term")
local printer = component.printer3d
term.clear()
term.setCursor(1,1)
printer.reset()
-- Name the Block
io.write(" Name Your Block: ")
printer.setLabel(io.read())
-- This part works great since the read returns as a string, probably a better way to do it, but I am a beginner lol
--set the color tint
io.write("Write in hex color: ")
printer.addShape(0,0,0,16,16,16, "opencomputers