Offset in X or Y axis

  • How can I set an offset in y or x axis so that I can move the position of my printed object. I have tried doing this with so many options in Repetier, and in Slic3r, and still nothing, please, have you got any ideas?



    First Edit:
    I have added an image of the changes I have done, nothing of this works for me
    Image of RepetierHost and Slic3r


    In Repetier right click and drag moves the object. Is it working for you?

  • There are two things which shouldn't be mixed.




    1. Position of the object relative to its own coordinate system.



    In general object doesn't have specific position stored inside. Which is obvious as structure of the object should store construction of an object but not its position. So position is relation-to-something so to speak and because object itself doesn't contain any information about object environment then there is no position stored.



    But there is one hack. All coordinates stored inside object are in fact a realtion to some starting point. Let's say it's a zero-point or starting point of the coordinate system of the object. This is sometimes anoying because it's usually bottom left corner or center of the object. Unfortunately some applications store this starting point out of the object. This means that object has starting point in some point but this point is outside of the object itself.



    This cause the situation when user loads an object in another application then object is translated in "strange" position.




    1. Position of the object in printing application.



    When user loads an object into printing application then object is usualy set in the center of build plate. This also sounds obvious but if inner coordinate system of the object is translated then object can be repositioned even out of the build plate.



    So what is the solution for such situation.



    There are two options.




    • Manage object coordinate system in the application which create STL file or convert object into STL format or

    • Manage (switch off) option called "center on build plate" or "center on the bed" or "center object" or "auto-center parts" in printing application.



    Then it will be possible (or easier) to position object according to user needs.



    Another issue is STL object which is in fact kinda assembly of separate objects. If you encounter such situation. See here for example



    http://www.thingiverse.com/thing:337423



    These two guys are stored in one STL file so they have common coordinate system and common starting point. All above applies to such assembly.



    Applications allows user to split such assembly into separate objects so each one can be repositioned separately. But be careful - split can disassemble parts of the object itself. In the example the tounge of the trex is 3rd object in the assembly.



    In terms of mentioned aps:




    I don't see that option, I have add an image of my configuration of Repetier host and Slic3r. I have tried something similar of what you say, but is not working for a strange reason

    @Delfin File > Preferences > Auto-center parts

    @Delfin i just realized that your screen comes from Repetier so you should rather go Config > Preferences > Object placement > Auto position object...

    let me check, I am going to accept your answer because you bothered to explain it in detail

License under CC-BY-SA with attribution


Content dated before 7/24/2021 11:53 AM