|
Core XY D-Bot con testine "magnetiche" May 16, 2017 03:40PM |
Registered: 9 years ago Posts: 80 |

]).|
Re: Core XY D-Bot con testine "magnetiche" May 16, 2017 04:01PM |
Registered: 9 years ago Posts: 259 |
|
Re: Core XY D-Bot con testine "magnetiche" May 16, 2017 05:14PM |
Registered: 11 years ago Posts: 6,409 |

|
Re: Core XY D-Bot con testine "magnetiche" May 17, 2017 03:10AM |
Registered: 11 years ago Posts: 3,268 |
|
Re: Core XY D-Bot con testine "magnetiche" May 17, 2017 05:44AM |
Registered: 9 years ago Posts: 80 |
Quote
FoxMar
Potresti mettere un particolare degli incavi e sporgenze che tengono i pezzi allineati in posizione una volta "attratti"?
...
I magneti che dimensioni hanno?
|
Re: Core XY D-Bot con testine "magnetiche" May 17, 2017 05:52AM |
Registered: 9 years ago Posts: 80 |
Quote
MagoKimbra
Io ho messo l'offset di Z proprio per soluzioni come la tua che mi sono state chieste, anche lo stesso dondolo ne ha bisogno. Normalmente sarebbe impossibile avere un offset perché se c'è un nozzle più basso dell'altro quando si stampa con quello più alto il nozzle basso toccherebbe sul pezzo, ma nel caso come il tuo potrebbero avere anche offset di cm tanto gli altri sono parcheggiati... Strano che hai avuto problemi di configurazione....
, ma i problemi li ho avuti non nell'offset, ma proprio nelle gestione "normale" della stampante, ad esempio la configurazione del BLTouch, che seppur fatta a regola d'arte (ho un'altra stampante che monta il tuo firmware e va benissimo, ma è una prusa non una CoreXY) mi causava spostamenti imprevedibili e non voluti dell'asse Z (tipo che se ne andava a fine corsa senza motivo apparente).
proverò a sostiuire Marlin con MarlinKimbra, perchè a livello di funzionalità a disposizione non c'è confronto (e poi il Nextion mi tenta moltissimo
)|
Re: Core XY D-Bot con testine "magnetiche" May 18, 2017 12:18PM |
Registered: 14 years ago Posts: 4,555 |
... hai tutta la mia stima...... bravissimo..... continua su questa strada che è una strada molto ben impostata..... e soprattutto ancora ottimizzabile..... 
|
Re: Core XY D-Bot con testine "magnetiche" May 19, 2017 09:10AM |
Registered: 9 years ago Posts: 80 |
, quindi ne approfitto per ringraziarti degli oggetti che hai pubblicato su Thingiverse, che ho usato abbondantemente per fare prove e tarature.|
Re: Core XY D-Bot con testine "magnetiche" May 19, 2017 12:00PM |
Registered: 9 years ago Posts: 32 |
|
Re: Core XY D-Bot con testine "magnetiche" May 20, 2017 04:49AM |
Registered: 14 years ago Posts: 4,555 |
.... sembra perfetto.....
anche se non ho capito perchè ti ha lasciato l'ingranaggio "staccato" dal centro e poi è andato a riempire e collegare dopo con l'azzurro.... la base bianca dovrebbe essere "intera"...... ma vabbè dai il risultato finale è quello che conta e non mi sembra certo venuto male.... anzi....
... come detto.... bella l'idea, bella la realizzazione...... 
|
Re: Core XY D-Bot con testine "magnetiche" May 22, 2017 03:05AM |
Registered: 9 years ago Posts: 80 |
|
Re: Core XY D-Bot con testine "magnetiche" May 22, 2017 03:28AM |
Registered: 14 years ago Posts: 4,555 |


|
Re: Core XY D-Bot con testine "magnetiche" June 13, 2017 05:20AM |
Registered: 8 years ago Posts: 1 |
|
Re: Core XY D-Bot con testine "magnetiche" June 13, 2017 06:46AM |
Registered: 9 years ago Posts: 80 |
|
Re: Core XY D-Bot con testine "magnetiche" June 13, 2017 03:50PM |
Registered: 9 years ago Posts: 754 |
|
Re: Core XY D-Bot con testine "magnetiche" June 20, 2017 10:13AM |
Registered: 9 years ago Posts: 80 |
;Tool Change GCode
;Scarica T1
{IF OLDTOOL=1} G1 X265 Y0 F4800
{IF OLDTOOL=1} G1 Y-41 F4800
{IF OLDTOOL=1} G1 X315 F1800
{IF OLDTOOL=1} G1 Y0 F1800
;Carica T0
{IF NEWTOOL=0} G1 X98 Y0 F4800
{IF NEWTOOL=0} G1 Y-41 F1800
{IF NEWTOOL=0} T[new_tool]
{IF NEWTOOL=0} G1 F600 E1 ; Estrudo 1mm di filo per mettere in pressione l'hotend
{IF NEWTOOL=0} G4 P1500 ; Pausa di 1500 millisecondi
{IF NEWTOOL=0} G92 E0; resetta la posizione dell'estrusore
{IF NEWTOOL=0} G1 X48 F1800
{IF NEWTOOL=0} G1 Y0 F4800
;Scarica T0
{IF OLDTOOL=0} G1 X48 Y0 F4800
{IF OLDTOOL=0} G1 Y-41 F4800
{IF OLDTOOL=0} G1 X98 F1800
{IF OLDTOOL=0} G1 Y0 F1800
;Carica T1
{IF NEWTOOL=1} G1 X315 Y0 F4800
{IF NEWTOOL=1} G1 Y-41 F1800
{IF NEWTOOL=1} T[new_tool]
{IF NEWTOOL=1} G1 F600 E1 ; Estrudo 1mm di filo per mettere in pressione l'hotend
{IF NEWTOOL=1} G4 P1500 ; Pausa di 1500 millisecondi
{IF NEWTOOL=1} G92 E0; resetta la posizione dell'estrusore
{IF NEWTOOL=1} G1 X265 F1800
{IF NEWTOOL=1} G1 Y0 F4800
C:/Python/Python36/python.exe C:/PRGPython/S3DPost_01.py "[output_filepath]" "[output_dir]"
|
Re: Core XY D-Bot con testine "magnetiche" September 15, 2017 10:14AM |
Registered: 9 years ago Posts: 48 |
|
Re: Core XY D-Bot con testine "magnetiche" September 15, 2017 10:38AM |
Registered: 11 years ago Posts: 6,409 |
|
Re: Core XY D-Bot con testine "magnetiche" September 18, 2017 03:26AM |
Registered: 9 years ago Posts: 80 |
|
Re: Core XY D-Bot con testine "magnetiche" September 25, 2017 06:25AM |
Registered: 10 years ago Posts: 42 |
|
Re: Core XY D-Bot con testine "magnetiche" September 26, 2017 11:20AM |
Registered: 9 years ago Posts: 80 |