Re: auto bed leveling February 14, 2015 12:41PM |
Moderator Registered: 11 years ago Posts: 1,038 |
tu dural desku uz nemam davno ted je cca co druhej treti tisk steluju endstop. on totiz nani drzi blbe kores s abs jusem (prakticky vubec) a kapton se mi moc neosvedcil na tisk a preci jen nemusim zbytecne dotovat PRE vyhrevem takoveho kusu kovuQuote
dan
Quote
Ditr
Raptik> ta fajnsmekrovina o ktere pises resi jen to, ze si nesesadis poradne stolek a jeho rovinu a nechce se ti jednou za cas srovnat ho do roviny, pokud je to potreba. nikoli pred kazdym tiskem. Pokud mas jako stolek v tvem pripade duralovou desku, nepotrebujes autoleveling vubec. proto mi ta fajnsmekrovina nejako nejde na rozum. ale je to jedno, pokud to tak citis, je to tva vec. Od zacatku se snazim vysvetlit, ze to neni reseni, pouze pomerne zbytecna berlicka, ktera prinese spise vice problemu nez uzitku.
Ale uz mlcim
Re: auto bed leveling February 14, 2015 12:43PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Quote
dan
Ditr> tuouch je v poradi, vse se zatim odviji od ladeni rampsu [rebelove.org] ted resime wifi a touch prijde na radu pak. bude resen samostatnou nadstavbou s vlastnim CPU, aby nezatezoval vlastni tiskovy proces. Pocitame s vetsim LCD, aspon 4,5" (uz ho mam na stole ) coz uz ani DUE s tiskem atd dost dobre neda, respektive zalezi na tom, jak ten face pojmeme. LDC uz mame ma testovani, ale jak jsem psal, je to v poradi
A piskani se da ve FW vypnout
Re: auto bed leveling February 14, 2015 12:46PM |
Registered: 11 years ago Posts: 748 |
Re: auto bed leveling February 14, 2015 12:56PM |
Registered: 11 years ago Posts: 748 |
Re: auto bed leveling February 14, 2015 01:46PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Quote
dan
raptik> ale ten autoleveling ti preci neusnadni vymenu trysky ci HE bez znovuserizovani. vzdyt ten koncak na tom servu budes muset naopak po vymene trysky srovnat do roviny s ni ne? myslim ze si od toho slibujes trochu prilis.
Re: auto bed leveling February 14, 2015 01:51PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Quote
gumitek
Tady je krásný návod sice v angličtině ale funguje. Dělal jsem to taky předtím podle něj a vše šlo stejně jak má napsáno.
[zennmaster.com]
jinak já použil tady tohle RC Servo
[www.bighobby.cz]Nebo se dá koupit levné na ebay
V případě že by tě něco zajímalo, neboj se napsat.
Re: auto bed leveling February 14, 2015 03:54PM |
Registered: 11 years ago Posts: 620 |
Re: auto bed leveling February 14, 2015 04:38PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Re: auto bed leveling February 15, 2015 03:24AM |
Registered: 11 years ago Posts: 620 |
Re: auto bed leveling February 15, 2015 04:12AM |
Moderator Registered: 11 years ago Posts: 1,038 |
Quote
jirpil
Pokud zapomeneme na kompenzaci nerovnosti povrchu nebo kompenzaci naklonění, je to vlastně o provedení endstopu Z. A máš pravdu, že přesné automatické nastavení výšky by nebylo od věci. Ale teda ne mikrospinačem na páce serva. Líbil by se mi nějakej optickej systém. Nebo jsem uvažoval o nějaké možnosti zvodivění kousků povrchu skla heatbedu a dělat to opravdu kontaktem trysky. Fantazii se meze nekladou.
Re: auto bed leveling February 23, 2015 02:17PM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling February 23, 2015 02:36PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Quote
Ditr
tak jsem se ktomu konecne dokopal a dnes tvoril cele jsem to predelal a uz mam funkcni servo a endstop na ramenu serva ale nastal mi jeden problemek se kterym si nevim rady kdyz dam tisk zacnou se hybat vsechny 3 osy najedou na stred zastavi se servo otoci raneno a jede dolu 2x sejme polohu vytoci se nahoru dohreje hotend sjede dolu a tiskne .... ma otazka zni jak docilit toho aby to sejmulo bed na 4-6ti mistech na podlozce?
Re: auto bed leveling February 23, 2015 02:43PM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling February 23, 2015 03:08PM |
Moderator Registered: 11 years ago Posts: 1,038 |
Quote
Ditr
mam marlina a porad nemuzu docilit toho at to zmeri vic nez jedno misto na podlozce
//============================= Bed Auto Leveling =========================== //#define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line) #define Z_PROBE_REPEATABILITY_TEST // If not commented out, Z-Probe Repeatabili ty test will be included if Auto Bed Leveling is Enabled. #ifdef ENABLE_AUTO_BED_LEVELING // There are 2 different ways to pick the X and Y locations to probe: // - "grid" mode // Probe every point in a rectangular grid // You must specify the rectangle, and the density of sample points // This mode is preferred because there are more measurements. // It used to be called ACCURATE_BED_LEVELING but "grid" is more descriptive // - "3-point" mode // Probe 3 arbitrary points on the bed (that aren't colinear) // You must specify the X & Y coordinates of all 3 points #define AUTO_BED_LEVELING_GRID // with AUTO_BED_LEVELING_GRID, the bed is sampled in a // AUTO_BED_LEVELING_GRID_POINTSxAUTO_BED_LEVELING_GRID_POINTS grid // and least squares solution is calculated // Note: this feature occupies 10'206 byte #ifdef AUTO_BED_LEVELING_GRID // set the rectangle in which to probe #define LEFT_PROBE_BED_POSITION 15 #define RIGHT_PROBE_BED_POSITION 170 #define BACK_PROBE_BED_POSITION 180 #define FRONT_PROBE_BED_POSITION 20 // set the number of grid points per dimension // I wouldn't see a reason to go above 3 (=9 probing points on the bed) #define AUTO_BED_LEVELING_GRID_POINTS 2 #else // not AUTO_BED_LEVELING_GRID // with no grid, just probe 3 arbitrary points. A simple cross-product // is used to esimate the plane of the print bed #define ABL_PROBE_PT_1_X 15 #define ABL_PROBE_PT_1_Y 180 #define ABL_PROBE_PT_2_X 15 #define ABL_PROBE_PT_2_Y 20 #define ABL_PROBE_PT_3_X 170 #define ABL_PROBE_PT_3_Y 20 #endif // AUTO_BED_LEVELING_GRID
Re: auto bed leveling February 23, 2015 03:26PM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling March 01, 2015 09:59AM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling March 01, 2015 10:02AM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling March 01, 2015 10:11AM |
Moderator Registered: 11 years ago Posts: 1,038 |
Quote
Ditr
presne takhle to mam a stale to meri jen na jednom bode
//============================= Bed Auto Leveling ===========================
Re: auto bed leveling March 01, 2015 10:13AM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling March 07, 2015 04:14AM |
Registered: 9 years ago Posts: 2 |
Re: auto bed leveling March 07, 2015 07:02AM |
Registered: 10 years ago Posts: 120 |
Re: auto bed leveling March 07, 2015 01:28PM |
Registered: 11 years ago Posts: 26 |
Quote
Ditr
marlin je nejnovější verze servo jede home si to změří bez problému ak nevím co stím sakra jež stím bojuju týden a pořád bez výsledku to samé
v 3bodovém by to mělo být zapnuté ne?
Re: auto bed leveling March 07, 2015 02:57PM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling March 07, 2015 04:58PM |
Registered: 10 years ago Posts: 120 |
Re: auto bed leveling March 07, 2015 05:12PM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling March 08, 2015 05:10AM |
Registered: 10 years ago Posts: 120 |
Re: auto bed leveling March 08, 2015 05:18AM |
Registered: 9 years ago Posts: 127 |
Re: auto bed leveling March 11, 2015 04:59AM |
Registered: 11 years ago Posts: 49 |
Re: auto bed leveling March 11, 2015 10:37AM |
Registered: 10 years ago Posts: 120 |
Re: auto bed leveling March 29, 2015 04:50PM |
Registered: 9 years ago Posts: 127 |