discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

call functions into command line instead of .scad file

A
ahmad
Sun, Aug 13, 2017 8:39 PM

Hi
can I call rotation or other functions in command line?
right now,  I put them into a .scad file and put this .scad into command
line, which work pretty well. but I want to put these functions into
command line, e.g. a simple function for rotation.

Thanks guys

Hi can I call rotation or other functions in command line? right now, I put them into a .scad file and put this .scad into command line, which work pretty well. but I want to put these functions into command line, e.g. a simple function for rotation. Thanks guys
NH
nop head
Sun, Aug 13, 2017 8:58 PM

After the -D you can put any statement and it gets appended to the end of
the file.

On 13 August 2017 at 21:39, ahmad ahmad.razavi@gmail.com wrote:

Hi
can I call rotation or other functions in command line?
right now,  I put them into a .scad file and put this .scad into command
line, which work pretty well. but I want to put these functions into
command line, e.g. a simple function for rotation.

Thanks guys


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

After the -D you can put any statement and it gets appended to the end of the file. On 13 August 2017 at 21:39, ahmad <ahmad.razavi@gmail.com> wrote: > Hi > can I call rotation or other functions in command line? > right now, I put them into a .scad file and put this .scad into command > line, which work pretty well. but I want to put these functions into > command line, e.g. a simple function for rotation. > > Thanks guys > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >