Jump to content

my 3D printer is 350x350x400 . my model is 330x330x24 and it prints it half the size


pierjean

Recommended Posts

Posted · my 3D printer is 350x350x400 . my model is 330x330x24 and it prints it half the size

Using Ultimaker Cura 4.10.0 with a Ender5  plus printer. the bed / working area  is 350x350x400 I am trying to print a square frame 330x330x24. everything seems correct the size is reported the bottom left but when printing it is making a frame 1/4 of the model size  165x165..

 I looked everywhere, there is a lot of advice how to scale but I do no want to scale. my scaling functions show the correct size.

I am totally puzzled. any help will be appreciated!
Pierjean

  • Link to post
    Share on other sites

    Posted (edited) · my 3D printer is 350x350x400 . my model is 330x330x24 and it prints it half the size

    If the model is 330 x 330 on the build plate in Cura then that is the size it will slice.  To my knowledge there is no further scaling of a model within Cura to generate the gcode.  Do you happen to be using Octoprint?  Do you have a post-processing plugin active?

     

    If you open the gcode file with a text editor, at the beginning of the file Cura inserts comments on the model size plus the room taken up by a skirt/brim/raft.  If you subtract MinX from MaxX and MinY from MaxY you will get the amount of floor space that the model takes up.

    This is from a 25 x 25 cube sliced with no skirt or brim:

    ;MINX:102.7
    ;MINY:102.7
    ;MINZ:0.2
    ;MAXX:127.3
    ;MAXY:127.3
    ;MAXZ:25

    Because there is no skirt or brim:  MaxX - MinX + LineWidth = ModelSize so 127.3 - 102.7 = 24.6 + .4 line width = 25.   If it was sliced with a 10mm brim the math would come out to 45.

     

    Post-processing a Gcode file to mirror it is pretty easy, but scaling a gcode file is not.

    Edited by GregValiant
  • 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...