Doc Sly Posté(e) Mai 11, 2016 Posté(e) Mai 11, 2016 Il y a 3 heures, tyssoon a dit : Salut ! tu l'as pris ou ton pack stp ? Kits ramps 1.4 + Mega
Doc Sly Posté(e) Mai 12, 2016 Posté(e) Mai 12, 2016 Je viens de recevoir mon kit Ramps + Mega, les photos sont ici
Doc Sly Posté(e) Mai 12, 2016 Posté(e) Mai 12, 2016 Le montage du kit est fait :-) Reste à voir comment ça fonctionne !? si vous avez des tuto, je suis preneur
nicephore Posté(e) Mai 12, 2016 Posté(e) Mai 12, 2016 (modifié) La première chose a faire sera d'uploader le Marlin avec les paramètres en fonction de l'imprimante (je ne suis pas encore un bon en Marlin, mais voici déjà des pistes): 1°) ENDSTOP : // The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins. const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop. const bool Z_MIN_ENDSTOP_INVERTING = false; // 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. //#define DISABLE_MAX_ENDSTOPS //#define DISABLE_MIN_ENDSTOPS // ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR -1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1 #define min_software_endstops true // If true, axis won't move to coordinates less than HOME_POS. #define max_software_endstops true // If true, axis won't move to coordinates greater than the defined lengths below. 2°) LIMITES DU PLATEAU : // Travel limits after homing #define X_MAX_POS 220 #define X_MIN_POS 0 #define Y_MAX_POS 220 #define Y_MIN_POS 0 #define Z_MAX_POS 180 #define Z_MIN_POS 0 #define X_MAX_LENGTH (X_MAX_POS - X_MIN_POS) #define Y_MAX_LENGTH (Y_MAX_POS - Y_MIN_POS) #define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS) 3°) LES TEMPERATURES : / The minimal temperature defines the temperature below which the heater will not be enabled It is used // to check that the wiring to the thermistor is not broken. // Otherwise this would lead to the heater being powered on all the time. #define HEATER_0_MINTEMP 24 #define HEATER_1_MINTEMP 24 #define HEATER_2_MINTEMP 24 #define BED_MINTEMP 30 // When temperature exceeds max temp, your heater will be switched off. // This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure! // You should use MINTEMP for thermistor short/failure protection. #define HEATER_0_MAXTEMP 300 #define HEATER_1_MAXTEMP 300 #define HEATER_2_MAXTEMP 300 #define BED_MAXTEMP 150 4°) LIBRAIRIE ARDUINO POUR L'ECRAN LCD : https://bintray.com/olikraus/u8glib/Arduino Elle sera à intégrer sous Arduino comme librairie par : Croquis > importer > Add librairie Tu choisis le zip de la librairie Relancer arduino afin qu'elle soit prise en compte. Il doit certainement manquer des choses, mais les pro du Marlin feront le complément. Modifié (le) Mai 12, 2016 par nicephore
Doc Sly Posté(e) Mai 12, 2016 Posté(e) Mai 12, 2016 C'est un bon début : Ramps 1.4 + carte Mega 2560 + Full Graphic Smart LCD Controller + Alimentation ATX modifiée + 3 venitlos 120mm
Doc Sly Posté(e) Mai 13, 2016 Posté(e) Mai 13, 2016 Est-ce normal que je ne puisse pas accéder au menu sur l'ecran ?
watcher330 Posté(e) Mai 13, 2016 Posté(e) Mai 13, 2016 Il y a 7 heures, Doc Sly a dit : Est-ce normal que je ne puisse pas accéder au menu sur l'ecran ? oui normal avec l'erreur MinTemp si tu veux faire des tests il faut que tu passe tes mintemp a 0 dans marlin
Doc Sly Posté(e) Mai 13, 2016 Posté(e) Mai 13, 2016 Il y a 2 heures, tyssoon a dit : t'as modifié comment ton alim ? http://forums.reprap.org/read.php?110,194524 1
Doc Sly Posté(e) Mai 13, 2016 Posté(e) Mai 13, 2016 il y a une heure, watcher330 a dit : oui normal avec l'erreur MinTemp si tu veux faire des tests il faut que tu passe tes mintemp a 0 dans marlin Cool, ca fonctionne avec les MINTEMP à 0 :-) Merci
kohrne Posté(e) Mai 15, 2016 Auteur Posté(e) Mai 15, 2016 Coucou, bon, le SAV m'as renvoyé les drivers, et j'ai recommandé un kit ramp / arduino ^^ j'ai arrangé un peut mes cables, et imprimé une boite avec ventilo pour acceuillir l'arduino Photo is comming
Doc Sly Posté(e) Mai 15, 2016 Posté(e) Mai 15, 2016 Moi j'ai pris celle-ci : http://www.thingiverse.com/thing:1352320
Doc Sly Posté(e) Mai 19, 2016 Posté(e) Mai 19, 2016 Salut @kohrne , as-tu installé un palpeur ? Comment as-tu procédé ? carte additionnel, modification du câblage pour connexion sur le endstop Z ? Je ne vois pas d'emplacement pour l'installation des EndStop ! tu les a installés ?
kohrne Posté(e) Mai 19, 2016 Auteur Posté(e) Mai 19, 2016 salut @Doc Sly, J'ai mis un capteur inductif sur la d32 de la ramp en plus d'un Zmin classique (je suis en train de configurer tout ça) Pour les endstop, le x et y sont prévu dans le charriot et un des angle opposé au moteur (je fais des photos demain, promis )
Doc Sly Posté(e) Mai 19, 2016 Posté(e) Mai 19, 2016 Merci pour tes reponses. Je doit recevoir mes EndStop demain, j'ai deja un palpeur en stock. J'attend impatiemment tes photos.
kohrne Posté(e) Mai 21, 2016 Auteur Posté(e) Mai 21, 2016 (modifié) bon après un peu (beaucoup) d'aide de l'IRC, j'ai pu faire mon premier print !!! Quel bonheur ces TMC2100 ... du coup, j'ai un endstop en bas en Zmax, et le probe qui me sert de Zmin (il suffisais de se creuser la tête dans Marlin ^^) Bon il me reste donc plus qu'a peaufiné les réglages pour avoir une impression de qualité Modifié (le) Mai 22, 2016 par kohrne 2
Doc Sly Posté(e) Mai 24, 2016 Posté(e) Mai 24, 2016 ca avance ! tiens nous au courant. Moi je viens de recevoir mes EndStop. Prochaine commande : la structure alu, pignon et courroie.
kohrne Posté(e) Mai 24, 2016 Auteur Posté(e) Mai 24, 2016 pour les écrous, selon tes profilés, pense bien a prendre des hm (fin), les normaux ne passe pas en épaisseur
kohrne Posté(e) Mai 31, 2016 Auteur Posté(e) Mai 31, 2016 Petit up sur les calibrages qui deviennent bon
Doc Sly Posté(e) Juin 3, 2016 Posté(e) Juin 3, 2016 Salut @kohrne, tu as pris quoi comme tige filletée ? et ou ?
kohrne Posté(e) Juin 4, 2016 Auteur Posté(e) Juin 4, 2016 (modifié) salut, j'ai pris celles ci : http://fr.aliexpress.com/item/Free-Shipping-for-1pc-SFU1204-Ball-Srew-L500mm-Ballscrews-1pc-1204-ball-nut-without-end-machined/1834481958.html Pour le coupleur, c'est du 5/8 qu'il faut Pour la config, ça donnera 800 step/ unit en Z Et si tu es en simple extrudeur, je te conseil de mettre le second moteur Z sur l'extrudeur 2 pour soulager les driver Modifié (le) Juin 4, 2016 par kohrne
kohrne Posté(e) Juin 21, 2016 Auteur Posté(e) Juin 21, 2016 Elle tourne comme un charme ! elle est nickel en 200 microns, je n'ai pas encore pris le temps de la calibrée pour une meilleur précision (mémoire, PFE tout ça tout ça ^^) Je ferais un retour complet ainsi que quelques photos de mes prints début juillet (après le rush).
eGGyyS Posté(e) Juin 22, 2016 Posté(e) Juin 22, 2016 Okay , j'attends avec impatience car je pense faire aussi cette vulcanus max 30
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant