aalexa5588
About
- Username
- aalexa5588
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Update: I gave up on Repetier Firmware and tried the SkyNet3d version of Marlin.... and it's working. Zmin and Z probe trigger together, and auto level is working. Going in for a test print now but i have my config in skynet3d set to pretty much the…
-
And now i'm getting compiling errors? Arduino: 1.8.1 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)" HAL.cpp:784: error: operator '' has no left operand #if COOLER_PWM_SPEED > 4 ^ HAL.cpp:79…
-
MartinH said: > 4:51:46 PM: N77 M119 *58 < 4:51:46 PM: endstops hit: x_min:L y_min:L z_min:L Z-probe state:H > 4:52:58 PM: N145 M119 *10 < 4:52:58 PM: endstops hit: x_min:L y_min:L z_min:L Z-probe state:L First M119 was with th…
-
Repetier said: Does not make much sense. If it reacts on the z probe trigger it should also show so with M119 especially if z probe shows the signal as well. Your homing procedure sounds like it is triggered directly when trying to go down, w…
-
Repetier said: Ok, but it should do. You should have set z min endstop to hardware with z min pin (assuming you used that pin for z probe). If that does not change in sync homing will never work correctly. I do have z min endstop set to …
-
No Zmin still never changes it's always L. It has never showed a H at all on any setting. The probe works and it acts like a zmin endstop but m119 doesn't show it changing.
-
OK so i'm getting somewhere.... i turned #define ENDSTOP_Z_MIN_INVERTING to FALSE and Z_PROBE_ON_HIGH to FALSE and the auto level would run it's 3 points. Thanks for all the help i'm starting to feel like i'm really close! Update: So i found how to…
-
Repetier said: I copied them from your config to show you which are relevant. I think you need to change either Z_PROBE_ON_HIGH or ENDSTOP_Z_MAX_INVERTING Change them in regards to what? Z min endstop not triggering with z probe? Or why …
-
Repetier said: #define ENDSTOP_PULLUP_Z_MIN true #define ENDSTOP_Z_MIN_INVERTING true #define MIN_HARDWARE_ENDSTOP_Z true #define Z_PROBE_PIN ORIG_Z_MIN_PIN #define Z_PROBE_PULLUP 1 #define Z_PROBE_ON_HIGH 1 are the 2 blocks that must mat…
-
aalexa5588 said: Also Z won't go in the negative direction at all. every reboot it would climb +z and not want to go down at all. Even manually it thinks Z0 is where ever it boots up in... Update: adding in a Zmax button, the printer will s…
-
Also Z won't go in the negative direction at all. every reboot it would climb +z and not want to go down at all. Even manually it thinks Z0 is where ever it boots up in... Update: adding in a Zmax button, the printer will still try to continue upwa…
-
It doesn't seem like both the probe and z endstop are working together. The z probe is: > 4:51:46 PM: N77 M119 *58 < 4:51:46 PM: endstops hit: x_min:L y_min:L z_min:L Z-probe state:H > 4:52:58 PM: N145 M119 *10 < 4:52:58 PM: endstops h…
-
Repetier said: If your z home position is min you need to configure z min endstop the same as z probe. Reason for choosing the temperature homing is that in that case you can define z homing position. Since you use z probe homing on 0,0 is no…
-
Repetier said: You need to have ALWAYS_CHECK_ENDSTOPS 0 since z min is also z probe and it triggers before you hit bed. You need to configure to go up a bit at startup so it is untriggered when you start homing. This also means to never go f…
-
Repetier said: Dev version should help. I always advice a z-max endstop, but as discussed in this forum several times it is possible to use z-probe as z-min endstop as well. Both ways have advantages and disadvantages and it is more personal …
-
Repetier said: It is same as for all z probes. IR is nothing special to handle. You should use dev version which fixes many issues around autoleveling and also has a menu entry in "Setup" menu. If you have a fixed bed you normally only need t…