1

Topic: Camibration et modification température Max extrudeur

Bonsoir à tous, j'ai deux question qui concernent plus ou moins la même chose.
J'ai le projet de poser une J-head sur ma sd2 à l'aide d'une mk5 mais ma première interrogation concerne la calibration de la carte pour recevoir la nouvelle température de la thermistance. Comment ce réglage se fait-il? Je n'ai pas vu de potentiomètre sur la carte... Ce se fait via le firmware? Via repetier?
Ma deuxième question à déjà été traité sur le forum mais je n'arrive pas a remettre la main dessus...
Comment faire pour rehausser la température Max de l'extrudeur? Déjà que c'est pas facile à gérer avec la tête d'origine mais je n'imagine même pas ce que ça va être avec une meilleure tête...
Merci pour votre aide.

Ps: Pour info, le filaflex passe -très difficilement- dans la tête d'origine et la l'emplacement vide pour le fan en haut de la carte -nouvelle carte- fonctionne parfaitement et est utilisable via repetier et via le g-code

PPS: il ne me semble pas en avoir lu à ces sujets donc je me permets une petite info. ;-)

2 (edited by mcbride19 2014-05-13 19:04:52)

Re: Camibration et modification température Max extrudeur

Il n'y a pas de potar, ce réglage s'effectue de la même façon qu'avec la tête d'origine.
voici comment :
http://wiki.solidoodle.com/pid-autotune … luctuation

PS: a savoir que ce réglage devrait etre fait à chaque changement de tête !!!

Pour réhausser la température max  il faut manipuler le software de l'eeprom. C'est pas trop simple on va dire.
L'autre soluce(car oui il y en a une autre) c'est de faire en sorte que la sonde de temperature ne prenne pas exactement la bonne température, soit en l'isolant un peu avant de la placer sur la tete , soit en la placant de telle sorte qu'elle ne soit pas a coté de la thermistance. cela te permettra de gagner quelques degrés. wink

3

Re: Camibration et modification température Max extrudeur

Super merci!
Comment fais tu avec tes J-head toi?

4

Re: Camibration et modification température Max extrudeur

j'ai trouvé une petite soluce qui marche pas trop mal, je mets entre 2 couches de kapton un morceau de tissu de fibre (celui que l'on trouve au rayon, automobile), et j'en mets une ou deux couche autour de la tete avant de placer ma sonde température.
en cas de tu peut enmettre plusieurs couche et donc isoler un peu plus !
simple mais assez efficace ! wink

5

Re: Camibration et modification température Max extrudeur

Hummmm... Solution un peu "bricolage" qui ne me plait qu'à moitié mais qui semble effectivement indispensable...
Du coup j'ai des questions:
Tu extrudes à les températures follement basses?
Tu ne peux pas mettre la thermistance à sont emplacement normal dans le "cube".
C'est vraiment si compliqué de modifier cette satanée Max Temp?

6 (edited by ysb 2014-05-14 16:18:22)

Re: Camibration et modification température Max extrudeur

les dernieres cartes Printrboard livré sur les SD4 (et autres) semblent plus compliqué à flasher que les anciennes à base d'arduino... avant c'etait une histoire de 5 minutes...

je regarde ça en ce moment pour ma future SD4.. si elle arrive un jour..

un des fils à lire est la : http://www.soliforum.com/topic/6021/loa … ootloader/

en plus la memoire semble plus limité que les sanguinololu/ramps

7 (edited by mcbride19 2014-05-14 16:40:29)

Re: Camibration et modification température Max extrudeur

Tu verrras, au fil du temps , que le "bricolage" est partie prenante des imprimantes solidoodle, mais ce n'est pas un problème pour autant, au contraire cela permet de mieux adapter sa machine et d'en comprendre les tenants et aboutissants. wink

Pour mes extrusions j'imprime à des températures normales, mais comme je posséde beaucoup de fils de provenances différentes j'ai beaucoup de températures différentes.

8 (edited by ysb 2014-05-14 16:36:44)

Re: Camibration et modification température Max extrudeur

je rajoute un lien du wiki qui "semble" à jour pour le flashage des printrboard..et les autres..

http://www.soliwiki.com/E3D_extruder ... ceci dit, ta SD2 , elle a une sanguinololu ou une printrboard ?? wink=

edit : et je rajoute un lien pour les printrboard..
http://www.soliforum.com/topic/6309/una … intrboard/

edit 2 :

enfin toute la manip est la pour la printrboard , ça te monte la temp max à 350

attention à la ligne en gras qui doit correspondre à ton imprimante (sd2 ou 3 )

AZERATE wrote:
en-rage wrote:

I just updated my solidoodle 3 printers firmware tonight. It has the Printboard Rev E, my operating system is Windows 7 64bit

These instructions I compiled after talking with Adrian, and reading the existing wiki (http://wiki.solidoodle.com/update-firmware)
A: Download the Arduino IDE (www.arduino.cc)
B: Download Teensyduino (http://pjrc.com/teensy/td_download.html)
C: Download the firmware  (https://github.com/ozadr1an/Solidoodle- … in_v1_beta)
D: Download the upload BootloaderHID (http://blog.lincomatic.com/wp-content/u … derHID.zip)

1.    Install Arduiono IDE
2.    By default it installed in C:/program files/Arduino (or program files C:/program files(x86)/Arduino)
3.    Install Teenyduino
4.    It will ask you where the arduino install is, point it to the above folder
5.    Unzip the firmware file to a folder you will remember
6.    Open the Arduino.exe (shortcut put on your desktop after the Arduino IDE installed
7.    Click Tools, Board (might say Board:Arduino Uno) and select the Teensy ++2.0
8.    Click Tools, Serial Port, and change it to the port of your printer
(If you are unsure, and using windows, click the start button, right click computer, click properties, click device manager, and click on ports. Your printer will be the one listed as “USB serial port (Com X) write down whatever the x is, and put it in step 8)
9.    Click File – Open
10.    Browse to the folder you extracted in step 5, select the file (in the marlin folder) named Configureation.H , double click it or select it and click open
11.    You will notice that there are several tabs across the top: Marlin, Configuration.H, ConfigurationStore.cpp etc, select the Configuration.H tab
12.    Scroll down until you see (in black as the grey is comments and effects nothing)
#define SOLIDOODLE_VERSION 2 (line 22 on mine) Change to #define SOLIDOODLE_VERSION 3
                 
13.    #define MOTHERBOARD  62 (line #76 on mine…you can tell the line by clicking the code, and looking at the bottom left, a number will be there, this is the line of code)
Change it to read #define MOTHERBOARD 81
14.    find #define TEMP_SENSOR_0 1 (line 120 ) and change to #define TEMP_SENSOR_0 6
15.    find #define HEATER_0_MAXTEMP 225 (line145)  change to #define HEATER_0_MAXTEMP 350
16.    350C is the max the thermister can is good for, the hotend can go higher, but you’ll need a thermocouple instead of the thermister
17.    In the top arduino menu, click Sketch, then Verify/compile
18.    If you installed Teensyduino, it will pop up a window, just close it
19.    If your sketch does not report errors and simply gives you the Binary sketch size and memory use, it is safe to upload. If it reports errors, you have made a syntax error, and should recheck those lines you changed.
20.    Before doing the final compile, click file – save (if you do not, it will not upload the changes)
21.    Hold down SHIFT and click Compile
22.    There has been a .hex file created. Marlin.cpp.hex, in my case (windows 7) it is under C:/users/whateverYourProfileNameIs/AppData/Local/Temp….it will be in the folder
named build-xxxxxxxxx.tmp (the x’s are a string of numbers) created today. You must have view hidden or system files enabled in folder options (control panel. Have view folders by icon instead of category enabled, folder options,view, check Show hidden files and folders)
23.    Unzip the BootloaderHID.Zip (step D) to a folder
24.    Copy the Marlin.cpp.hex file, and past it in the folder above (the bootloaderHID folder
25.    Make sure your computer is connected to the printer via usb cable
26.    Add a jumper to the BOOT pins on the printboard (back of the printer) or bend the 2 pins so they are touching , then press the RESET button
27.    Open a new command window (click the windows start button, and in the search programs field (windows vista or newer) type CMD.
28.    Within the CMD window, navigate to the folder you unzipped the BootleaderHID to in step 23
29.     Type “hid_bootloader_cli -mmcu=at90usb1286 -w -v Marlin.cpp.hex” (no quotations)
30.    It should say something like “read Marlin.cpp.hex xx bytes, xx% usage, found halfkay bootloader, programming…………………..Booting
31.    Remove the jumper, or unbend the boot pins on the printboard (back of the printer)
32.    Press reset
33.    Verify that you have updated them, start up Repetier Host.
34.    Click Connect
35.    Look at the bottom of the screen, you will see a greeting msg when you connect it should now read
02:09:14.238 : echo:Unknown command: ""
02:09:14.405 : FIRMWARE_NAME:Marlin V1; Sprinter/grbl mashup for gen6 FIRMWARE_URL:http://github.com/mlaws/solidoodle2-marlin/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Solidoodle EXTRUDER_COUNT:1
02:09:14.405 : echo:Active Extruder: 0
If you see the address changed to github.com instead of solidoodle, you know you're golden