Close



Dig deeper, search our News website




Search:

Type: Posts; User: Roxy

Search: Search took 0.01 seconds.

  1. Replies
    28
    Views
    23,925

    You have a gift for 'under statement'. I've use...

    You have a gift for 'under statement'. I've use Blender for a few things that nothing else could handle. But Geeeeeze! That program is hard to wrap your mind around. I'm sure if I used it...
  2. Replies
    28
    Views
    23,925

    Yes... That .STL file I just posted is from the...

    Yes... That .STL file I just posted is from the code posted earlier.

    That picture you showed earlier had the code running and doing the correct thing. The problem was the .STL file was not...
  3. Replies
    28
    Views
    23,925

    Good grief...

    Good grief...
  4. Replies
    28
    Views
    23,925

    Install it so it can run on your machine???? ...

    Install it so it can run on your machine????



    The source code was given so you could learn. The very first line of the do_fill() module is:


    module do_fill() {
    translate([-7,-14,0])...
  5. Replies
    28
    Views
    23,925

    Probably any current version of OpenScad will...

    Probably any current version of OpenScad will work. But that version is what I used. Just put the input .STL file in the same directory as you create the do_fill.scad program. The .STL should...
  6. Replies
    28
    Views
    23,925

    Here you go. Put this into OpenScad Version...

    Here you go. Put this into OpenScad Version 2015.03-1. I left one line of the debug turned on so you can see how this is done. You can turn the debug off by removing the '#' sign. (however,...
  7. Replies
    28
    Views
    23,925

    You can go to the 'Go Advanced' post option and...

    You can go to the 'Go Advanced' post option and there will be stuff to attache a file to a post. .STL files can be attached.
  8. Replies
    28
    Views
    23,925

    I would import() it into OpenScad and have a loop...

    I would import() it into OpenScad and have a loop that goes 270 degrees adding rectangles ( actually cubes([-,-,-])'s at increasing angles and translations )

    If you post the .STL file, I might...
Results 1 to 8 of 8