This commit is contained in:
Julian Brammer 2024-06-12 23:05:04 +02:00
parent 89825884a5
commit ba7106e414

View File

@ -1,14 +1,16 @@
-- shapebuilder using https://minecraftshapes.com/ -- 3D Drucker using https://minecraftshapes.com/
-- dimensions of the matrix
length = 6
basic = require("lib.basic") basic = require("lib.basic")
-- pixel size from the generator, should be constant -- pixel size from the generator, should be constant
steps = 18 steps = 18
-- dimensions of the matrix
length = 6
-- see if the file exists -- see if the file exists
function file_exists(file) function file_exists(file)
local f = io.open(file, "rb") local f = io.open(file, "rb")