{
	"camera" : {
		"x" : 0,
		"y" : 0,
		"z" : 0
	},
	"objects" : [
		{
			"name" : "paterson16_reel_top", 
			"material" : "white_plastic",
			"position" : {
				"x" : 0,
				"y" : 0,
				"z" : 20
			},
			"rotation" : {
				"x" : 180,
				"y" : 0,
				"z" : 0
			}
		},
		{
			"name" : "paterson16_reel_spiral",
			"material" : "white_plastic",
			"position" : {
				"x" : 0,
				"y" : 0,
				"z" : -20
			},
			"rotation" : {
				"x" : 0,
				"y" : 0,
				"z" : 0
			}
		}
	],
	"src" : [
		"README.md",
		"LICENSE",
		"scad.sh",
		"scad/paterson16.scad",
		"scad/gnal_v3.scad",
		"scad/common/common.scad",
		"scad/common/path_extrude.scad",
		"scad/common/threads.scad",
		"scad/common/Triangles.scad",
		"scad/common/c14n_stl.py",
		"scad/common/scad.sh"
	]
}