13

I just received my new Creality Ender 3. I was going through and checking/adjusting everything for alignment, and I noticed that when you "auto home" the print head, the nozzle stops off the front of the print bed by 5-10 mm.

Is that normal?

Is it perhaps by design to allow purging the nozzle without dumping on the bed?

It doesn't appear that there is any way to adjust the Y stop switch without making modifications to it. It also didn't look like there was any easy way to move the bed either.

0scar
  • 32,029
  • 10
  • 59
  • 135
Steve In CO
  • 859
  • 3
  • 8
  • 18
  • Related: https://3dprinting.stackexchange.com/questions/6399/recalibrating-home-position – Trish Aug 10 '18 at 19:54
  • Different than the Ender 3's behavior, the Ender 3V2 homes on the bed. A bit of cold filament sticking out of the nozzle could potentially interfere with the homing accuracy/repeatability. I wish my Ender 3V2 homed off of the bed, but I think I'd need to replace and move the YMAX endstop. – Dave X Sep 24 '22 at 18:04

3 Answers3

5

Yes, this is the "intended" behavior, as the home in relation to the physical limit position is not placed correctly about 7.5 mm into the bed in both X and Y.

to correct this, please look at the Recalibrating Home-position for the Ender3

0scar
  • 32,029
  • 10
  • 59
  • 135
Trish
  • 20,169
  • 10
  • 43
  • 92
  • 1
    Sorry I'm confused: it is "intended" that the nozzle homes off the bed? If so then why should it be "corrected"? From what I've read, every Ender 3 (including mine) homes off the bed, and some people say how to "fix" it while others say it is supposed to be that way (so presumably we should leave it that way...), so just trying to settle this for myself and others: is it intended and therefore we should leave it, or is it an error that we must all correct? – voxoid Oct 15 '18 at 15:38
  • 2
    @voxoid the Firmware says "This is the correct behavior". But if you use the full bed space for a print, you'll see everything will be shifted to the front-left, sometimes OFF the bed. the bad firmware setup **can** be corrected, but it is **not mandatory** for you'd lose for example the power-out protection. Also, thermal runaway protection is not on by default. – Trish Oct 15 '18 at 17:10
5

Many printer's X/Y endstops are not at the origin of the build plate/heated bed. In the firmware, an offset is defined from the build plate origin to the endstop locations. This is normal, nothing to worry about.

When you hook up your printer to your computer over USB, and install a program that can interface with the printer (e.g. PronterFace, OctoPrint, Repetier-Host, etc.) through a so called terminal, you can send the print head to the origin with command G1 X0 Y0 (or you can put that line in a G-code file and print the file, be sure to have homed the printer first with G28). You will then see the head move to the origin, which should normally be the left front corner as the firmware compensated for the endstop offsets. If the print head is not at the origin after these commands, you could recalibrate the endstop offsets.

0scar
  • 32,029
  • 10
  • 59
  • 135
3

It is intentional for the head to start slightly off the build plate.

If it did start on the build plate you could crash the nozzle when the bed is not levelled. Note the level varies with temperature and build plate type. If you switch from PLA to ABS etc you should relevel the bed.

Having just had the innaccurate z-end stop switch cause a deep gouge across my stock build plate, I strongly recommend getting an ABL (auto bed leveller).

Gone Coding
  • 428
  • 1
  • 4
  • 12