topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:01 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: Thread on 3d Printing Cody Model  (Read 56223 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #50 on: March 30, 2018, 05:07 AM »
Aryq:

The new height is better!
The text seems a little better too -- not sure if you did anything with that or it may be that depending on the radius (i printed it at 80% size) it just happens to kern better or worse.

The new center design is better.  If it's easy to do it might be nice to try one where that center is actually quite a bit higher up, to elevate cody a half inch or so.. Might be worth a try..

Also on further thought, I think maybe having the bottom flat with nothing on it might be better for when we use this as a base for the cody figurine and award, because it would allow me to write something personal on the underside with an oil paint pen.  I think that would be preferable to a design, and make the printing easier.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #51 on: March 30, 2018, 05:55 AM »
Aryq, I had a great idea:

What if coming up out of the "coin" in the center was a small diameter rod, perhaps only 4mm diameter, coming up about 2 inches?

This would accomplish a couple of things:
It would elevate cody, for an interesting look.
It would make the rest of the coin top completely visible, so we could use all of the space including the center, for design.
With a hold at the bottom of cody (sorry old chap!) we could easily mount him on it.



With the center visible we might even move the cody with coin design that is on the bottom to the top center, OR use it for some additional (non-curved) text, which could come in handy for some awards..

« Last Edit: March 30, 2018, 06:03 AM by mouser »

ayryq

  • Supporting Member
  • Joined in 2009
  • **
  • Points: 101
  • Posts: 289
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #52 on: March 30, 2018, 06:28 AM »
mouser,
The nice thing is everything you suggest (mostly) is really easy. Comment out the cody, change the height of the column, etc.

I haven't tried it but I think OpenSCAD can import an stl - you may be able to do this in one print.

I changed the font in the latest version, from Arial Black to Liberation Mono (DC.com) and Liberation Sans (other text).

I normally go through and fix indenting and comment things before I do this :) but here's the source - I included the font needed for the edge; fonts for the top will need to be on your system (OpenSCAD has a font list under the help menu to be sure).

When you're using OpenSCAD it shows a "preview" but to print it you need to do a "render" (F6 or a toolbar button) which is pretty slow with the fonts. Then you can export an STL.

Helpful tip for OpenSCAD, if you put a "#" at the beginning of a line or object then it's highlighted in red, so you can see what you're editing.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #53 on: March 30, 2018, 06:36 AM »
Awesome, thanks aryq!

I changed the font in the latest version, from Arial Black to Liberation Mono (DC.com) and Liberation Sans (other text).
Clever! It really made a difference.

I have openscad installed and have played with it a tiny bit.  I think I will need your help making the "rod".

ayryq

  • Supporting Member
  • Joined in 2009
  • **
  • Points: 101
  • Posts: 289
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #54 on: March 30, 2018, 06:51 AM »
I think I will need your help making the "rod".

You can do it! Look at the bottom of the file; I've commented out a cylinder "//simple platform for Cody".
translate([0,0,2]){cylinder (r=20,h=3,center=true);}
First change r and h - note that the height expands from the middle so it sticks out the bottom.
translate([0,0,2]){cylinder (r=2,h=30,center=true);}
Then change the "z" value in the translate function to slide it upward. You can move it up by half the height, plus half the thickness of the cylinder. Overlap is OK.
translate([0,0,17]){cylinder (r=2,h=30,center=true);}

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #55 on: March 30, 2018, 06:56 AM »
Thanks, aryq.  It's nice having people to learn from here  :up:

ayryq

  • Supporting Member
  • Joined in 2009
  • **
  • Points: 101
  • Posts: 289
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #56 on: March 30, 2018, 07:12 AM »
Here, use this one instead. I got rid of all the "center=true" so things grow "up" instead of "out". Should make dimensions easier to play with.


mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #57 on: March 30, 2018, 08:07 AM »
Great, thanks Aryq -- I'm having fun playing with it now  :Thmbsup:

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #58 on: March 30, 2018, 06:04 PM »
Heralding a new arrival:
codyherald.jpg

I have to say that the idea of a rod and perching cody above it did not work as well as I had hoped -- he looked a little strange sitting on a pole so I had to put him on a second tier.  Probably more trouble than it's worth, as the look of him just sitting on the coin base still seems best to me.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #59 on: March 30, 2018, 07:31 PM »
I will soon try painting one of the baby codys.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #60 on: March 30, 2018, 07:45 PM »
And then we have to figure out what awards to make and who gets them.. It won't cost much to print or ship these, but will take quite a few hours to print each one.  If they are to be painted, much more work involved.
We could offer them as alternatives to NANY mugs.. But maybe their best use would be as special awards for long time dc forum members who have made thousands of posts, or forum moderators.  Or big shot donors :)
They can be customized with username, date of joining, etc, etc..

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #61 on: March 30, 2018, 07:46 PM »
Nudone did such a great job with the baby cody model, I still can't get over it.  :-* :-* :-* :-* :-*

ayryq

  • Supporting Member
  • Joined in 2009
  • **
  • Points: 101
  • Posts: 289
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #62 on: March 30, 2018, 08:37 PM »
I will soon try painting one of the baby codys.

You should try acetone-fuming with one of the codys. It smooths out all the ridges and makes it much easier to paint. Lots of info online; I did it with a widemouth mason jar on my heated bed and a little lower-able platform made of stiff electrical wire.

Edit: this is for ABS. good link here: http://blog.reprap.o...ng-abs-rp-parts.html

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #63 on: March 30, 2018, 10:07 PM »
Those pics remind me of chocolate Easter Bunnies so we need to find some chocolate filament (I wish) and make a Choco-Baby-Cody.  Hahahaha.    ;D

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #64 on: March 30, 2018, 10:09 PM »
You should try acetone-fuming
I've seen those dedicated alcohol smoothing machines (they require special fillament).

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #65 on: March 31, 2018, 03:10 AM »
Another video on using acetone for abs smoothing:

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #66 on: March 31, 2018, 11:48 AM »
Nudone did such a great job with the baby cody model, I still can't get over it.  :-* :-* :-* :-* :-*
+1 :Thmbsup:
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #67 on: March 31, 2018, 07:39 PM »
Aryq, I'm having a lot of fun with the coin scad file -- I am making most things proper options instead of hardcoded values.. I will send you my file when I am done.


Update: I'm *loving* OpenSCAD - a programmer's dream cad program.  I've got most of the coin options nicely configurable now so you can more easily change the sizes of different things. I will share soon.
« Last Edit: March 31, 2018, 10:24 PM by mouser »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #68 on: April 01, 2018, 04:37 PM »
Big white coin/pedestal with simple painted letters:
codycoinpedestal1.jpgThread on 3d Printing Cody Model
codycoinpedestal2.jpgThread on 3d Printing Cody Model

And sitting directly on coin:
codycoinpedestal3.jpgThread on 3d Printing Cody Model

And with a smaller cody:
codycoinpedestal4a.jpgThread on 3d Printing Cody Model codycoinpedestal4b.jpgThread on 3d Printing Cody Model
« Last Edit: April 01, 2018, 04:47 PM by mouser »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #69 on: April 04, 2018, 02:12 PM »
Painted up and ready to go:

codyaward0.jpgThread on 3d Printing Cody Model
codyaward1.jpgThread on 3d Printing Cody Model
codyaward2.jpgThread on 3d Printing Cody Model

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #70 on: April 04, 2018, 02:16 PM »
These aren't too laborious to produce.. Some spray paint, oil marker, and hand painting the beak, feet, and eyes.

I'll try some more sizes for cody and the coin...

Text on coin face and around the rim are customizeable.

So, it seems to me I could make a couple dozen of these with custom text and send them out to special folks.

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,747
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #71 on: April 04, 2018, 03:47 PM »
 :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-*

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #72 on: April 04, 2018, 05:15 PM »
:-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-* :-*

Ditto!  ;D

KynloStephen66515

  • Animated Giffer in Chief
  • Honorary Member
  • Joined in 2010
  • **
  • Posts: 3,741
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #73 on: April 04, 2018, 05:43 PM »
𝓘 𝓽𝓱𝓲𝓷𝓴 𝓲𝓽 𝓲𝓼 𝓼𝓪𝓯𝓮 𝓽𝓸 𝓼𝓪𝔂 𝓽𝓱𝓪𝓽 𝔀𝓮 𝓪𝓵𝓵 𝔀𝓪𝓷𝓽 𝓸𝓷𝓮!

tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
Re: Thread on 3d Printing Cody Model
« Reply #74 on: April 04, 2018, 06:11 PM »
wp_ss_20180405_0002.pngThread on 3d Printing Cody Model
not sure what Stephen is saying, but I *probably* agree with him...
Definitely agree with Deozaan though :D :Thumbsup:
Tom