Jump to content

opening STL from openscad strange scaling


robwal

Recommended Posts

Posted · opening STL from openscad strange scaling

Hi There!

I'm a bit new to 3d printing, but already love it! Printing downloaded stuf is going smooth but I want to design my own ;-)

 

I have made an simple object in openscad wich I export as stl file and then open in Cura (lates 3.4.1).

The problem is that cura scales the object extremely and I can't figure out why.

 

In openscad I use the following code:

 

            cylinder(0.1, 0.1, 0.1);

 

When I make a cube all goes well.

 

Any help is welcome an thanx in advance!

Rob

Screen Shot 2018-08-02 at 16.21.31.png

  • Link to post
    Share on other sites

    Posted · opening STL from openscad strange scaling

    Hi Rob and welcome to the forums.

     

    The reason Cura scales the cube is because of its tiny proportions. You have set the cube to be a tenth of a milimeter big. Check out these Cura settings (and you might want to create a bigger cube ? )

    Screen Shot 2018-08-02 at 16.38.36.png

    • Like 1
    Link to post
    Share on other sites

    Posted (edited) · opening STL from openscad strange scaling

    Hi Nicolinux!

     

    Changed it!

    I'm having similar (??) problem with the STL generated from following openscad and then opening in Cura.

     

    difference(){
    cylinder(h=30, r1=60, r2=54);
        cylinder(h=30, r1=7, r2=7);
    }

    I'm trying to print a cap for the filament side gap.

    It is a 3cm high cap for both ends, it has a 7mm hole in it.But it turs out real big...

     

    I hope you can guide me towards the solution!

    Kind regards,

    Rob

    Screen Shot 2018-08-02 at 16.43.39.png

    Edited by robwal
  • Link to post
    Share on other sites

    Posted · opening STL from openscad strange scaling

    Hi,

     

    this looks about right. You speficied "cylinder(h=30, r1=60, r2=56)". "r" stands for radius, so it has a diameter (r*2) of 120mm. Cura does not perform any automatic scalling now and you can see that the object is 30mm tall.

    Take a look at the OpenSCAD documentation for cylinder:

    https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/The_OpenSCAD_Language#cylinder

     

    One more hint - play with "$fn" which specifies the smoothness of the object (facet number). This way you'll get smoother curved surfaces.

  • Link to post
    Share on other sites

    Posted · opening STL from openscad strange scaling

    Don't go much smoother than this - maybe 4X smoother.  If you go too smooth there are too many points and the printer does very poorly when there are more than 5 points per mm as it is moving.  It can only look ahead 16 points and if that is less than a few mm it slows down just in case it needs to stop on the 17th point.  Slowing down causes overextrusion and ugliness.

     

    I love openScad by the way.

  • Link to post
    Share on other sites

    Posted · opening STL from openscad strange scaling

    Thanks for the tip GR5! I might nock (twice) on your door for advice one of these days ?  

     

    Rob

  • 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.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
        • 0 replies
    ×
    ×
    • Create New...