tpbh

About

Username
tpbh
Joined
Visits
6
Last Active
Roles
Member

Comments

  • Is my calibration calculation correct? It is almost as if after calibrating the z probe and performing a G32 that the probe height is ignored for the height of the bed for the first layer. The z axis is being adjusted during the first layer so I kno…
  • No, what would that do?
  • I just mean that I have set Z Max length in EEPROM and on Repetier Host as a specific value. When I attempt a print with the z probe calibration which fails due to my problems with z probe calibration (see prev post) when the printer homes to zmax, …
  • Also from time to time my printer registers z Max length different from what is set in both EPROM and host. I set 120.8, but occaisionally after attempting a print the printer LCD and EEPROM change all by themselves to for example 123.45????? Why s…
  • Hi, sorry I’m still having issues. I just can’t seem to calibrate my z probe correctly. I have followed your instructions both here and the online z probe calibration instructions. My printer is now doing all movements as it should. I have …
  • here's my config.h  #ifndef CONFIGURATION_H#define CONFIGURATION_H /**************** READ FIRST ************************    This configuration file was created with the configuration tool. For that   reason, it does not contain the same informatio…
  • Ok not quite in action thought I’d cracked it, but not quite. Issues: 1. issue above of once homed planning to move any step in the negative z axis (0.01mm or above) and the hot end automatically lowers to the z Max length but when I send an M…
  • Thank you. Z probing in action!! Just one last question please. I changed my homing as you suggested to z, x, y. When I simply via the host manual control bring the z axis down by even 0.01mm the hot end descends to the bed, it doesn’t crash into it…
  • Great! I now have a ZMAX endstop, and my z probe is triggering with the pin I found. So all working with M119. Is it normal when homing Z axis alone to the Z MAX end stop for it to go up and down 3 times. This takes quite a while! This also happens …
  • Repetier said: In config tool you can simply select which endstop is on which pin. So for z min set not connected and z max set the z min pin and change homing direction and you have z max homing. You need a separate pin for z probe. You can…
  • #ifndef CONFIGURATION_H #define CONFIGURATION_H/**************** READ FIRST ************************   This configuration file was created with the configuration tool. For that    reason, it does not contain the same informations as the original Co…
  • I have removed the mechanical end stop and have the z probe (capacitance) as the z end stop and z probe combined on the z min pin. do you mean completely remove the z end stop from the firmware and just have z probe. would my hot end not just crash …