Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dibond crashes at Z_max + X_min #61

Open
PaulCornelissen opened this issue Sep 27, 2015 · 2 comments
Open

Dibond crashes at Z_max + X_min #61

PaulCornelissen opened this issue Sep 27, 2015 · 2 comments

Comments

@PaulCornelissen
Copy link

The Dibond version crashes the extruder motor into the into the top z-bar clamp.

This has happened to me a couple of times now. When homing the z-axis while at X-min the extruder motor hits the top z-bar clamp. This prevents the limit-switch from being hit so the motors won't stop running. This causes the z-bar clamp to move out of place and messes up the calibration of the z-length. Steps will also be missed and this causes you to lose the levelling calibration. Also if you're not quick to turn the power of the other z-bar clamp will also be hit. I've replaced them both by now.

Here's a photo of this in practice:
2015-09-27 04 55 43

I don't know if this is a known issue all ready, but I've opened up an issue here because today I found out this bug is also in the models:
screenshot 2015-09-27 05 07 45

Set these three lines almost at the top of main.scad:

X = 1 * X_travel / 2; // - limit_switch_offset;
Y = 0 * Y_travel / 2; // - limit_switch_offset;
Z = 1 * Z_travel;
@nophead
Copy link
Owner

nophead commented Sep 27, 2015

It is a known issue (with no simple fix) but at X_MAX, not X_MIN. You should always home X before Z and then it never happens.

@nophead
Copy link
Owner

nophead commented Sep 27, 2015

Actually the start.gcode script provided homes Z first but the end.gcode leaves the extruder at the right, so the next start never crashes. The only way it could crash is with manual actions or if it happened to be printing on the left extreme and was interrupted. Basically it never happens in normal use, which is why I didn't fix it. Hundreds of kits were built before anybody noticed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants