Applerust
About
- Username
- Applerust
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
Several individuals are suggesting I use "G92 Z2.0" to fix this issue but I want a solution that is based in the firmware. Why wouldn't changing the value of Z_PROBE_HEIGHThave any actual impact? What would prevent this from working properly?
-
In the firmware I changed #define Z_PROBE_HEIGHT 22 To #define Z_PROBE_HEIGHT 18 With no change in first layer print height. Then I did this: #define Z_PROBE_HEIGHT 1 and again there was no change in the first layer print height. Absolutely no phys…
-
My friend set this up almost entirely by himself. So, which of these do I alter? Maybe: #define Z_PROBE_Z_OFFSET 0 So, "#define Z_PROBE_Z_OFFSET -2.0" ??
-
Homing has no servo support. It uses a z min switch not a z probe (also there are exceptions). Also with z probing you should home to z max. A rotated bed hot not one z min position. z=0 depends on x and y position. Others have told me that it ha…
-
Ok, Thanks! I'll give that a try in a few minutes. What about homing with the servo on the bed? Is there something I can do to make that work?
-
Hello everyone, I'm new to Repetier. I just setup the new firmware on my printer a few days ago. I'm also having a problem with z homing and probing. I am switching over from Marlin because I was told Repetier has native 4 nozzle support and superi…