D
David
Sat, Dec 26, 2020 9:17 PM
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
L
lar3ry
Sat, Dec 26, 2020 9:37 PM
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
If the existing hole needs to be not there, create a cylinder, move it to
where it plugs the hole, and union() it with the imported stl.
Then create a cylinder, move it to where you need the new hole, and
difference it with the imported stl.
I know it's a general answer, but it was a pretty general question.
--
Sent from: http://forum.openscad.org/
skypuppy wrote
> I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
> printer. However, I need to slightly modify it for use on a different
> printer. One screw hold needs to move. I do not understand quite how
> to get from point existing to needed. It was explained to me once but
> apparently, I just didn't get it.
>
> Any clues, tools, magic tricks I can use to get there from here, please?
If the existing hole needs to be not there, create a cylinder, move it to
where it plugs the hole, and union() it with the imported stl.
Then create a cylinder, move it to where you need the new hole, and
difference it with the imported stl.
I know it's a general answer, but it was a pretty general question.
--
Sent from: http://forum.openscad.org/
D
David
Sat, Dec 26, 2020 10:05 PM
LOL! I like it, I like it!
Thanks,
David
On 12/26/20 3:37 PM, lar3ry wrote:
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
LOL! I like it, I like it!
Thanks,
David
On 12/26/20 3:37 PM, lar3ry wrote:
> skypuppy wrote
>> I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
>> printer. However, I need to slightly modify it for use on a different
>> printer. One screw hold needs to move. I do not understand quite how
>> to get from point existing to needed. It was explained to me once but
>> apparently, I just didn't get it.
>>
>> Any clues, tools, magic tricks I can use to get there from here, please?
> If the existing hole needs to be not there, create a cylinder, move it to
> where it plugs the hole, and union() it with the imported stl.
>
> Then create a cylinder, move it to where you need the new hole, and
> difference it with the imported stl.
>
> I know it's a general answer, but it was a pretty general question.
>
>
>
> --
> Sent from: http://forum.openscad.org/
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>
F
fred
Sat, Dec 26, 2020 10:07 PM
David, do you have only the STL file or also an SCAD file from which it was created. The answer is very different in each case. The answer to the first is what I would consider a work-around, while the answer to the second is going to be more elegant or more appropriate.
On Saturday, December 26, 2020, 4:18:01 PM EST, David <ainut@hiwaay.net> wrote:
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
David, do you have only the STL file or also an SCAD file from which it was created. The answer is very different in each case. The answer to the first is what I would consider a work-around, while the answer to the second is going to be more elegant or more appropriate.
On Saturday, December 26, 2020, 4:18:01 PM EST, David <ainut@hiwaay.net> wrote:
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
_______________________________________________
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
D
David
Sat, Dec 26, 2020 10:14 PM
Only an STL. Oh yeah, an SCAD file would be easy in comparison. :)
On 12/26/20 4:07 PM, fred via Discuss wrote:
David, do you have only the STL file or also an SCAD file from which
it was created. The answer is very different in each case. The answer
to the first is what I would consider a work-around, while the answer
to the second is going to be more elegant or more appropriate.
On Saturday, December 26, 2020, 4:18:01 PM EST, David
ainut@hiwaay.net wrote:
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
OpenSCAD mailing list
Discuss@lists.openscad.org mailto:Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Only an STL. Oh yeah, an SCAD file would be easy in comparison. :)
On 12/26/20 4:07 PM, fred via Discuss wrote:
> David, do you have only the STL file or also an SCAD file from which
> it was created. The answer is very different in each case. The answer
> to the first is what I would consider a work-around, while the answer
> to the second is going to be more elegant or more appropriate.
>
> On Saturday, December 26, 2020, 4:18:01 PM EST, David
> <ainut@hiwaay.net> wrote:
>
>
> I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
> printer. However, I need to slightly modify it for use on a different
> printer. One screw hold needs to move. I do not understand quite how
> to get from point existing to needed. It was explained to me once but
> apparently, I just didn't get it.
>
> Any clues, tools, magic tricks I can use to get there from here, please?
>
> Thanks,
>
> David
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
> <http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
F
fred
Sat, Dec 26, 2020 10:40 PM
I did a quick Google for the parameters you've provided. The non-adjustable version appears to be a collection of OpenSCAD cube([x, y, z]) items slapped together, while the adjustable version is slightly more complex. Adjustable BL-Touch sensor mount for Ender 3 and CR10 (with STEP file) by registeredthing
|
|
|
| | |
|
|
|
| |
Adjustable BL-Touch sensor mount for Ender 3 and CR10 (with STEP file) b...
This is an adjustable (up and down) mount for BL-touch, and BL-touch type sensors. It is designed for the Ender...
|
|
|
One might think creating a bracket from the ground up would be more simple than a hit-and-miss approach to punching holes and filling holes in an existing STL file?
On Saturday, December 26, 2020, 5:15:28 PM EST, David <ainut@hiwaay.net> wrote:
Only an STL. Oh yeah, an SCAD file would be easy in comparison. :)
On 12/26/20 4:07 PM, fred via Discuss wrote:
David, do you have only the STL file or also an SCAD file from which it was created. The answer is very different in each case. The answer to the first is what I would consider a work-around, while the answer to the second is going to be more elegant or more appropriate.
On Saturday, December 26, 2020, 4:18:01 PM EST, David <ainut@hiwaay.net> wrote:
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
I did a quick Google for the parameters you've provided. The non-adjustable version appears to be a collection of OpenSCAD cube([x, y, z]) items slapped together, while the adjustable version is slightly more complex. Adjustable BL-Touch sensor mount for Ender 3 and CR10 (with STEP file) by registeredthing
|
|
|
| | |
|
|
|
| |
Adjustable BL-Touch sensor mount for Ender 3 and CR10 (with STEP file) b...
This is an adjustable (up and down) mount for BL-touch, and BL-touch type sensors. It is designed for the Ender...
|
|
|
One might think creating a bracket from the ground up would be more simple than a hit-and-miss approach to punching holes and filling holes in an existing STL file?
On Saturday, December 26, 2020, 5:15:28 PM EST, David <ainut@hiwaay.net> wrote:
Only an STL. Oh yeah, an SCAD file would be easy in comparison. :)
On 12/26/20 4:07 PM, fred via Discuss wrote:
David, do you have only the STL file or also an SCAD file from which it was created. The answer is very different in each case. The answer to the first is what I would consider a work-around, while the answer to the second is going to be more elegant or more appropriate.
On Saturday, December 26, 2020, 4:18:01 PM EST, David <ainut@hiwaay.net> wrote:
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
_______________________________________________
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
_______________________________________________
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
_______________________________________________
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
D
David
Sat, Dec 26, 2020 10:48 PM
I tried the "ground up" approach. I sucked.
On 12/26/20 4:40 PM, fred via Discuss wrote:
I did a quick Google for the parameters you've provided. The
non-adjustable version appears to be a collection of OpenSCAD cube([x,
y, z]) items slapped together, while the adjustable version is
slightly more complex. Adjustable BL-Touch sensor mount for Ender 3
and CR10 (with STEP file) by registeredthing
https://www.thingiverse.com/thing:3148733
Adjustable BL-Touch sensor mount for Ender 3 and CR10 (with STEP
file) b...
This is an adjustable (up and down) mount for BL-touch, and BL-touch
type sensors. It is designed for the Ender...
https://www.thingiverse.com/thing:3148733
One might think creating a bracket from the ground up would be more
simple than a hit-and-miss approach to punching holes and filling
holes in an existing STL file?
On Saturday, December 26, 2020, 5:15:28 PM EST, David
ainut@hiwaay.net wrote:
Only an STL. Oh yeah, an SCAD file would be easy in comparison. :)
On 12/26/20 4:07 PM, fred via Discuss wrote:
David, do you have only the STL file or also an SCAD file from which
it was created. The answer is very different in each case. The answer
to the first is what I would consider a work-around, while the answer
to the second is going to be more elegant or more appropriate.
On Saturday, December 26, 2020, 4:18:01 PM EST, David
ainut@hiwaay.net mailto:ainut@hiwaay.net wrote:
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
OpenSCAD mailing list
Discuss@lists.openscad.org mailto:Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org mailto:Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org mailto:Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
I tried the "ground up" approach. I sucked.
On 12/26/20 4:40 PM, fred via Discuss wrote:
> I did a quick Google for the parameters you've provided. The
> non-adjustable version appears to be a collection of OpenSCAD cube([x,
> y, z]) items slapped together, while the adjustable version is
> slightly more complex. Adjustable BL-Touch sensor mount for Ender 3
> and CR10 (with STEP file) by registeredthing
> <https://www.thingiverse.com/thing:3148733>
>
>
>
>
>
>
>
>
> Adjustable BL-Touch sensor mount for Ender 3 and CR10 (with STEP
> file) b...
>
> This is an adjustable (up and down) mount for BL-touch, and BL-touch
> type sensors. It is designed for the Ender...
>
> <https://www.thingiverse.com/thing:3148733>
>
> One might think creating a bracket from the ground up would be more
> simple than a hit-and-miss approach to punching holes and filling
> holes in an existing STL file?
>
>
> On Saturday, December 26, 2020, 5:15:28 PM EST, David
> <ainut@hiwaay.net> wrote:
>
>
> Only an STL. Oh yeah, an SCAD file would be easy in comparison. :)
>
>
> On 12/26/20 4:07 PM, fred via Discuss wrote:
> David, do you have only the STL file or also an SCAD file from which
> it was created. The answer is very different in each case. The answer
> to the first is what I would consider a work-around, while the answer
> to the second is going to be more elegant or more appropriate.
>
> On Saturday, December 26, 2020, 4:18:01 PM EST, David
> <ainut@hiwaay.net> <mailto:ainut@hiwaay.net> wrote:
>
>
> I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
> printer. However, I need to slightly modify it for use on a different
> printer. One screw hold needs to move. I do not understand quite how
> to get from point existing to needed. It was explained to me once but
> apparently, I just didn't get it.
>
> Any clues, tools, magic tricks I can use to get there from here, please?
>
> Thanks,
>
> David
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
> <http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org <http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
> <http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
F
fred
Sat, Dec 26, 2020 10:57 PM
What resource are you using for the bracket? Is it open source/thingiverse/other?
On Saturday, December 26, 2020, 5:48:54 PM EST, David <ainut@hiwaay.net> wrote:
I tried the "ground up" approach. I sucked.
What resource are you using for the bracket? Is it open source/thingiverse/other?
On Saturday, December 26, 2020, 5:48:54 PM EST, David <ainut@hiwaay.net> wrote:
I tried the "ground up" approach. I sucked.
D
David
Sun, Dec 27, 2020 1:24 AM
I printed all those last week. Not recommended for actual use. For one
thing, "slide" has only one grip point. And they are -very- small. <sigh>
On 12/26/20 4:48 PM, David wrote:
I tried the "ground up" approach. I sucked.
On 12/26/20 4:40 PM, fred via Discuss wrote:
I did a quick Google for the parameters you've provided. The
non-adjustable version appears to be a collection of OpenSCAD
cube([x, y, z]) items slapped together, while the adjustable version
is slightly more complex. Adjustable BL-Touch sensor mount for Ender
3 and CR10 (with STEP file) by registeredthing
https://www.thingiverse.com/thing:3148733
Adjustable BL-Touch sensor mount for Ender 3 and CR10 (with STEP
file) b...
This is an adjustable (up and down) mount for BL-touch, and BL-touch
type sensors. It is designed for the Ender...
https://www.thingiverse.com/thing:3148733
One might think creating a bracket from the ground up would be more
simple than a hit-and-miss approach to punching holes and filling
holes in an existing STL file?
On Saturday, December 26, 2020, 5:15:28 PM EST, David
ainut@hiwaay.net wrote:
Only an STL. Oh yeah, an SCAD file would be easy in comparison. :)
On 12/26/20 4:07 PM, fred via Discuss wrote:
David, do you have only the STL file or also an SCAD file from which
it was created. The answer is very different in each case. The answer
to the first is what I would consider a work-around, while the answer
to the second is going to be more elegant or more appropriate.
On Saturday, December 26, 2020, 4:18:01 PM EST, David
ainut@hiwaay.net mailto:ainut@hiwaay.net wrote:
I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
printer. However, I need to slightly modify it for use on a different
printer. One screw hold needs to move. I do not understand quite how
to get from point existing to needed. It was explained to me once but
apparently, I just didn't get it.
Any clues, tools, magic tricks I can use to get there from here, please?
Thanks,
David
OpenSCAD mailing list
Discuss@lists.openscad.org mailto:Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org mailto:Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org mailto:Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
I printed all those last week. Not recommended for actual use. For one
thing, "slide" has only one grip point. And they are -very- small. <sigh>
On 12/26/20 4:48 PM, David wrote:
>
> I tried the "ground up" approach. I sucked.
>
>
> On 12/26/20 4:40 PM, fred via Discuss wrote:
>> I did a quick Google for the parameters you've provided. The
>> non-adjustable version appears to be a collection of OpenSCAD
>> cube([x, y, z]) items slapped together, while the adjustable version
>> is slightly more complex. Adjustable BL-Touch sensor mount for Ender
>> 3 and CR10 (with STEP file) by registeredthing
>> <https://www.thingiverse.com/thing:3148733>
>>
>>
>>
>>
>>
>>
>>
>>
>> Adjustable BL-Touch sensor mount for Ender 3 and CR10 (with STEP
>> file) b...
>>
>> This is an adjustable (up and down) mount for BL-touch, and BL-touch
>> type sensors. It is designed for the Ender...
>>
>> <https://www.thingiverse.com/thing:3148733>
>>
>> One might think creating a bracket from the ground up would be more
>> simple than a hit-and-miss approach to punching holes and filling
>> holes in an existing STL file?
>>
>>
>> On Saturday, December 26, 2020, 5:15:28 PM EST, David
>> <ainut@hiwaay.net> wrote:
>>
>>
>> Only an STL. Oh yeah, an SCAD file would be easy in comparison. :)
>>
>>
>> On 12/26/20 4:07 PM, fred via Discuss wrote:
>> David, do you have only the STL file or also an SCAD file from which
>> it was created. The answer is very different in each case. The answer
>> to the first is what I would consider a work-around, while the answer
>> to the second is going to be more elegant or more appropriate.
>>
>> On Saturday, December 26, 2020, 4:18:01 PM EST, David
>> <ainut@hiwaay.net> <mailto:ainut@hiwaay.net> wrote:
>>
>>
>> I have an STL for a sensor mount (BL Touch) written for a CR-10 3D
>> printer. However, I need to slightly modify it for use on a different
>> printer. One screw hold needs to move. I do not understand quite how
>> to get from point existing to needed. It was explained to me once but
>> apparently, I just didn't get it.
>>
>> Any clues, tools, magic tricks I can use to get there from here, please?
>>
>> Thanks,
>>
>> David
>>
>>
>> _______________________________________________
>> OpenSCAD mailing list
>> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>> <http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org>
>>
>> _______________________________________________
>> OpenSCAD mailing list
>> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org <http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org>
>> _______________________________________________
>> OpenSCAD mailing list
>> Discuss@lists.openscad.org <mailto:Discuss@lists.openscad.org>
>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>> <http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org>
>>
>> _______________________________________________
>> OpenSCAD mailing list
>> Discuss@lists.openscad.org
>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
D
David
Sun, Dec 27, 2020 1:28 AM
Tried several from thingiverse. Also tried modeling the CR-10 (metal)
one that comes with the Creality kits. While it was not wonderful, the
CR-10 model could be used in a pinch on an Ender 3, for example, if you
didn't have a real, metal one. My attempt at duplicating it with
changes never got past the drawing board. I'm very new to OpenSCAD.
Thanks,
David
On 12/26/20 4:57 PM, fred via Discuss wrote:
Tried several from thingiverse. Also tried modeling the CR-10 (metal)
one that comes with the Creality kits. While it was not wonderful, the
CR-10 model could be used in a pinch on an Ender 3, for example, if you
didn't have a real, metal one. My attempt at duplicating it with
changes never got past the drawing board. I'm very new to OpenSCAD.
Thanks,
David
On 12/26/20 4:57 PM, fred via Discuss wrote:
> What resource are you using for the bracket? Is it open
> source/thingiverse/other?
>
> On Saturday, December 26, 2020, 5:48:54 PM EST, David
> <ainut@hiwaay.net> wrote:
>
>
> I tried the "ground up" approach. I sucked.
>
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org