diff --git a/Makefile b/renderer/Makefile similarity index 100% rename from Makefile rename to renderer/Makefile diff --git a/src/_lib.scad b/renderer/src/_lib.scad similarity index 100% rename from src/_lib.scad rename to renderer/src/_lib.scad diff --git a/src/_settings.scad b/renderer/src/_settings.scad similarity index 100% rename from src/_settings.scad rename to renderer/src/_settings.scad diff --git a/src/jig.scad b/renderer/src/jig.scad similarity index 100% rename from src/jig.scad rename to renderer/src/jig.scad diff --git a/src/pcb_shape.scad b/renderer/src/pcb_shape.scad similarity index 100% rename from src/pcb_shape.scad rename to renderer/src/pcb_shape.scad diff --git a/support/generate_kicad.py b/renderer/support/generate_kicad.py similarity index 100% rename from support/generate_kicad.py rename to renderer/support/generate_kicad.py diff --git a/support/inkscape_exporter.py b/renderer/support/inkscape_exporter.py similarity index 100% rename from support/inkscape_exporter.py rename to renderer/support/inkscape_exporter.py diff --git a/support/inkscape_svg_filter_layers.py b/renderer/support/inkscape_svg_filter_layers.py similarity index 100% rename from support/inkscape_svg_filter_layers.py rename to renderer/support/inkscape_svg_filter_layers.py diff --git a/support/pogojig/__init__.py b/renderer/support/pogojig/__init__.py similarity index 100% rename from support/pogojig/__init__.py rename to renderer/support/pogojig/__init__.py diff --git a/support/pogojig/inkscape/__init__.py b/renderer/support/pogojig/inkscape/__init__.py similarity index 100% rename from support/pogojig/inkscape/__init__.py rename to renderer/support/pogojig/inkscape/__init__.py diff --git a/support/pogojig/inkscape/bezmisc.py b/renderer/support/pogojig/inkscape/bezmisc.py similarity index 100% rename from support/pogojig/inkscape/bezmisc.py rename to renderer/support/pogojig/inkscape/bezmisc.py diff --git a/support/pogojig/inkscape/cspsubdiv.py b/renderer/support/pogojig/inkscape/cspsubdiv.py similarity index 100% rename from support/pogojig/inkscape/cspsubdiv.py rename to renderer/support/pogojig/inkscape/cspsubdiv.py diff --git a/support/pogojig/inkscape/cubicsuperpath.py b/renderer/support/pogojig/inkscape/cubicsuperpath.py similarity index 100% rename from support/pogojig/inkscape/cubicsuperpath.py rename to renderer/support/pogojig/inkscape/cubicsuperpath.py diff --git a/support/pogojig/inkscape/dxf_footer.txt b/renderer/support/pogojig/inkscape/dxf_footer.txt similarity index 100% rename from support/pogojig/inkscape/dxf_footer.txt rename to renderer/support/pogojig/inkscape/dxf_footer.txt diff --git a/support/pogojig/inkscape/dxf_header.txt b/renderer/support/pogojig/inkscape/dxf_header.txt similarity index 100% rename from support/pogojig/inkscape/dxf_header.txt rename to renderer/support/pogojig/inkscape/dxf_header.txt diff --git a/support/pogojig/inkscape/effect.py b/renderer/support/pogojig/inkscape/effect.py similarity index 100% rename from support/pogojig/inkscape/effect.py rename to renderer/support/pogojig/inkscape/effect.py diff --git a/support/pogojig/inkscape/ffgeom.py b/renderer/support/pogojig/inkscape/ffgeom.py similarity index 100% rename from support/pogojig/inkscape/ffgeom.py rename to renderer/support/pogojig/inkscape/ffgeom.py diff --git a/support/pogojig/inkscape/inkex.py b/renderer/support/pogojig/inkscape/inkex.py similarity index 100% rename from support/pogojig/inkscape/inkex.py rename to renderer/support/pogojig/inkscape/inkex.py diff --git a/support/pogojig/inkscape/inkscape.py b/renderer/support/pogojig/inkscape/inkscape.py similarity index 100% rename from support/pogojig/inkscape/inkscape.py rename to renderer/support/pogojig/inkscape/inkscape.py diff --git a/support/pogojig/inkscape/simplepath.py b/renderer/support/pogojig/inkscape/simplepath.py similarity index 100% rename from support/pogojig/inkscape/simplepath.py rename to renderer/support/pogojig/inkscape/simplepath.py diff --git a/support/pogojig/inkscape/simpletransform.py b/renderer/support/pogojig/inkscape/simpletransform.py similarity index 100% rename from support/pogojig/inkscape/simpletransform.py rename to renderer/support/pogojig/inkscape/simpletransform.py diff --git a/support/pogojig/kicad/__init__.py b/renderer/support/pogojig/kicad/__init__.py similarity index 100% rename from support/pogojig/kicad/__init__.py rename to renderer/support/pogojig/kicad/__init__.py diff --git a/support/pogojig/kicad/kicad-cache.lib b/renderer/support/pogojig/kicad/kicad-cache.lib similarity index 100% rename from support/pogojig/kicad/kicad-cache.lib rename to renderer/support/pogojig/kicad/kicad-cache.lib diff --git a/support/pogojig/kicad/kicad.pro b/renderer/support/pogojig/kicad/kicad.pro similarity index 100% rename from support/pogojig/kicad/kicad.pro rename to renderer/support/pogojig/kicad/kicad.pro diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index e69de29..0000000