Jump to content

OpenScad cube with Text on-top is sliced badly....


MarioLange1983
Go to solution Solved by Cuq,

Recommended Posts

Posted (edited) · OpenScad cube with Text on-top is sliced badly....

Hi!

 

I have created a test cube with a letter on top in OpenScad. Normally the letter should start exactly after the last top layer of the cube at 5mm. But the letter starts as outlined letter around 4 layers too early (inside the top layers) and creates a nasty surface. 

 

letter_test.thumb.jpg.90aa66d25d1f45bbbdab9e3cb09fe2cf.jpg

 

OpenScad Example #1

cube([25,25,5]);
color("red")translate([4,2,5])linear_extrude(height = 2)
        text("A", font="Arial", size=20);

 

 

 

 

I have also tried to lift the letter 0.2mm (one layer higher), but this results in a bug?! 

 

-> layer18 (next layer after last top layer of the cube, letter is full, BUT nothing happens on this layer)

Bildschirmfoto_2023-03-07_11-57-58.png_800x600.thumb.jpg.7e10452b6c967307e83fa0c23c65c46b.jpg

 

-> layer19 (now the letter starts)

Bildschirmfoto_2023-03-07_11-58-24.png_800x600.thumb.jpg.127e2aa02447f2f7bf795e3d1e88eee2.jpg

 

 

OpenScad Example #2

cube([25,25,5]);
color("red")translate([4,2,5.2])linear_extrude(height = 2)
        text("A", font="Arial", size=20);

 

 

So iam not sure if this is a OpenScad problem, or a Cura Problem. Any suggestions here?

Edited by MarioLange1983
  • Link to post
    Share on other sites

    • Solution
    Posted · OpenScad cube with Text on-top is sliced badly....

    Not a Bug just a normal behaviour for Cura as well for OpenScad.  If you want to get a complete Cube and a complete text your must generate 2 models and merge them into Cura . 

    • Like 1
    • Laugh 1
    Link to post
    Share on other sites

    Posted · OpenScad cube with Text on-top is sliced badly....

    @MarioLange1983 if you scale your model up in the X and Y to about 150 x 150 I think you will get a better idea of what is going on.  Because it's a single model the infill from the lower cube is going up into the "A".  That results in a gap in the skin so the infill can keep going.

    You can try setting the "Skin Expand Distance" to a higher number so it closes the gap where the infill sneaks through.

    • Laugh 1
    Link to post
    Share on other sites

    Posted · OpenScad cube with Text on-top is sliced badly....
    55 minutes ago, GregValiant said:

    @MarioLange1983 if you scale your model up in the X and Y to about 150 x 150 I think you will get a better idea of what is going on.  Because it's a single model the infill from the lower cube is going up into the "A".  That results in a gap in the skin so the infill can keep going.

    You can try setting the "Skin Expand Distance" to a higher number so it closes the gap where the infill sneaks through.

     

    This answer makes things clear. I did not thought about the fact, that the infill also goes into the "A". I will test the "Skin Expand Distance" settings, for now the answer from @Cuq was working for me like i think it should!

  • Link to post
    Share on other sites

    Posted · OpenScad cube with Text on-top is sliced badly....
    2 hours ago, Cuq said:

    Not a Bug just a normal behaviour for Cura as well for OpenScad.  If you want to get a complete Cube and a complete text your must generate 2 models and merge them into Cura . 

    Thank you for this hint! I have created 2 models, put them together and now it prints like it should.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...