Stránka 1 z 1

nastaveni Auto home do stredu desky

PříspěvekNapsal: 26.07.2017 00:07
od taunus
Ahoj chtel jsem vymenit Z end stop za senzor . koupil a nainstaloval jsem Tronxy XY-08N mam ho vlevo vepredu od extruderu. firmware Marlin 1.1.4. problem mam v tom ze puvodni autohome s klasickym end stopem mi sel do leveho predniho rohu. nini bych kvuli sensoru potreboval aby auto home byl uprostred zakladny. tudiz aby napred jel x ,z na endstopy pak se vratili na stred a Z udelalo home ve stredu . Prosim ale za boha na to nemuzu prijit jak se to dela. mohl by mi nekdo stim pomoci prosim pekne?

Re: nastaveni Auto home do stredu desky

PříspěvekNapsal: 26.07.2017 07:00
od tom666
Mozno v tejto sekcii by sa to dalo nastavit:

Kód: Vybrat vše
// @section homing

// The center of the bed is at (X=0, Y=0)
//#define BED_CENTER_AT_0_0

// Manually set the home position. Leave these undefined for automatic settings.
// For DELTA this is the top-center of the Cartesian print volume.
//#define MANUAL_X_HOME_POS 0
//#define MANUAL_Y_HOME_POS 0
//#define MANUAL_Z_HOME_POS 0


Nieco podobne riesia aj tu:
http://forums.reprap.org/read.php?4,614214

Re: nastaveni Auto home do stredu desky

PříspěvekNapsal: 26.07.2017 07:18
od Rebel
Ja pouzivam v Marlinu pri autolevelingu "Z Safe Homing"

Configuration.h radek cca 985

// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.
//
// With this feature enabled:
//
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled.
// - If stepper drivers time out, it will need X and Y homing again before Z homing.
// - Move the Z probe (or nozzle) to a defined XY point before Z Homing when homing all axes (G28).
// - Prevent Z homing when the Z probe is outside bed area.

Kód: Vybrat vše
#define Z_SAFE_HOMING

Re: nastaveni Auto home do stredu desky

PříspěvekNapsal: 26.07.2017 13:09
od taunus
dekuji moc vyreseno uz to chodi jak ma . jeste jednou moc dekuji. ted pro zmenu se vyskytla hlaska hermal Runaway Protection .toto je zpusobeno cidlem nebo muze byt i jinde chyba?diky za info prvni forum kde dokazi poradit

Re: nastaveni Auto home do stredu desky

PříspěvekNapsal: 26.07.2017 13:24
od Rebel
no, pokud ti to ukazuje spravnou teplotu, tak to bude spise chyba nastaveni PID. Jak se chova teplotni graf ? nebo jinak, jak ti lita teplota ?

Re: nastaveni Auto home do stredu desky

PříspěvekNapsal: 26.07.2017 13:39
od tom666
taunus píše:... ted pro zmenu se vyskytla hlaska hermal Runaway Protection .toto je zpusobeno cidlem nebo muze byt i jinde chyba? ...

Problem je dosledkom prekrocenia definovaneho rozdielu teploty (smerom dole, alebo hore) po definovanom case. Mozes preto skusit zvacsit tento cas na stovky sekund. Napr. 150s pre hotend a 300s pre heatbed.
Problem sa da eliminovat zmenou prahovej urovne a hodnoty hysterezy. V prvom rade vsak doporucujem spravit PID kalibraciu.
Kód: Vybrat vše
// Extruder temperature must be close to target for this long before M109 returns success
#define TEMP_RESIDENCY_TIME 10  // (seconds)
#define TEMP_HYSTERESIS 3       // (degC) range of +/- temperatures considered "close" to the target one
#define TEMP_WINDOW     1       // (degC) Window around target to start the residency timer x degC early.

// Bed temperature must be close to target for this long before M190 returns success
#define TEMP_BED_RESIDENCY_TIME 10  // (seconds)
#define TEMP_BED_HYSTERESIS 3       // (degC) range of +/- temperatures considered "close" to the target one
#define TEMP_BED_WINDOW     1       // (degC) Window around target to start the residency timer x degC early.

Re: nastaveni Auto home do stredu desky

PříspěvekNapsal: 26.07.2017 17:45
od taunus
dekuji za vyvetleni . pro zatim jsem vymenel thermistor. a vypada to ze je to v proadku
dekuji pekne