So I have installed Blender, but have no idea where to start. I have heard
that perhaps FreeCAD or TinkerCAD or something might be more in line with a
beginner? Does anyone have any idea where I should begin? What software?
Preferably something with step-by-step tutorials?
> So I have installed Blender, but have no idea where to start. I have
> heard that perhaps FreeCAD or TinkerCAD or something might be more in line
> with a beginner? Does anyone have any idea where I should begin? What
> software? Preferably something with step-by-step tutorials?
> Thanks,
> Tamsyn
> --
> You received this message because you are subscribed to the Google Groups
> "HackerSpace - Adelaide, South Australia" group.
> To post to this group, send email to hackerspace-adelaide@googlegroups.com
> .
> To unsubscribe from this group, send email to
> hackerspace-adelaide+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/hackerspace-adelaide?hl=en.
And have nearly finished making a glass based on the ANAT logo.
Here's my code for those interested:
union(){
rotate([0,270,0])linear_extrude(height=24) polygon( [
[0,0],[30,0],[30,5],[5,15],[30,15],[30,19],[0,19],[0,13],[21,4],[0,4]
] , [ [0,1,2,3,4,5,6,7,8,9,10] ]);}
difference(){
translate([-12, 10, 0]){cylinder(80,5,25);}
translate([-12, 10, 10]){cylinder(80,5,25);}
> --
> You received this message because you are subscribed to the Google Groups
> "HackerSpace - Adelaide, South Australia" group.
> To post to this group, send email to
> hackerspace-adelaide@googlegroups.com.
> To unsubscribe from this group, send email to
> hackerspace-adelaide+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/hackerspace-adelaide?hl=en.
> And have nearly finished making a glass based on the ANAT logo.
> Here's my code for those interested:
> union(){
> rotate([0,270,0])linear_extrude(height=24) polygon( [
> [0,0],[30,0],[30,5],[5,15],[30,15],[30,19],[0,19],[0,13],[21,4],[0,4]
> ] , [ [0,1,2,3,4,5,6,7,8,9,10] ]);}
> difference(){
> translate([-12, 10, 0]){cylinder(80,5,25);}
> translate([-12, 10, 10]){cylinder(80,5,25);}
> }
> On Wed, Sep 26, 2012 at 10:41 PM, Andrew Helgeson <cyberte...@gmail.com> wrote:
>> Yep, Blender has a steep learning curve!
>> If you've ever messed around with PovRay, openSCad makes sense, but you
>> really need a handle on CSG!
>> I was looking at the syntax, its "almost" like povray, the concepts are
>> the same, just the syntax is a bit different.
>> I've found if you can't draw what you're desighning on graph paper, you
>> WILL go nuts trying to draw it in a CAD program.
>> Besides you should make a token effort to get the ruler, pencil and rubber
>> out!
>> This is a real object, not a model for an animation!
>> ;-)
>> Andrew
>> On 26/09/2012 9:00 PM, "Steven Pickles" <thatpix...@gmail.com> wrote:
>> TinkerCAD has tutorials built in, I recommend it as a starting point.
>> Especially for making objects for printing.
>> Blender is pretty hardcore. I've learnt and forgot how to drive it
>> numerous times. I'm currently in the forgotten phase.
>> --
>> You received this message because you are subscribed to the Google Groups
>> "HackerSpace - Adelaide, South Australia" group.
>> To post to this group, send email to
>> hackerspace-adelaide@googlegroups.com.
>> To unsubscribe from this group, send email to
>> hackerspace-adelaide+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/hackerspace-adelaide?hl=en.
And have nearly finished making a glass based on the ANAT logo.
Here's my code for those interested:
union(){
rotate([0,270,0])linear_extrude(height=24) polygon( [
[0,0],[30,0],[30,5],[5,15],[30,15],[30,19],[0,19],[0,13],[21,4],[0,4]
] , [ [0,1,2,3,4,5,6,7,8,9,10] ]);}
difference(){
translate([-12, 10, 0]){cylinder(80,5,25);}
translate([-12, 10, 10]){cylinder(80,5,25);}
}
On Wed, Sep 26, 2012 at 10:41 PM, Andrew Helgeson <cyberte...@gmail.com>
wrote:
> And have nearly finished making a glass based on the ANAT logo.
> Here's my code for those interested:
> union(){
> rotate([0,270,0])linear_extrude(height=24) polygon( [
> [0,0],[30,0],[30,5],[5,15],[30,15],[30,19],[0,19],[0,13],[21,4],[0,4]
> ] , [ [0,1,2,3,4,5,6,7,8,9,10] ]);}
> difference(){
> translate([-12, 10, 0]){cylinder(80,5,25);}
> translate([-12, 10, 10]){cylinder(80,5,25);}
> }
> On Wed, Sep 26, 2012 at 10:41 PM, Andrew Helgeson <cyberte...@gmail.com>
> wrote:
> > Yep, Blender has a steep learning curve!
> > If you've ever messed around with PovRay, openSCad makes sense, but you
> > really need a handle on CSG!
> > I was looking at the syntax, its "almost" like povray, the concepts are
> > the same, just the syntax is a bit different.
> > I've found if you can't draw what you're desighning on graph paper, you
> > WILL go nuts trying to draw it in a CAD program.
> > Besides you should make a token effort to get the ruler, pencil and
> rubber
> > out!
> > This is a real object, not a model for an animation!
> > ;-)
> > Andrew
> > On 26/09/2012 9:00 PM, "Steven Pickles" <thatpix...@gmail.com> wrote:
> > TinkerCAD has tutorials built in, I recommend it as a starting point.
> > Especially for making objects for printing.
> > Blender is pretty hardcore. I've learnt and forgot how to drive it
> > numerous times. I'm currently in the forgotten phase.
> > --
> > You received this message because you are subscribed to the Google Groups
> > "HackerSpace - Adelaide, South Australia" group.
> > To post to this group, send email to
> > hackerspace-adelaide@googlegroups.com.
> > To unsubscribe from this group, send email to
> > hackerspace-adelaide+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/hackerspace-adelaide?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "HackerSpace - Adelaide, South Australia" group.
> To post to this group, send email to hackerspace-adelaide@googlegroups.com
> .
> To unsubscribe from this group, send email to
> hackerspace-adelaide+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/hackerspace-adelaide?hl=en.
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "HackerSpace - Adelaide, South Australia" group.
> >> To post to this group, send email to
> >> hackerspace-adelaide@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> hackerspace-adelaide+unsubscribe@googlegroups.com.
> >> For more options, visit this group at
> >> http://groups.google.com/group/hackerspace-adelaide?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "HackerSpace - Adelaide, South Australia" group.
> To post to this group, send email to hackerspace-adelaide@googlegroups.com
> .
> To unsubscribe from this group, send email to
> hackerspace-adelaide+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/hackerspace-adelaide?hl=en.
Still having a problem with the difference, just a separate problem.
I was trying to do what you did, Pix, but couldn't will try and find
out what I'm still doing wrong tomorrow. I could swear that,
following all my myriad brackets back to their source, it should do
what I want. :(
*facepalm* - I did end up with something that looked like that at one
stage Steven, but because I failed to press f6 I thought the artifacts
were my fault. Protip about the f6 - thanks!
...
Still having a problem with the difference, just a separate problem.
I was trying to do what you did, Pix, but couldn't will try and find
out what I'm still doing wrong tomorrow. I could swear that,
following all my myriad brackets back to their source, it should do
what I want. :(
-- You received this message because you are subscribed to the Google Groups
"HackerSpace - Adelai...