Garremmash
About
- Username
- Garremmash
- Joined
- Visits
- 14
- Last Active
- Roles
- Member
Comments
-
if there anyway to invert state of pin? I want to install optical endstop as filament detector, but there is no way to invert signal, and when filament goes through sensor it written that it is filament out
-
Same problem, even not connecting to arduino due, but works on Marlin4Due
-
1) As I said it needs xy homed so home z will enforce that.2) ??? YOu mean original problem? Checked eeprom values on variables I said? 1) I think it's abnormal, because G28 Z must make just in one axis, Z axis, it's not a security, it's a problem …
-
The error message is clear I think. If z min is z probe position in xy is important so you need to home xy first so you need xyz homing order, thats all. Older versions did not have that security check and did it wrong anyway. yes, i i fixed it, but…
-
1)changing to dev not helped, same problem2)In dev not workingHOMING_ORDERZ,X, then Ywhen compiling - such bug Printer.cpp:1715:3: error: #error Illegal homing order for z probe based homing! #error Illegal homing order for z probe based homing! …
-
What version are you using? Where does your endstop trigger? Exactly at z = 0 or above bed? I guess it is also z probe so you need latest dev version and need to disable always check endstops. After probing it corrects ENDSTOP_Z_BACK_ON_HOME + z pro…
-
there is some problem withEndstop distance after homingENDSTOP_(X|Y|Z)_BACK_ON_HOMEin Z axis
-
I captured where is a problemhttps://dl.dropboxusercontent.com/u/9343746/VID_20160608_214103.mp4
-
Yes, you said go up 0.5mm here. If you don't want to don't say it:-) It's going DOWN and pushing a heatbed, and it's really near to 50 mm
-
#define ENDSTOP_Z_BACK_ON_HOME 0.5 change it or what?