Close



Results 1 to 10 of 84

Hybrid View

  1. #1
    Engineer-in-Training
    Join Date
    Jul 2016
    Location
    Pennsylvania, USA
    Posts
    255
    Hi

    The origin is set in the firmware. It can be in any corner of the printer or it can be in the center of the heated bed. The simple way to locate the limit switches on the Pegasus was to put them in a way that gives you a back right or upper right origin. There is nothing wrong with doing this and it does not in any way mess up prints.

    In any coordinate system the origin is 0,0,0 by definition (or 0,0 if it's a two axis system). The convention usually is that +Z is the "up" direction and X and Y are the left/right front/back axis. If you want your bed to be +X and +Y that gives the rest of it. On most printers the Y axis is the front to back one and the X axis is the left to right. There is no absolute reason why you could not do it a couple of other ways (possibly with negative numbers). It's a bit simpler to just stick with the conventional approach and move on.

    Bob

  2. #2
    I believe the firmware we loaded was Marlin1_0_2_Pegasus12.ino. Just manually moving the Z axis just now and it shows a position of 220 while it is actually about half way to the top. So it does appear to be going half distance, both steppers obviously since if they were different they would ind quickly. So what do you think?

    BTW what does the FR 100% on the Marlin screen mean?

    So when we leveled the bed with the 9 point method we used paper as the shim. So you are saying we need to adjust the Z offset in the slicer to do what exactly? Get to exact 0? Or actually move it up to whatever works well for a first layer?

  3. #3
    Engineer-in-Training
    Join Date
    Jul 2014
    Posts
    305
    Quote Originally Posted by augerpro View Post
    I believe the firmware we loaded was Marlin1_0_2_Pegasus12.ino. Just manually moving the Z axis just now and it shows a position of 220 while it is actually about half way to the top. So it does appear to be going half distance, both steppers obviously since if they were different they would ind quickly. So what do you think?

    BTW what does the FR 100% on the Marlin screen mean?

    So when we leveled the bed with the 9 point method we used paper as the shim. So you are saying we need to adjust the Z offset in the slicer to do what exactly? Get to exact 0? Or actually move it up to whatever works well for a first layer?
    Real talk, once you level your bed, you should not be using a Z-Offset. The first layer of the print should be above the bed by a very small amount. For example, I use a feeler gauge with a thickness of 0.1mm. This position will read as 0 on the z-height. It is a little weird as it truly isn't at 0mm.

    This small manual offset must exist when printing, do not print with your nozzle at the print bed. Doing, this creates back pressure and your extruder will begin to skip steps. You need that small amount of space so the filament can flow from the nozzle to the bed.

    The issue with your Z-Axis height is with the DRV8825 driver you see on the very top. That driver turns the motor at 1/32th of a step compared to the A4982 which runs at 1/16th. So your observation that the Z axis is only moving half the distance is 100% spot on.. To change this you can use a different driver, or change the e-steps in your firmware to 8000.

  4. #4
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by augerpro View Post
    BTW what does the FR 100% on the Marlin screen mean?
    You can turn the dial to adjust that number up or down. It is the 'Feed Rate'. You can make the printer go faster or slower by turning the dial.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •