Re: auto livellamento asse Z July 22, 2015 04:22AM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z July 22, 2015 06:30AM |
Registered: 10 years ago Posts: 860 |
Re: auto livellamento asse Z July 22, 2015 07:48AM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z July 23, 2015 06:47AM |
Registered: 10 years ago Posts: 535 |
Re: auto livellamento asse Z July 23, 2015 11:28AM |
Registered: 10 years ago Posts: 535 |
Re: auto livellamento asse Z July 28, 2015 01:19AM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z July 28, 2015 07:04AM |
Registered: 10 years ago Posts: 535 |
ciao,Quote
monte.m79
Ciao a tutti,
ieri ho sostituito il finecorsa con un proximity e tutto funziona bene, quando faccio la home z è perfetto.
Vorrei capire come implemetare a questo punto l'auto livellamento, perchè leggendo la guida(che pone il caso di un finecorsa da attivare tramite servo) non mi è chiaro come impostare i valori e quali comandi usare nel mio caso.
Grazie
Re: auto livellamento asse Z July 28, 2015 07:27AM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z July 28, 2015 07:45AM |
Registered: 10 years ago Posts: 860 |
Questa è la soluzione più sicura ma introduci inersia meccanica del relèQuote
monte.m79
Uso un contatto pulito non in tensione.
Re: auto livellamento asse Z July 28, 2015 09:47AM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z July 28, 2015 12:34PM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z July 29, 2015 05:32AM |
Registered: 10 years ago Posts: 860 |
Allora dal inserzione leggo NPN NO
Re: auto livellamento asse Z July 30, 2015 02:50PM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z July 30, 2015 03:12PM |
Registered: 10 years ago Posts: 3,268 |
Re: auto livellamento asse Z July 30, 2015 03:29PM |
Registered: 10 years ago Posts: 224 |
Quote
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
G28 X0 Y0 ;move X/Y to min endstops
G29
G1 Z+15 F300 ;auto bedlevell
G92 E0 ;zero the extruded length
G1 F250 E6 ;extrude 5mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
M117 In Stampa...
Re: auto livellamento asse Z July 30, 2015 04:57PM |
Registered: 10 years ago Posts: 3,268 |
Re: auto livellamento asse Z July 30, 2015 05:07PM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z July 30, 2015 05:16PM |
Registered: 10 years ago Posts: 6,409 |
Re: auto livellamento asse Z August 10, 2015 12:07PM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z August 10, 2015 03:24PM |
Registered: 10 years ago Posts: 6,409 |
#define MOTHERBOARD BOARD_RAMPS_13_EFB
//#define Z_PROBE_ENDSTOP
Re: auto livellamento asse Z August 10, 2015 04:32PM |
Registered: 10 years ago Posts: 224 |
Quote
In file included from blinkm.cpp:5:
Marlin.h:20:22: error: fastio.h: No such file or directory
In file included from conditionals.h:262,
from Configuration_adv.h:586,
from Configuration.h:684,
from Marlin.h:25,
from blinkm.cpp:5:
pins.h:2189:3: error: #error Oops! Make sure you have 'Arduino Due' selected from the 'Tools -> Boards' menu.
pins.h:2622:6: error: #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu.
pins.h:2638:2: error: #error Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu.
In file included from Configuration_adv.h:587,
from Configuration.h:684,
from Marlin.h:25,
from blinkm.cpp:5:
sanitycheck.h:121:6: error: #error You must enable either DISPLAY_CHARSET_HD44780_JAPAN or DISPLAY_CHARSET_HD44780_WESTERN or DISPLAY_CHARSET_HD44780_CYRILLIC for your LCD controller.
In file included from Marlin.h:41,
from blinkm.cpp:5:
comunication.h:16:28: error: MarlinSerial.h: No such file or directory
In file included from Marlin.h:41,
from blinkm.cpp:5:
comunication.h: In function 'void PS_PGM(const char*)':
comunication.h:60: error: 'MSerial' was not declared in this scope
Re: auto livellamento asse Z August 10, 2015 05:05PM |
Registered: 10 years ago Posts: 6,409 |
Re: auto livellamento asse Z August 10, 2015 05:24PM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z August 10, 2015 05:52PM |
Registered: 10 years ago Posts: 6,409 |
Re: auto livellamento asse Z August 10, 2015 06:32PM |
Registered: 10 years ago Posts: 224 |
Re: auto livellamento asse Z August 12, 2015 05:47AM |
Registered: 10 years ago Posts: 56 |
Re: auto livellamento asse Z August 13, 2015 09:34AM |
Registered: 9 years ago Posts: 65 |
Re: auto livellamento asse Z August 13, 2015 10:48AM |
Registered: 10 years ago Posts: 56 |
Re: auto livellamento asse Z August 13, 2015 12:23PM |
Registered: 10 years ago Posts: 6,409 |
Re: auto livellamento asse Z August 13, 2015 03:23PM |
Registered: 9 years ago Posts: 65 |
Quote
MagoKimbra
Il problema potrebbe essere repetier... Se per lui stai a zero anche se clicchi non manda il comando per niente... Imposta come min z di repetier un valore negativo in modo che continui a mandare i comandi altrimenti manda i comandi a mano...