Jump to content

Models Imported in to Cura a Fraction of their True Size


Danbell

Recommended Posts

Posted · Models Imported in to Cura a Fraction of their True Size

I'm using 2017 Inventor to create models (20-30mm scale) and when I export as STI files and place in to the Cura environment, they're tiny, 1-2 mm.

Never had this problem with 2016?

I have been scaling the models up but I really need to fix this problem.

Any suggestions?

  • Link to post
    Share on other sites

    Posted · Models Imported in to Cura a Fraction of their True Size

    Almost surely inventor is exporting in *inches*. Cura expects STL files to be in mm. The STL format doesn't specify units unfortunately.

    Try scaling up by 25.4 exactly. Or when you export as STL check to see if there is a checkbox where you can specify the units to be in mm.

  • Link to post
    Share on other sites

    Posted · Models Imported in to Cura a Fraction of their True Size

    Wow. The simplest github project I've ever seen. Here is pretty much the whole plugin:

     

    class BarbarianPlugin(Extension):   def __init__(self):       super().__init__()       self.addMenuItem(i18n_catalog.i18n("Convert to metric"), self.convertToMetric)   ##  Scales all selected objects by 25.4 (inch to mm)   def convertToMetric(self):       selected_nodes = Selection.getAllSelectedObjects()       for node in selected_nodes:           node.scale(Vector(25.4, 25.4, 25.4))

     

    According to comments it works with Cura 15.X and 2.X!

    And what cura folder does this go into?

    • Like 1
    Link to post
    Share on other sites

    Posted · Models Imported in to Cura a Fraction of their True Size

    Your configuration folder (Help -> Show Configuration folder) should already have a folder named "plugins".

  • Link to post
    Share on other sites

    Posted · Models Imported in to Cura a Fraction of their True Size

    I know this is a little late for a reply, but it ranks high in SEO and people might click looking for answers (like I did)

    If you are using inventor. there is no need for any form of plug ins.

     

    open your .ipt file that is set in inches.

    go to TOOLS -> Document settings

    under the units tab set "length" to mm (at this point all inches in inventor will be converted to mm)

     

    To export

    File -> Export -> CAD Format

    Set save type to .stl, then click options, make sure the units read millimeters

    Export .stl and you're good to go.

     

    if you tend to be on the paranoid side.

    Cura will give the overall Length width and height if a part, you can open up a drawing and measure your .ipt in mm to double check the sizing is correct in Cura.

     

  • 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.
          • Like
        • 0 replies
    ×
    ×
    • Create New...