discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Printing text flush to a flat surface

RC
Ray Cadmus
Sat, Nov 27, 2021 4:09 PM

PrusaSlicer is happy with it.

--

On 11/27/21 9:29 AM, Terry Pinnell wrote:

Thanks for all the help so far, much appreciated and will keep my busy
for some time.

Meanwhile, where am I going wrong with this first very simple (!) test
please. I just wanted to print a small rectangle containing two pieces
of text to:

  1. Give me a feel for font size
  2. Let me try filling some taped hollow text
  3. See what 1 mm high embossed text looks & feels like, prior to
    trying that with white PLA..

But Cura shows that it will at best fail to print the latter, and I
can't spot why?


difference()
{
MissingText.jpg
translate([0, 8, 0])
cube([30, 7, 3]);
translate([2, 10, -0.5])
color("navy")
linear_extrude(5)
text("Hollow #3 ", 3);
}

translate([22, 10, 1])
color("lime")
linear_extrude(3)
text("#4", 4);

On Fri, 26 Nov 2021 at 18:06, Terry <terrypingm@gmail.com
mailto:terrypingm@gmail.com> wrote:

 This is largely a '3D printing' post, but hope I'm not too far OT.

 I've not yet made a print including text with my Ender 3 V2. But
 I'll soon need
 to do so and would appreciate some advice on a few practical
 points from more
 experienced users please.

 The 10 text labels will be on the top surface of a rectangular box
 lid, which
 has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if
 necessary. The labels
 (like On/Off, Up, Down, etc) will be near holes made for various
 buttons and
 switches. Each label will therefore be fairly small. I want them
 to appear flush
 with the surface, white on my black PLA filament.

 One option might be to fill with something like 'Hard As Nails'
 glue/filler,
 wiping the surface clean before leaving the filler to set.

 But ideally I'd like to do it by stopping the printer just once,
 changing to
 white filament, and resuming (something else I've not yet tried).
 If I go that
 route, what changes do I have to make in OpenSCAD and/or Cura, so
 that the stop
 occurs at exactly the right place?

 Would another idea be to make each label say 1 or 2 mm high and
 push them into
 place? On reflection I suppose they could be printed as one object
 joined by a
 thin, easily removed line?

 All suggestions/tips/advice will be much appreciated.

 Terry

--
LargePrefPlaceholder-XKUz1MEJBwkOM


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

PrusaSlicer is happy with it. -- On 11/27/21 9:29 AM, Terry Pinnell wrote: > Thanks for all the help so far, much appreciated and will keep my busy > for some time. > > Meanwhile, where am I going wrong with this first very simple (!) test > please. I just wanted to print a small rectangle containing two pieces > of text to: > 1. Give me a feel for font size > 2. Let me try filling some taped hollow text > 3. See what 1 mm high embossed text looks & feels like, prior to > trying that with white PLA.. > > But Cura shows that it will at best fail to print the latter, and I > can't spot why? > > -------------------- > difference() > { > MissingText.jpg > translate([0, 8, 0]) > cube([30, 7, 3]); > translate([2, 10, -0.5]) > color("navy") > linear_extrude(5) > text("Hollow #3 ", 3); > } > > translate([22, 10, 1]) > color("lime") > linear_extrude(3) > text("#4", 4); > -------------------- > > > On Fri, 26 Nov 2021 at 18:06, Terry <terrypingm@gmail.com > <mailto:terrypingm@gmail.com>> wrote: > > This is largely a '3D printing' post, but hope I'm not too far OT. > > I've not yet made a print including text with my Ender 3 V2. But > I'll soon need > to do so and would appreciate some advice on a few practical > points from more > experienced users please. > > The 10 text labels will be on the top surface of a rectangular box > lid, which > has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if > necessary. The labels > (like On/Off, Up, Down, etc) will be near holes made for various > buttons and > switches. Each label will therefore be fairly small. I want them > to appear flush > with the surface, white on my black PLA filament. > > One option might be to fill with something like 'Hard As Nails' > glue/filler, > wiping the surface clean before leaving the filler to set. > > But ideally I'd like to do it by stopping the printer just once, > changing to > white filament, and resuming (something else I've not yet tried). > If I go that > route, what changes do I have to make in OpenSCAD and/or Cura, so > that the stop > occurs at exactly the right place? > > Would another idea be to make each label say 1 or 2 mm high and > push them into > place? On reflection I suppose they could be printed as one object > joined by a > thin, easily removed line? > > All suggestions/tips/advice will be much appreciated. > > Terry > > > > -- > LargePrefPlaceholder-XKUz1MEJBwkOM > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
RW
Raymond West
Sat, Nov 27, 2021 4:18 PM

In cura, turn on 'print thin walls - under 'walls' group. For fine
detail, reduce layer height and extrusion width in general.

On 27/11/2021 15:29, Terry Pinnell wrote:

Thanks for all the help so far, much appreciated and will keep my busy
for some time.

Meanwhile, where am I going wrong with this first very simple (!) test
please. I just wanted to print a small rectangle containing two pieces
of text to:

  1. Give me a feel for font size
  2. Let me try filling some taped hollow text
  3. See what 1 mm high embossed text looks & feels like, prior to
    trying that with white PLA..

But Cura shows that it will at best fail to print the latter, and I
can't spot why?


difference()
{
MissingText.jpg
translate([0, 8, 0])
cube([30, 7, 3]);
translate([2, 10, -0.5])
color("navy")
linear_extrude(5)
text("Hollow #3 ", 3);
}

translate([22, 10, 1])
color("lime")
linear_extrude(3)
text("#4", 4);

On Fri, 26 Nov 2021 at 18:06, Terry terrypingm@gmail.com wrote:

 This is largely a '3D printing' post, but hope I'm not too far OT.

 I've not yet made a print including text with my Ender 3 V2. But
 I'll soon need
 to do so and would appreciate some advice on a few practical
 points from more
 experienced users please.

 The 10 text labels will be on the top surface of a rectangular box
 lid, which
 has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if
 necessary. The labels
 (like On/Off, Up, Down, etc) will be near holes made for various
 buttons and
 switches. Each label will therefore be fairly small. I want them
 to appear flush
 with the surface, white on my black PLA filament.

 One option might be to fill with something like 'Hard As Nails'
 glue/filler,
 wiping the surface clean before leaving the filler to set.

 But ideally I'd like to do it by stopping the printer just once,
 changing to
 white filament, and resuming (something else I've not yet tried).
 If I go that
 route, what changes do I have to make in OpenSCAD and/or Cura, so
 that the stop
 occurs at exactly the right place?

 Would another idea be to make each label say 1 or 2 mm high and
 push them into
 place? On reflection I suppose they could be printed as one object
 joined by a
 thin, easily removed line?

 All suggestions/tips/advice will be much appreciated.

 Terry

--
LargePrefPlaceholder-XKUz1MEJBwkOM


OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org

In cura, turn on 'print thin walls - under 'walls' group. For fine detail, reduce layer height and extrusion width in general. On 27/11/2021 15:29, Terry Pinnell wrote: > Thanks for all the help so far, much appreciated and will keep my busy > for some time. > > Meanwhile, where am I going wrong with this first very simple (!) test > please. I just wanted to print a small rectangle containing two pieces > of text to: > 1. Give me a feel for font size > 2. Let me try filling some taped hollow text > 3. See what 1 mm high embossed text looks & feels like, prior to > trying that with white PLA.. > > But Cura shows that it will at best fail to print the latter, and I > can't spot why? > > -------------------- > difference() > { > MissingText.jpg > translate([0, 8, 0]) > cube([30, 7, 3]); > translate([2, 10, -0.5]) > color("navy") > linear_extrude(5) > text("Hollow #3 ", 3); > } > > translate([22, 10, 1]) > color("lime") > linear_extrude(3) > text("#4", 4); > -------------------- > > > On Fri, 26 Nov 2021 at 18:06, Terry <terrypingm@gmail.com> wrote: > > This is largely a '3D printing' post, but hope I'm not too far OT. > > I've not yet made a print including text with my Ender 3 V2. But > I'll soon need > to do so and would appreciate some advice on a few practical > points from more > experienced users please. > > The 10 text labels will be on the top surface of a rectangular box > lid, which > has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if > necessary. The labels > (like On/Off, Up, Down, etc) will be near holes made for various > buttons and > switches. Each label will therefore be fairly small. I want them > to appear flush > with the surface, white on my black PLA filament. > > One option might be to fill with something like 'Hard As Nails' > glue/filler, > wiping the surface clean before leaving the filler to set. > > But ideally I'd like to do it by stopping the printer just once, > changing to > white filament, and resuming (something else I've not yet tried). > If I go that > route, what changes do I have to make in OpenSCAD and/or Cura, so > that the stop > occurs at exactly the right place? > > Would another idea be to make each label say 1 or 2 mm high and > push them into > place? On reflection I suppose they could be printed as one object > joined by a > thin, easily removed line? > > All suggestions/tips/advice will be much appreciated. > > Terry > > > > -- > LargePrefPlaceholder-XKUz1MEJBwkOM > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email todiscuss-leave@lists.openscad.org
T
Terry
Sat, Nov 27, 2021 5:21 PM

Found that and enabled it but still the same:
https://www.dropbox.com/s/w50tsac918mg8ok/Hollow-CuraSliced2.jpg?raw=1

Any other settings you see there that might be the culprit?

====================

On Sat, 27 Nov 2021 16:18:01 +0000, you wrote:

In cura, turn on 'print thin walls - under 'walls' group. For fine
detail, reduce layer height and extrusion width in general.

On 27/11/2021 15:29, Terry Pinnell wrote:

Thanks for all the help so far, much appreciated and will keep my busy
for some time.

Meanwhile, where am I going wrong with this first very simple (!) test
please. I just wanted to print a small rectangle containing two pieces
of text to:

  1. Give me a feel for font size
  2. Let me try filling some taped hollow text
  3. See what 1 mm high embossed text looks & feels like, prior to
    trying that with white PLA..

But Cura shows that it will at best fail to print the latter, and I
can't spot why?


difference()
{
MissingText.jpg
translate([0, 8, 0])
cube([30, 7, 3]);
translate([2, 10, -0.5])
color("navy")
linear_extrude(5)
text("Hollow #3 ", 3);
}

translate([22, 10, 1])
color("lime")
linear_extrude(3)
text("#4", 4);

On Fri, 26 Nov 2021 at 18:06, Terry terrypingm@gmail.com wrote:

This is largely a '3D printing' post, but hope I'm not too far OT.

I've not yet made a print including text with my Ender 3 V2. But
I'll soon need
to do so and would appreciate some advice on a few practical
points from more
experienced users please.

The 10 text labels will be on the top surface of a rectangular box
lid, which
has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if
necessary. The labels
(like On/Off, Up, Down, etc) will be near holes made for various
buttons and
switches. Each label will therefore be fairly small. I want them
to appear flush
with the surface, white on my black PLA filament.

One option might be to fill with something like 'Hard As Nails'
glue/filler,
wiping the surface clean before leaving the filler to set.

But ideally I'd like to do it by stopping the printer just once,
changing to
white filament, and resuming (something else I've not yet tried).
If I go that
route, what changes do I have to make in OpenSCAD and/or Cura, so
that the stop
occurs at exactly the right place?

Would another idea be to make each label say 1 or 2 mm high and
push them into
place? On reflection I suppose they could be printed as one object
joined by a
thin, easily removed line?

All suggestions/tips/advice will be much appreciated.

Terry

--
LargePrefPlaceholder-XKUz1MEJBwkOM


OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org

Found that and enabled it but still the same: https://www.dropbox.com/s/w50tsac918mg8ok/Hollow-CuraSliced2.jpg?raw=1 Any other settings you see there that might be the culprit? ==================== On Sat, 27 Nov 2021 16:18:01 +0000, you wrote: >In cura, turn on 'print thin walls - under 'walls' group. For fine >detail, reduce layer height and extrusion width in general. > >On 27/11/2021 15:29, Terry Pinnell wrote: >> Thanks for all the help so far, much appreciated and will keep my busy >> for some time. >> >> Meanwhile, where am I going wrong with this first very simple (!) test >> please. I just wanted to print a small rectangle containing two pieces >> of text to: >> 1. Give me a feel for font size >> 2. Let me try filling some taped hollow text >> 3. See what 1 mm high embossed text looks & feels like, prior to >> trying that with white PLA.. >> >> But Cura shows that it will at best fail to print the latter, and I >> can't spot why? >> >> -------------------- >> difference() >> { >> MissingText.jpg >> translate([0, 8, 0]) >> cube([30, 7, 3]); >> translate([2, 10, -0.5]) >> color("navy") >> linear_extrude(5) >> text("Hollow #3 ", 3); >> } >> >> translate([22, 10, 1]) >> color("lime") >> linear_extrude(3) >> text("#4", 4); >> -------------------- >> >> >> On Fri, 26 Nov 2021 at 18:06, Terry <terrypingm@gmail.com> wrote: >> >> This is largely a '3D printing' post, but hope I'm not too far OT. >> >> I've not yet made a print including text with my Ender 3 V2. But >> I'll soon need >> to do so and would appreciate some advice on a few practical >> points from more >> experienced users please. >> >> The 10 text labels will be on the top surface of a rectangular box >> lid, which >> has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if >> necessary. The labels >> (like On/Off, Up, Down, etc) will be near holes made for various >> buttons and >> switches. Each label will therefore be fairly small. I want them >> to appear flush >> with the surface, white on my black PLA filament. >> >> One option might be to fill with something like 'Hard As Nails' >> glue/filler, >> wiping the surface clean before leaving the filler to set. >> >> But ideally I'd like to do it by stopping the printer just once, >> changing to >> white filament, and resuming (something else I've not yet tried). >> If I go that >> route, what changes do I have to make in OpenSCAD and/or Cura, so >> that the stop >> occurs at exactly the right place? >> >> Would another idea be to make each label say 1 or 2 mm high and >> push them into >> place? On reflection I suppose they could be printed as one object >> joined by a >> thin, easily removed line? >> >> All suggestions/tips/advice will be much appreciated. >> >> Terry >> >> >> >> -- >> LargePrefPlaceholder-XKUz1MEJBwkOM >> >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email todiscuss-leave@lists.openscad.org
MM
Michael Möller
Sat, Nov 27, 2021 5:33 PM

You might see what happens if you make the letters "thicker" (ie. the walls
thicker). I don't use Cura but suspect whatever you've set the nozzle
diameter to is a limit - you can't print thinner than that

On Sat, 27 Nov 2021 at 18:21, Terry terrypingm@gmail.com wrote:

Found that and enabled it but still the same:
https://www.dropbox.com/s/w50tsac918mg8ok/Hollow-CuraSliced2.jpg?raw=1

Any other settings you see there that might be the culprit?

====================

On Sat, 27 Nov 2021 16:18:01 +0000, you wrote:

In cura, turn on 'print thin walls - under 'walls' group. For fine
detail, reduce layer height and extrusion width in general.

On 27/11/2021 15:29, Terry Pinnell wrote:

Thanks for all the help so far, much appreciated and will keep my busy
for some time.

Meanwhile, where am I going wrong with this first very simple (!) test
please. I just wanted to print a small rectangle containing two pieces
of text to:

  1. Give me a feel for font size
  2. Let me try filling some taped hollow text
  3. See what 1 mm high embossed text looks & feels like, prior to
    trying that with white PLA..

But Cura shows that it will at best fail to print the latter, and I
can't spot why?


difference()
{
MissingText.jpg
translate([0, 8, 0])
cube([30, 7, 3]);
translate([2, 10, -0.5])
color("navy")
linear_extrude(5)
text("Hollow #3 ", 3);
}

translate([22, 10, 1])
color("lime")
linear_extrude(3)
text("#4", 4);

On Fri, 26 Nov 2021 at 18:06, Terry terrypingm@gmail.com wrote:

 This is largely a '3D printing' post, but hope I'm not too far OT.

 I've not yet made a print including text with my Ender 3 V2. But
 I'll soon need
 to do so and would appreciate some advice on a few practical
 points from more
 experienced users please.

 The 10 text labels will be on the top surface of a rectangular box
 lid, which
 has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if
 necessary. The labels
 (like On/Off, Up, Down, etc) will be near holes made for various
 buttons and
 switches. Each label will therefore be fairly small. I want them
 to appear flush
 with the surface, white on my black PLA filament.

 One option might be to fill with something like 'Hard As Nails'
 glue/filler,
 wiping the surface clean before leaving the filler to set.

 But ideally I'd like to do it by stopping the printer just once,
 changing to
 white filament, and resuming (something else I've not yet tried).
 If I go that
 route, what changes do I have to make in OpenSCAD and/or Cura, so
 that the stop
 occurs at exactly the right place?

 Would another idea be to make each label say 1 or 2 mm high and
 push them into
 place? On reflection I suppose they could be printed as one object
 joined by a
 thin, easily removed line?

 All suggestions/tips/advice will be much appreciated.

 Terry

--
LargePrefPlaceholder-XKUz1MEJBwkOM


OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

You might see what happens if you make the letters "thicker" (ie. the walls thicker). I don't use Cura but suspect whatever you've set the nozzle diameter to is a limit - you can't print thinner than that On Sat, 27 Nov 2021 at 18:21, Terry <terrypingm@gmail.com> wrote: > Found that and enabled it but still the same: > https://www.dropbox.com/s/w50tsac918mg8ok/Hollow-CuraSliced2.jpg?raw=1 > > Any other settings you see there that might be the culprit? > > ==================== > > > > On Sat, 27 Nov 2021 16:18:01 +0000, you wrote: > > >In cura, turn on 'print thin walls - under 'walls' group. For fine > >detail, reduce layer height and extrusion width in general. > > > >On 27/11/2021 15:29, Terry Pinnell wrote: > >> Thanks for all the help so far, much appreciated and will keep my busy > >> for some time. > >> > >> Meanwhile, where am I going wrong with this first very simple (!) test > >> please. I just wanted to print a small rectangle containing two pieces > >> of text to: > >> 1. Give me a feel for font size > >> 2. Let me try filling some taped hollow text > >> 3. See what 1 mm high embossed text looks & feels like, prior to > >> trying that with white PLA.. > >> > >> But Cura shows that it will at best fail to print the latter, and I > >> can't spot why? > >> > >> -------------------- > >> difference() > >> { > >> MissingText.jpg > >> translate([0, 8, 0]) > >> cube([30, 7, 3]); > >> translate([2, 10, -0.5]) > >> color("navy") > >> linear_extrude(5) > >> text("Hollow #3 ", 3); > >> } > >> > >> translate([22, 10, 1]) > >> color("lime") > >> linear_extrude(3) > >> text("#4", 4); > >> -------------------- > >> > >> > >> On Fri, 26 Nov 2021 at 18:06, Terry <terrypingm@gmail.com> wrote: > >> > >> This is largely a '3D printing' post, but hope I'm not too far OT. > >> > >> I've not yet made a print including text with my Ender 3 V2. But > >> I'll soon need > >> to do so and would appreciate some advice on a few practical > >> points from more > >> experienced users please. > >> > >> The 10 text labels will be on the top surface of a rectangular box > >> lid, which > >> has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if > >> necessary. The labels > >> (like On/Off, Up, Down, etc) will be near holes made for various > >> buttons and > >> switches. Each label will therefore be fairly small. I want them > >> to appear flush > >> with the surface, white on my black PLA filament. > >> > >> One option might be to fill with something like 'Hard As Nails' > >> glue/filler, > >> wiping the surface clean before leaving the filler to set. > >> > >> But ideally I'd like to do it by stopping the printer just once, > >> changing to > >> white filament, and resuming (something else I've not yet tried). > >> If I go that > >> route, what changes do I have to make in OpenSCAD and/or Cura, so > >> that the stop > >> occurs at exactly the right place? > >> > >> Would another idea be to make each label say 1 or 2 mm high and > >> push them into > >> place? On reflection I suppose they could be printed as one object > >> joined by a > >> thin, easily removed line? > >> > >> All suggestions/tips/advice will be much appreciated. > >> > >> Terry > >> > >> > >> > >> -- > >> LargePrefPlaceholder-XKUz1MEJBwkOM > >> > >> _______________________________________________ > >> OpenSCAD mailing list > >> To unsubscribe send an email todiscuss-leave@lists.openscad.org > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
LM
Leonard Martin Struttmann
Sat, Nov 27, 2021 5:41 PM

Using a 0.4mm nozzle and enabling "Print Thin Walls", Cura showed me the
text. But, wow, it is tiny.  For this level of detail, you may need to use
a smaller nozzle, or switch to a SLA resin printer.

On Sat, Nov 27, 2021 at 11:34 AM Michael Möller private2michael@gmail.com
wrote:

You might see what happens if you make the letters "thicker" (ie. the
walls thicker). I don't use Cura but suspect whatever you've set the nozzle
diameter to is a limit - you can't print thinner than that

On Sat, 27 Nov 2021 at 18:21, Terry terrypingm@gmail.com wrote:

Found that and enabled it but still the same:
https://www.dropbox.com/s/w50tsac918mg8ok/Hollow-CuraSliced2.jpg?raw=1

Any other settings you see there that might be the culprit?

====================

On Sat, 27 Nov 2021 16:18:01 +0000, you wrote:

In cura, turn on 'print thin walls - under 'walls' group. For fine
detail, reduce layer height and extrusion width in general.

On 27/11/2021 15:29, Terry Pinnell wrote:

Thanks for all the help so far, much appreciated and will keep my busy
for some time.

Meanwhile, where am I going wrong with this first very simple (!) test
please. I just wanted to print a small rectangle containing two pieces
of text to:

  1. Give me a feel for font size
  2. Let me try filling some taped hollow text
  3. See what 1 mm high embossed text looks & feels like, prior to
    trying that with white PLA..

But Cura shows that it will at best fail to print the latter, and I
can't spot why?


difference()
{
MissingText.jpg
translate([0, 8, 0])
cube([30, 7, 3]);
translate([2, 10, -0.5])
color("navy")
linear_extrude(5)
text("Hollow #3 ", 3);
}

translate([22, 10, 1])
color("lime")
linear_extrude(3)
text("#4", 4);

On Fri, 26 Nov 2021 at 18:06, Terry terrypingm@gmail.com wrote:

 This is largely a '3D printing' post, but hope I'm not too far OT.

 I've not yet made a print including text with my Ender 3 V2. But
 I'll soon need
 to do so and would appreciate some advice on a few practical
 points from more
 experienced users please.

 The 10 text labels will be on the top surface of a rectangular box
 lid, which
 has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if
 necessary. The labels
 (like On/Off, Up, Down, etc) will be near holes made for various
 buttons and
 switches. Each label will therefore be fairly small. I want them
 to appear flush
 with the surface, white on my black PLA filament.

 One option might be to fill with something like 'Hard As Nails'
 glue/filler,
 wiping the surface clean before leaving the filler to set.

 But ideally I'd like to do it by stopping the printer just once,
 changing to
 white filament, and resuming (something else I've not yet tried).
 If I go that
 route, what changes do I have to make in OpenSCAD and/or Cura, so
 that the stop
 occurs at exactly the right place?

 Would another idea be to make each label say 1 or 2 mm high and
 push them into
 place? On reflection I suppose they could be printed as one object
 joined by a
 thin, easily removed line?

 All suggestions/tips/advice will be much appreciated.

 Terry

--
LargePrefPlaceholder-XKUz1MEJBwkOM


OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Using a 0.4mm nozzle and enabling "Print Thin Walls", Cura showed me the text. But, wow, it is tiny. For this level of detail, you may need to use a smaller nozzle, or switch to a SLA resin printer. On Sat, Nov 27, 2021 at 11:34 AM Michael Möller <private2michael@gmail.com> wrote: > You might see what happens if you make the letters "thicker" (ie. the > walls thicker). I don't use Cura but suspect whatever you've set the nozzle > diameter to is a limit - you can't print thinner than that > > On Sat, 27 Nov 2021 at 18:21, Terry <terrypingm@gmail.com> wrote: > >> Found that and enabled it but still the same: >> https://www.dropbox.com/s/w50tsac918mg8ok/Hollow-CuraSliced2.jpg?raw=1 >> >> Any other settings you see there that might be the culprit? >> >> ==================== >> >> >> >> On Sat, 27 Nov 2021 16:18:01 +0000, you wrote: >> >> >In cura, turn on 'print thin walls - under 'walls' group. For fine >> >detail, reduce layer height and extrusion width in general. >> > >> >On 27/11/2021 15:29, Terry Pinnell wrote: >> >> Thanks for all the help so far, much appreciated and will keep my busy >> >> for some time. >> >> >> >> Meanwhile, where am I going wrong with this first very simple (!) test >> >> please. I just wanted to print a small rectangle containing two pieces >> >> of text to: >> >> 1. Give me a feel for font size >> >> 2. Let me try filling some taped hollow text >> >> 3. See what 1 mm high embossed text looks & feels like, prior to >> >> trying that with white PLA.. >> >> >> >> But Cura shows that it will at best fail to print the latter, and I >> >> can't spot why? >> >> >> >> -------------------- >> >> difference() >> >> { >> >> MissingText.jpg >> >> translate([0, 8, 0]) >> >> cube([30, 7, 3]); >> >> translate([2, 10, -0.5]) >> >> color("navy") >> >> linear_extrude(5) >> >> text("Hollow #3 ", 3); >> >> } >> >> >> >> translate([22, 10, 1]) >> >> color("lime") >> >> linear_extrude(3) >> >> text("#4", 4); >> >> -------------------- >> >> >> >> >> >> On Fri, 26 Nov 2021 at 18:06, Terry <terrypingm@gmail.com> wrote: >> >> >> >> This is largely a '3D printing' post, but hope I'm not too far OT. >> >> >> >> I've not yet made a print including text with my Ender 3 V2. But >> >> I'll soon need >> >> to do so and would appreciate some advice on a few practical >> >> points from more >> >> experienced users please. >> >> >> >> The 10 text labels will be on the top surface of a rectangular box >> >> lid, which >> >> has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if >> >> necessary. The labels >> >> (like On/Off, Up, Down, etc) will be near holes made for various >> >> buttons and >> >> switches. Each label will therefore be fairly small. I want them >> >> to appear flush >> >> with the surface, white on my black PLA filament. >> >> >> >> One option might be to fill with something like 'Hard As Nails' >> >> glue/filler, >> >> wiping the surface clean before leaving the filler to set. >> >> >> >> But ideally I'd like to do it by stopping the printer just once, >> >> changing to >> >> white filament, and resuming (something else I've not yet tried). >> >> If I go that >> >> route, what changes do I have to make in OpenSCAD and/or Cura, so >> >> that the stop >> >> occurs at exactly the right place? >> >> >> >> Would another idea be to make each label say 1 or 2 mm high and >> >> push them into >> >> place? On reflection I suppose they could be printed as one object >> >> joined by a >> >> thin, easily removed line? >> >> >> >> All suggestions/tips/advice will be much appreciated. >> >> >> >> Terry >> >> >> >> >> >> >> >> -- >> >> LargePrefPlaceholder-XKUz1MEJBwkOM >> >> >> >> _______________________________________________ >> >> OpenSCAD mailing list >> >> To unsubscribe send an email todiscuss-leave@lists.openscad.org >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org >> > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
T
Terry
Sat, Nov 27, 2021 6:18 PM

On Sat, 27 Nov 2021 10:09:01 -0600, you wrote:

PrusaSlicer is happy with it.

Thanks for testing. That motivated me to install PrusaSlicer and load the STL.
Attached or here:
https://www.dropbox.com/s/7v84l70rbextg5p/Hollow3and4.stl?raw=1

But when slices and previewed I still don't see the text '#4' on the right hand
side. It looks almost the same as in Cura. And same after trying the 'Repair'
option. Screenshot attached, or here:
https://www.dropbox.com/s/xoywpxf9o7g3xpt/Prusa-2.jpg?raw=1

So, you do see all the text? Is it possible to export PrusaSlicer settings? If
so it would be very helpful if you could send me yours please.


I'm rarely able to see my own posts. Could I get confirmation that my
attachments are OK please? Both the one attached and the link?

Terry

On Sat, 27 Nov 2021 10:09:01 -0600, you wrote: >PrusaSlicer is happy with it. Thanks for testing. That motivated me to install PrusaSlicer and load the STL. Attached or here: https://www.dropbox.com/s/7v84l70rbextg5p/Hollow3and4.stl?raw=1 But when slices and previewed I still don't see the text '#4' on the right hand side. It looks almost the same as in Cura. And same after trying the 'Repair' option. Screenshot attached, or here: https://www.dropbox.com/s/xoywpxf9o7g3xpt/Prusa-2.jpg?raw=1 So, you *do* see all the text? Is it possible to export PrusaSlicer settings? If so it would be very helpful if you could send me yours please. -------------------- I'm rarely able to see my own posts. Could I get confirmation that my attachments are OK please? Both the one attached and the link? Terry
RW
Raymond West
Sat, Nov 27, 2021 6:24 PM

turn on the colour scheme, look at the thing sideways, adjust the slider
on rhs to see each layer, you'll see that it is OK. zoom in more, you
can see the filament strands.

On 27/11/2021 17:21, Terry wrote:

Found that and enabled it but still the same:
https://www.dropbox.com/s/w50tsac918mg8ok/Hollow-CuraSliced2.jpg?raw=1

Any other settings you see there that might be the culprit?

====================

On Sat, 27 Nov 2021 16:18:01 +0000, you wrote:

In cura, turn on 'print thin walls - under 'walls' group. For fine
detail, reduce layer height and extrusion width in general.

On 27/11/2021 15:29, Terry Pinnell wrote:

Thanks for all the help so far, much appreciated and will keep my busy
for some time.

Meanwhile, where am I going wrong with this first very simple (!) test
please. I just wanted to print a small rectangle containing two pieces
of text to:

  1. Give me a feel for font size
  2. Let me try filling some taped hollow text
  3. See what 1 mm high embossed text looks & feels like, prior to
    trying that with white PLA..

But Cura shows that it will at best fail to print the latter, and I
can't spot why?


difference()
{
MissingText.jpg
translate([0, 8, 0])
cube([30, 7, 3]);
translate([2, 10, -0.5])
color("navy")
linear_extrude(5)
text("Hollow #3 ", 3);
}

translate([22, 10, 1])
color("lime")
linear_extrude(3)
text("#4", 4);

On Fri, 26 Nov 2021 at 18:06, Terry terrypingm@gmail.com wrote:

 This is largely a '3D printing' post, but hope I'm not too far OT.

 I've not yet made a print including text with my Ender 3 V2. But
 I'll soon need
 to do so and would appreciate some advice on a few practical
 points from more
 experienced users please.

 The 10 text labels will be on the top surface of a rectangular box
 lid, which
 has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if
 necessary. The labels
 (like On/Off, Up, Down, etc) will be near holes made for various
 buttons and
 switches. Each label will therefore be fairly small. I want them
 to appear flush
 with the surface, white on my black PLA filament.

 One option might be to fill with something like 'Hard As Nails'
 glue/filler,
 wiping the surface clean before leaving the filler to set.

 But ideally I'd like to do it by stopping the printer just once,
 changing to
 white filament, and resuming (something else I've not yet tried).
 If I go that
 route, what changes do I have to make in OpenSCAD and/or Cura, so
 that the stop
 occurs at exactly the right place?

 Would another idea be to make each label say 1 or 2 mm high and
 push them into
 place? On reflection I suppose they could be printed as one object
 joined by a
 thin, easily removed line?

 All suggestions/tips/advice will be much appreciated.

 Terry

--
LargePrefPlaceholder-XKUz1MEJBwkOM


OpenSCAD mailing list
To unsubscribe send an email todiscuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

turn on the colour scheme, look at the thing sideways, adjust the slider on rhs to see each layer, you'll see that it is OK. zoom in more, you can see the filament strands. On 27/11/2021 17:21, Terry wrote: > Found that and enabled it but still the same: > https://www.dropbox.com/s/w50tsac918mg8ok/Hollow-CuraSliced2.jpg?raw=1 > > Any other settings you see there that might be the culprit? > > ==================== > > > > On Sat, 27 Nov 2021 16:18:01 +0000, you wrote: > >> In cura, turn on 'print thin walls - under 'walls' group. For fine >> detail, reduce layer height and extrusion width in general. >> >> On 27/11/2021 15:29, Terry Pinnell wrote: >>> Thanks for all the help so far, much appreciated and will keep my busy >>> for some time. >>> >>> Meanwhile, where am I going wrong with this first very simple (!) test >>> please. I just wanted to print a small rectangle containing two pieces >>> of text to: >>> 1. Give me a feel for font size >>> 2. Let me try filling some taped hollow text >>> 3. See what 1 mm high embossed text looks & feels like, prior to >>> trying that with white PLA.. >>> >>> But Cura shows that it will at best fail to print the latter, and I >>> can't spot why? >>> >>> -------------------- >>> difference() >>> { >>> MissingText.jpg >>> translate([0, 8, 0]) >>> cube([30, 7, 3]); >>> translate([2, 10, -0.5]) >>> color("navy") >>> linear_extrude(5) >>> text("Hollow #3 ", 3); >>> } >>> >>> translate([22, 10, 1]) >>> color("lime") >>> linear_extrude(3) >>> text("#4", 4); >>> -------------------- >>> >>> >>> On Fri, 26 Nov 2021 at 18:06, Terry <terrypingm@gmail.com> wrote: >>> >>> This is largely a '3D printing' post, but hope I'm not too far OT. >>> >>> I've not yet made a print including text with my Ender 3 V2. But >>> I'll soon need >>> to do so and would appreciate some advice on a few practical >>> points from more >>> experienced users please. >>> >>> The 10 text labels will be on the top surface of a rectangular box >>> lid, which >>> has dimensions of 175 x 95 x 3 mm. Maybe a bit thicker if >>> necessary. The labels >>> (like On/Off, Up, Down, etc) will be near holes made for various >>> buttons and >>> switches. Each label will therefore be fairly small. I want them >>> to appear flush >>> with the surface, white on my black PLA filament. >>> >>> One option might be to fill with something like 'Hard As Nails' >>> glue/filler, >>> wiping the surface clean before leaving the filler to set. >>> >>> But ideally I'd like to do it by stopping the printer just once, >>> changing to >>> white filament, and resuming (something else I've not yet tried). >>> If I go that >>> route, what changes do I have to make in OpenSCAD and/or Cura, so >>> that the stop >>> occurs at exactly the right place? >>> >>> Would another idea be to make each label say 1 or 2 mm high and >>> push them into >>> place? On reflection I suppose they could be printed as one object >>> joined by a >>> thin, easily removed line? >>> >>> All suggestions/tips/advice will be much appreciated. >>> >>> Terry >>> >>> >>> >>> -- >>> LargePrefPlaceholder-XKUz1MEJBwkOM >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> To unsubscribe send an email todiscuss-leave@lists.openscad.org > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org
DP
David Phillip Oster
Sat, Nov 27, 2021 6:24 PM

Yes, we see your attachments. The problem is that the object is tiny. Can
you scale it up in x and y by a factor of 2 or 3?

On Sat, Nov 27, 2021 at 10:19 AM Terry terrypingm@gmail.com wrote:

On Sat, 27 Nov 2021 10:09:01 -0600, you wrote:

PrusaSlicer is happy with it.

Thanks for testing. That motivated me to install PrusaSlicer and load the
STL.
Attached or here:
https://www.dropbox.com/s/7v84l70rbextg5p/Hollow3and4.stl?raw=1

But when slices and previewed I still don't see the text '#4' on the right
hand
side. It looks almost the same as in Cura. And same after trying the
'Repair'
option. Screenshot attached, or here:
https://www.dropbox.com/s/xoywpxf9o7g3xpt/Prusa-2.jpg?raw=1

So, you do see all the text? Is it possible to export PrusaSlicer
settings? If
so it would be very helpful if you could send me yours please.


I'm rarely able to see my own posts. Could I get confirmation that my
attachments are OK please? Both the one attached and the link?

Terry


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Yes, we see your attachments. The problem is that the object is tiny. Can you scale it up in x and y by a factor of 2 or 3? On Sat, Nov 27, 2021 at 10:19 AM Terry <terrypingm@gmail.com> wrote: > On Sat, 27 Nov 2021 10:09:01 -0600, you wrote: > > >PrusaSlicer is happy with it. > > Thanks for testing. That motivated me to install PrusaSlicer and load the > STL. > Attached or here: > https://www.dropbox.com/s/7v84l70rbextg5p/Hollow3and4.stl?raw=1 > > But when slices and previewed I still don't see the text '#4' on the right > hand > side. It looks almost the same as in Cura. And same after trying the > 'Repair' > option. Screenshot attached, or here: > https://www.dropbox.com/s/xoywpxf9o7g3xpt/Prusa-2.jpg?raw=1 > > So, you *do* see all the text? Is it possible to export PrusaSlicer > settings? If > so it would be very helpful if you could send me yours please. > > -------------------- > > I'm rarely able to see my own posts. Could I get confirmation that my > attachments are OK please? Both the one attached and the link? > > Terry > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
T
Terry
Sat, Nov 27, 2021 6:41 PM

Thanks for checking, that's reassuring.

Scale up the model? I want to print it at the small size I anticipate needing to
fit the 10 labels into the panel described in my initial post,

On Sat, 27 Nov 2021 10:24:52 -0800, you wrote:

Yes, we see your attachments. The problem is that the object is tiny. Can
you scale it up in x and y by a factor of 2 or 3?

On Sat, Nov 27, 2021 at 10:19 AM Terry terrypingm@gmail.com wrote:

On Sat, 27 Nov 2021 10:09:01 -0600, you wrote:

PrusaSlicer is happy with it.

Thanks for testing. That motivated me to install PrusaSlicer and load the
STL.
Attached or here:
https://www.dropbox.com/s/7v84l70rbextg5p/Hollow3and4.stl?raw=1

But when slices and previewed I still don't see the text '#4' on the right
hand
side. It looks almost the same as in Cura. And same after trying the
'Repair'
option. Screenshot attached, or here:
https://www.dropbox.com/s/xoywpxf9o7g3xpt/Prusa-2.jpg?raw=1

So, you do see all the text? Is it possible to export PrusaSlicer
settings? If
so it would be very helpful if you could send me yours please.


I'm rarely able to see my own posts. Could I get confirmation that my
attachments are OK please? Both the one attached and the link?

Terry


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Thanks for checking, that's reassuring. Scale up the model? I want to print it at the small size I anticipate needing to fit the 10 labels into the panel described in my initial post, On Sat, 27 Nov 2021 10:24:52 -0800, you wrote: >Yes, we see your attachments. The problem is that the object is tiny. Can >you scale it up in x and y by a factor of 2 or 3? > >On Sat, Nov 27, 2021 at 10:19 AM Terry <terrypingm@gmail.com> wrote: > >> On Sat, 27 Nov 2021 10:09:01 -0600, you wrote: >> >> >PrusaSlicer is happy with it. >> >> Thanks for testing. That motivated me to install PrusaSlicer and load the >> STL. >> Attached or here: >> https://www.dropbox.com/s/7v84l70rbextg5p/Hollow3and4.stl?raw=1 >> >> But when slices and previewed I still don't see the text '#4' on the right >> hand >> side. It looks almost the same as in Cura. And same after trying the >> 'Repair' >> option. Screenshot attached, or here: >> https://www.dropbox.com/s/xoywpxf9o7g3xpt/Prusa-2.jpg?raw=1 >> >> So, you *do* see all the text? Is it possible to export PrusaSlicer >> settings? If >> so it would be very helpful if you could send me yours please. >> >> -------------------- >> >> I'm rarely able to see my own posts. Could I get confirmation that my >> attachments are OK please? Both the one attached and the link? >> >> Terry >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org >>
MM
Michael Möller
Sat, Nov 27, 2021 6:47 PM

The wall thickness of the letters is 0.3mm according to the
measurement with "3D tool Free Viewer".  On my Slic3r - I get strange
results until I set the nozzle diameter to a little under 0.2 - then it is
rendered perfectly in the preview.  But that means the printer needs that,
too. And printing the thick parts takes forever.

Just because you have a 3D printer that claims "0.05 mm accuracy" - or
whatever - does not mean you can print shapes at that level. I can vary a
shapes with down to 0.1-ish tolerance, as long as they are a few mm thick,
but I cant draw a 0.1 line. BTW, my experience with hollow letters is that
they "fill up" unless there is ample room. It isn't your model.

Keep trying, tuning and tweaking ... :-)

On Sat, 27 Nov 2021 at 19:19, Terry terrypingm@gmail.com wrote:

On Sat, 27 Nov 2021 10:09:01 -0600, you wrote:

PrusaSlicer is happy with it.

Thanks for testing. That motivated me to install PrusaSlicer and load the
STL.
Attached or here:
https://www.dropbox.com/s/7v84l70rbextg5p/Hollow3and4.stl?raw=1

But when slices and previewed I still don't see the text '#4' on the right
hand
side. It looks almost the same as in Cura. And same after trying the
'Repair'
option. Screenshot attached, or here:
https://www.dropbox.com/s/xoywpxf9o7g3xpt/Prusa-2.jpg?raw=1

So, you do see all the text? Is it possible to export PrusaSlicer
settings? If
so it would be very helpful if you could send me yours please.


I'm rarely able to see my own posts. Could I get confirmation that my
attachments are OK please? Both the one attached and the link?

Terry


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

The wall thickness of the letters is 0.3mm according to the measurement with "3D tool Free Viewer". On my Slic3r - I get strange results until I set the nozzle diameter to a little under 0.2 - then it is rendered perfectly in the preview. But that means the printer needs that, too. And printing the thick parts takes forever. Just because you have a 3D printer that claims "0.05 mm accuracy" - or whatever - does not mean you can print shapes at that level. I can vary a shapes with down to 0.1-ish tolerance, as long as they are a few mm thick, but I cant draw a 0.1 line. BTW, my experience with hollow letters is that they "fill up" unless there is ample room. It isn't your model. Keep trying, tuning and tweaking ... :-) On Sat, 27 Nov 2021 at 19:19, Terry <terrypingm@gmail.com> wrote: > On Sat, 27 Nov 2021 10:09:01 -0600, you wrote: > > >PrusaSlicer is happy with it. > > Thanks for testing. That motivated me to install PrusaSlicer and load the > STL. > Attached or here: > https://www.dropbox.com/s/7v84l70rbextg5p/Hollow3and4.stl?raw=1 > > But when slices and previewed I still don't see the text '#4' on the right > hand > side. It looks almost the same as in Cura. And same after trying the > 'Repair' > option. Screenshot attached, or here: > https://www.dropbox.com/s/xoywpxf9o7g3xpt/Prusa-2.jpg?raw=1 > > So, you *do* see all the text? Is it possible to export PrusaSlicer > settings? If > so it would be very helpful if you could send me yours please. > > -------------------- > > I'm rarely able to see my own posts. Could I get confirmation that my > attachments are OK please? Both the one attached and the link? > > Terry > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >