Re: Vermutlich Schrittverluste nur in eine Richtung? (Zickzack statt diagonales infill) 26. November 2014 10:31 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.516 |
wieso untauglich?Quote
Traumflug
In letzter Zeit tauchen überall diese Endstops mit vier Drähten auf. Hat da mal wieder jemand eine Lastwagenladung untaugliches Zeug abgeladen? Die RepRapper sind ja auf sowas ganz scharf, so lange es nur billig und von eBay ist. ;-)
Quote
The Mechanical Endstop v1.2 is an original design by MakerBot Industries.
Re: Vermutlich Schrittverluste nur in eine Richtung? (Zickzack statt diagonales infill) 27. November 2014 02:44 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 28 |
Quote
Le-Seaw
mitte ist GND (2 pins)
Links signal
rechts +
das was du suchst ist eher das:
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
oder was soll genau passieren?
Quote
Hermelinn
Hallo Basti,
der Infill hat keinen Platz mehr. Wo soll der Drucker den hindrucken??
Versuch doch mal nur einen Perimeter zu drucken,(0,5mmDüse, Perimeter0,2mm)
Die kleinen Teile mal mit 30mm/sec. drucken.
Dann wird das auch.
Man kann sich das in der Vorschau vom RepetierHost schön ansehen ob man die Perimeter verringern muss.
Liebe Grüße
Helmut
Re: Vermutlich Schrittverluste nur in eine Richtung? (Zickzack statt diagonales infill) 27. November 2014 09:50 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.025 |