<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — Camibration et modification température Max extrudeur]]></title>
		<link>https://www.soliforum.com/topic/6414/camibration-et-modification-temperature-max-extrudeur/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/6414/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Camibration et modification température Max extrudeur.]]></description>
		<lastBuildDate>Wed, 14 May 2014 16:22:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Camibration et modification température Max extrudeur]]></title>
			<link>https://www.soliforum.com/post/56350/#p56350</link>
			<description><![CDATA[<p>je rajoute un lien du wiki qui &quot;semble&quot; à jour pour le flashage des printrboard..et les autres..</p><p><a href="http://www.soliwiki.com/E3D_extruder">http://www.soliwiki.com/E3D_extruder</a> ... ceci dit, ta SD2 , elle a une sanguinololu ou une printrboard ?? <img src="https://www.soliforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" />=</p><p>edit : et je rajoute un lien pour les printrboard..<br /><a href="http://www.soliforum.com/topic/6309/unable-to-compile-update-firmware-for-sd3-at90usb1286printrboard/">http://www.soliforum.com/topic/6309/una … intrboard/</a></p><p>edit 2 :</p><p>enfin toute la manip est la pour la printrboard , ça te monte la temp max à 350</p><p>attention à la ligne en gras qui doit correspondre à ton imprimante (sd2 ou 3 )</p><div class="quotebox"><cite>AZERATE wrote:</cite><blockquote><div class="quotebox"><cite>en-rage wrote:</cite><blockquote><p>I just updated my solidoodle 3 printers firmware tonight. It has the Printboard Rev E, my operating system is Windows 7 64bit</p><p>These instructions I compiled after talking with Adrian, and reading the existing wiki (<a href="http://wiki.solidoodle.com/update-firmware">http://wiki.solidoodle.com/update-firmware</a>)<br />A: Download the Arduino IDE (<a href="http://www.arduino.cc">www.arduino.cc</a>)<br />B: Download Teensyduino (<a href="http://pjrc.com/teensy/td_download.html">http://pjrc.com/teensy/td_download.html</a>)<br />C: Download the firmware&nbsp; (<a href="https://github.com/ozadr1an/Solidoodle-Marlin_v1/tree/Solidoodle_Marlin_v1_beta">https://github.com/ozadr1an/Solidoodle- … in_v1_beta</a>)<br />D: Download the upload BootloaderHID (<a href="http://blog.lincomatic.com/wp-content/uploads/2012/03/BootloaderHID.zip">http://blog.lincomatic.com/wp-content/u … derHID.zip</a>)</p><p>1.&nbsp; &nbsp; Install Arduiono IDE<br />2.&nbsp; &nbsp; By default it installed in C:/program files/Arduino (or program files C:/program files(x86)/Arduino)<br />3.&nbsp; &nbsp; Install Teenyduino<br />4.&nbsp; &nbsp; It will ask you where the arduino install is, point it to the above folder<br />5.&nbsp; &nbsp; Unzip the firmware file to a folder you will remember<br />6.&nbsp; &nbsp; Open the Arduino.exe (shortcut put on your desktop after the Arduino IDE installed<br />7.&nbsp; &nbsp; Click Tools, Board (might say Board:Arduino Uno) and select the Teensy ++2.0<br />8.&nbsp; &nbsp; Click Tools, Serial Port, and change it to the port of your printer<br />(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)<br />9.&nbsp; &nbsp; Click File – Open<br />10.&nbsp; &nbsp; 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<br />11.&nbsp; &nbsp; You will notice that there are several tabs across the top: Marlin, Configuration.H, ConfigurationStore.cpp etc, select the Configuration.H tab<br /><strong>12.&nbsp; &nbsp; Scroll down until you see (in black as the grey is comments and effects nothing) <br /> #define SOLIDOODLE_VERSION 2 (line 22 on mine) Change to #define SOLIDOODLE_VERSION 3</strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />13.&nbsp; &nbsp; #define MOTHERBOARD&nbsp; 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)<br />Change it to read #define MOTHERBOARD 81<br />14.&nbsp; &nbsp; find #define TEMP_SENSOR_0 1 (line 120 ) and change to #define TEMP_SENSOR_0 6<br />15.&nbsp; &nbsp; find #define HEATER_0_MAXTEMP 225 (line145)&nbsp; change to #define HEATER_0_MAXTEMP 350<br />16.&nbsp; &nbsp; 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<br />17.&nbsp; &nbsp; In the top arduino menu, click Sketch, then Verify/compile<br />18.&nbsp; &nbsp; If you installed Teensyduino, it will pop up a window, just close it<br />19.&nbsp; &nbsp; 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. <br />20.&nbsp; &nbsp; Before doing the final compile, click file – save (if you do not, it will not upload the changes)<br />21.&nbsp; &nbsp; Hold down SHIFT and click Compile<br />22.&nbsp; &nbsp; 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 <br />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)<br />23.&nbsp; &nbsp; Unzip the BootloaderHID.Zip (step D) to a folder<br />24.&nbsp; &nbsp; Copy the Marlin.cpp.hex file, and past it in the folder above (the bootloaderHID folder<br />25.&nbsp; &nbsp; Make sure your computer is connected to the printer via usb cable<br />26.&nbsp; &nbsp; 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<br />27.&nbsp; &nbsp; Open a new command window (click the windows start button, and in the search programs field (windows vista or newer) type CMD.<br />28.&nbsp; &nbsp; Within the CMD window, navigate to the folder you unzipped the BootleaderHID to in step 23<br />29.&nbsp; &nbsp;&nbsp; Type “hid_bootloader_cli -mmcu=at90usb1286 -w -v Marlin.cpp.hex” (no quotations)<br />30.&nbsp; &nbsp; It should say something like “read Marlin.cpp.hex xx bytes, xx% usage, found halfkay bootloader, programming…………………..Booting<br />31.&nbsp; &nbsp; Remove the jumper, or unbend the boot pins on the printboard (back of the printer)<br />32.&nbsp; &nbsp; Press reset<br />33.&nbsp; &nbsp; Verify that you have updated them, start up Repetier Host. <br />34.&nbsp; &nbsp; Click Connect <br />35.&nbsp; &nbsp; Look at the bottom of the screen, you will see a greeting msg when you connect it should now read<br />02:09:14.238 : echo:Unknown command: &quot;&quot;<br />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<br />02:09:14.405 : echo:Active Extruder: 0<br />If you see the address changed to github.com instead of solidoodle, you know you&#039;re golden</p></blockquote></div></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (ysb)]]></author>
			<pubDate>Wed, 14 May 2014 16:22:57 +0000</pubDate>
			<guid>https://www.soliforum.com/post/56350/#p56350</guid>
		</item>
		<item>
			<title><![CDATA[Re: Camibration et modification température Max extrudeur]]></title>
			<link>https://www.soliforum.com/post/56349/#p56349</link>
			<description><![CDATA[<p>Tu verrras, au fil du temps , que le &quot;bricolage&quot; est partie prenante des imprimantes solidoodle, mais ce n&#039;est pas un problème pour autant, au contraire cela permet de mieux adapter sa machine et d&#039;en comprendre les tenants et aboutissants. <img src="https://www.soliforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Pour mes extrusions j&#039;imprime à des températures normales, mais comme je posséde beaucoup de fils de provenances différentes j&#039;ai beaucoup de températures différentes.</p>]]></description>
			<author><![CDATA[null@example.com (mcbride19)]]></author>
			<pubDate>Wed, 14 May 2014 16:18:58 +0000</pubDate>
			<guid>https://www.soliforum.com/post/56349/#p56349</guid>
		</item>
		<item>
			<title><![CDATA[Re: Camibration et modification température Max extrudeur]]></title>
			<link>https://www.soliforum.com/post/56347/#p56347</link>
			<description><![CDATA[<p>les dernieres cartes Printrboard livré sur les SD4 (et autres) semblent plus compliqué à flasher que les anciennes à base d&#039;arduino... avant c&#039;etait une histoire de 5 minutes...</p><p>je regarde ça en ce moment pour ma future SD4.. si elle arrive un jour..</p><p>un des fils à lire est la : <a href="http://www.soliforum.com/topic/6021/loading-marlin-with-sd-support-with-hid-bootloader/">http://www.soliforum.com/topic/6021/loa … ootloader/</a></p><p>en plus la memoire semble plus limité que les sanguinololu/ramps</p>]]></description>
			<author><![CDATA[null@example.com (ysb)]]></author>
			<pubDate>Wed, 14 May 2014 16:15:17 +0000</pubDate>
			<guid>https://www.soliforum.com/post/56347/#p56347</guid>
		</item>
		<item>
			<title><![CDATA[Re: Camibration et modification température Max extrudeur]]></title>
			<link>https://www.soliforum.com/post/56344/#p56344</link>
			<description><![CDATA[<p>Hummmm... Solution un peu &quot;bricolage&quot; qui ne me plait qu&#039;à moitié mais qui semble effectivement indispensable...<br />Du coup j&#039;ai des questions:<br />Tu extrudes à les températures follement basses?<br />Tu ne peux pas mettre la thermistance à sont emplacement normal dans le &quot;cube&quot;. <br />C&#039;est vraiment si compliqué de modifier cette satanée Max Temp?</p>]]></description>
			<author><![CDATA[null@example.com (pierrealexb)]]></author>
			<pubDate>Wed, 14 May 2014 16:08:30 +0000</pubDate>
			<guid>https://www.soliforum.com/post/56344/#p56344</guid>
		</item>
		<item>
			<title><![CDATA[Re: Camibration et modification température Max extrudeur]]></title>
			<link>https://www.soliforum.com/post/56332/#p56332</link>
			<description><![CDATA[<p>j&#039;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&#039;on trouve au rayon, automobile), et j&#039;en mets une ou deux couche autour de la tete avant de placer ma sonde température.<br />en cas de tu peut enmettre plusieurs couche et donc isoler un peu plus !<br />simple mais assez efficace ! <img src="https://www.soliforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (mcbride19)]]></author>
			<pubDate>Wed, 14 May 2014 12:06:39 +0000</pubDate>
			<guid>https://www.soliforum.com/post/56332/#p56332</guid>
		</item>
		<item>
			<title><![CDATA[Re: Camibration et modification température Max extrudeur]]></title>
			<link>https://www.soliforum.com/post/56326/#p56326</link>
			<description><![CDATA[<p>Super merci!<br />Comment fais tu avec tes J-head toi?</p>]]></description>
			<author><![CDATA[null@example.com (pierrealexb)]]></author>
			<pubDate>Wed, 14 May 2014 10:08:02 +0000</pubDate>
			<guid>https://www.soliforum.com/post/56326/#p56326</guid>
		</item>
		<item>
			<title><![CDATA[Re: Camibration et modification température Max extrudeur]]></title>
			<link>https://www.soliforum.com/post/56203/#p56203</link>
			<description><![CDATA[<p>Il n&#039;y a pas de potar, ce réglage s&#039;effectue de la même façon qu&#039;avec la tête d&#039;origine.<br />voici comment :<br /><a href="http://wiki.solidoodle.com/pid-autotune-temp-fluctuation">http://wiki.solidoodle.com/pid-autotune … luctuation</a></p><p>PS: a savoir que ce réglage devrait etre fait à chaque changement de tête !!!</p><p>Pour réhausser la température max&nbsp; il faut manipuler le software de l&#039;eeprom. C&#039;est pas trop simple on va dire.<br />L&#039;autre soluce(car oui il y en a une autre) c&#039;est de faire en sorte que la sonde de temperature ne prenne pas exactement la bonne température, soit en l&#039;isolant un peu avant de la placer sur la tete , soit en la placant de telle sorte qu&#039;elle ne soit pas a coté de la thermistance. cela te permettra de gagner quelques degrés. <img src="https://www.soliforum.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[null@example.com (mcbride19)]]></author>
			<pubDate>Mon, 12 May 2014 19:11:55 +0000</pubDate>
			<guid>https://www.soliforum.com/post/56203/#p56203</guid>
		</item>
		<item>
			<title><![CDATA[Camibration et modification température Max extrudeur]]></title>
			<link>https://www.soliforum.com/post/56189/#p56189</link>
			<description><![CDATA[<p>Bonsoir à tous, j&#039;ai deux question qui concernent plus ou moins la même chose.<br />J&#039;ai le projet de poser une J-head sur ma sd2 à l&#039;aide d&#039;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&#039;ai pas vu de potentiomètre sur la carte... Ce se fait via le firmware? Via repetier?<br />Ma deuxième question à déjà été traité sur le forum mais je n&#039;arrive pas a remettre la main dessus...<br />Comment faire pour rehausser la température Max de l&#039;extrudeur? Déjà que c&#039;est pas facile à gérer avec la tête d&#039;origine mais je n&#039;imagine même pas ce que ça va être avec une meilleure tête...<br />Merci pour votre aide.</p><p>Ps: Pour info, le filaflex passe -très difficilement- dans la tête d&#039;origine et la l&#039;emplacement vide pour le fan en haut de la carte -nouvelle carte- fonctionne parfaitement et est utilisable via repetier et via le g-code</p><p>PPS: il ne me semble pas en avoir lu à ces sujets donc je me permets une petite info. ;-)</p>]]></description>
			<author><![CDATA[null@example.com (pierrealexb)]]></author>
			<pubDate>Mon, 12 May 2014 17:41:06 +0000</pubDate>
			<guid>https://www.soliforum.com/post/56189/#p56189</guid>
		</item>
	</channel>
</rss>
