```python from solid import * view_port_magic = """ $vpt = [4, 3, 15]; $vpr = [60, 0, 360 * $t]; $vpd = 100; """ c = cube(scad_inline("$t*10")) scad_render_to_file(c, file_header=view_port_magic) ``` yeah! Works with expsolid should work with master too. (you need scad_inline from #178)