{"id":32502,"date":"2018-06-18T08:12:36","date_gmt":"2018-06-18T06:12:36","guid":{"rendered":"http:\/\/www.makerslide-machines.xyz\/?p=32502"},"modified":"2022-08-22T08:37:38","modified_gmt":"2022-08-22T06:37:38","slug":"firmware-marlin","status":"publish","type":"post","link":"http:\/\/www.makerslide-machines.xyz\/old\/2018\/06\/18\/firmware-marlin\/","title":{"rendered":"Le firmware Marlin"},"content":{"rendered":"<p>[:fr][et_pb_section bb_built=\u00a0\u00bb1&Prime; admin_label=\u00a0\u00bbsection\u00a0\u00bb][et_pb_row admin_label=\u00a0\u00bbrow\u00a0\u00bb background_position=\u00a0\u00bbtop_left\u00a0\u00bb background_repeat=\u00a0\u00bbrepeat\u00a0\u00bb background_size=\u00a0\u00bbinitial\u00a0\u00bb][et_pb_column type=\u00a0\u00bb4_4&Prime;][et_pb_post_title title=\u00a0\u00bbon\u00a0\u00bb meta=\u00a0\u00bbon\u00a0\u00bb author=\u00a0\u00bbon\u00a0\u00bb date=\u00a0\u00bbon\u00a0\u00bb categories=\u00a0\u00bbon\u00a0\u00bb comments=\u00a0\u00bboff\u00a0\u00bb featured_image=\u00a0\u00bboff\u00a0\u00bb featured_placement=\u00a0\u00bbbelow\u00a0\u00bb parallax_effect=\u00a0\u00bbon\u00a0\u00bb parallax_method=\u00a0\u00bboff\u00a0\u00bb text_orientation=\u00a0\u00bbleft\u00a0\u00bb text_color=\u00a0\u00bbdark\u00a0\u00bb text_background=\u00a0\u00bboff\u00a0\u00bb text_bg_color=\u00a0\u00bbrgba(255,255,255,0.9)\u00a0\u00bb module_bg_color=\u00a0\u00bbrgba(255,255,255,0)\u00a0\u00bb title_all_caps=\u00a0\u00bboff\u00a0\u00bb use_border_color=\u00a0\u00bboff\u00a0\u00bb border_color=\u00a0\u00bb#ffffff\u00a0\u00bb border_style=\u00a0\u00bbsolid\u00a0\u00bb parallax=\u00a0\u00bbon\u00a0\u00bb background_color=\u00a0\u00bbrgba(255,255,255,0)\u00a0\u00bb]<\/p>\n<p>&nbsp;<\/p>\n<p>[\/et_pb_post_title][et_pb_text use_border_color=\u00a0\u00bboff\u00a0\u00bb background_position=\u00a0\u00bbtop_left\u00a0\u00bb background_repeat=\u00a0\u00bbrepeat\u00a0\u00bb background_size=\u00a0\u00bbinitial\u00a0\u00bb _builder_version=\u00a0\u00bb3.4.1&Prime;]<\/p>\n<p><span style=\"text-decoration: underline;\"><strong><span style=\"color: #800000; text-decoration: underline;\">Site officiel du firmware :<\/span><\/strong> <a href=\"http:\/\/marlinfw.org\/\"><span style=\"color: #0000ff; text-decoration: underline;\">http:\/\/marlinfw.org\/<\/span><\/a><\/span><\/p>\n<p>Firmware Marlin\u00a0<span style=\"text-decoration: underline;\"><a href=\"http:\/\/www.makerslide-machines.xyz\/wp-content\/uploads\/2018\/06\/MarlinTarantula-EasyConfig-1.1.x.zip\"><span style=\"color: #0000ff; text-decoration: underline;\"> (EasyConfig 1.1)<\/span><\/a><br \/><\/span><span style=\"text-decoration: underline;\"><br \/><\/span>Il faut copier les fichiers correspondant\u00a0 <span style=\"color: #993300;\">Configuration.h<\/span> <span style=\"color: #993300;\">Configuration_adv.h\u00a0<\/span> du sous dossier \/<strong>example_configurations<\/strong>\/ celui qui correspond \u00e0 votre mod\u00e8le d&rsquo;imprimante et les mettre \u00e0 la racine du dossier Marlin<span style=\"text-decoration: underline;\"><br \/><\/span><\/p>\n<p><span style=\"text-decoration: underline; background-color: #ffff99;\"><strong><span style=\"color: #ff0000; text-decoration: underline;\">Param\u00e8tres g\u00e9n\u00e9raux du fichier Configuration.h<\/span><\/strong><\/span><\/p>\n<p><span style=\"background-color: #ccffff;\">#define SERIAL_PORT 0<\/span><\/p>\n<p>permet de d\u00e9finir un port de communication par defaut, bien que dans le logiciel de pilotage on peut toujours en choisir un autre<\/p>\n<p><span style=\"background-color: #ccffff;\">#define BAUDRATE 115200<br \/><\/span><\/p>\n<p>attention le logiciel de pilotage de l&rsquo;imprimante, par exemple pronterface doit avoir la m\u00eame vitesse que ce fichier de config sinon cela ne fonctionne pas<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">Choix de l&rsquo;\u00e9lectronique :<\/span><\/span> le type de carte se trouve dans le fichier \u00ab\u00a0<strong>boards.h<\/strong>\u00ab\u00a0<\/p>\n<p>Par exemple prenons la carte Mks 1.4, celle ci se trouve dans la sections des carte RAMPS d\u00e9riv\u00e9es<\/p>\n<p><span style=\"background-color: #ccffff;\">#ifndef MOTHERBOARD<\/span><br \/><span style=\"background-color: #ccffff;\">#define MOTHERBOARD BOARD_MKS_13<\/span><br \/><span style=\"background-color: #ccffff;\">#endif<\/span><\/p>\n<p>\/\/Si vous voulez un nom de machine personnalis\u00e9<br \/>\/\/ Celui ci sera affich\u00e9 dans le \u00ab\u00a0Ready\u00a0\u00bb message de l&rsquo;afficheur LCD<br \/>#define CUSTOM_MACHINE_NAME \u00ab\u00a0<span style=\"background-color: #ccffff;\">TEVO Tarantula (EasyConfig)<\/span>\u00ab\u00a0<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">Combien d\u2019extrudeurs :<\/span><\/span><strong><br \/><\/strong><\/p>\n<p>Indiquez le nombre d\u2019extrudeurs que vous pensez utiliser.<\/p>\n<p><span style=\"background-color: #ccffff;\"><em>#if ENABLED(DUAL_EXTRUDER)<br \/>#define EXTRUDERS 2<br \/>#else<br \/>#define EXTRUDERS 1<br \/>#endif<\/em><\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">Pour le calcul de volum\u00e9trie :<\/span><\/span><\/p>\n<p>\/\/ Generally expected filament diameter (1.75, 2.85, 3.0, &#8230;). Used for Volumetric, Filament Width Sensor, etc.<br \/>#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75<\/p>\n<p>La suite du fichier est pour d\u00e9finir des options particuli\u00e8res quand elles sont pr\u00e9sentes comme le multiplexeur de mat\u00e9riaux des Prusa,<br \/>les syst\u00e8mes de basculement d&rsquo;un extrudeur \u00e0 l&rsquo;autre, le parkage des extrudeurs non utilis\u00e9es &#8230;<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">Allez directement \u00e0 la section <strong>@section machine<\/strong><\/span><\/span><\/p>\n<p>Le d\u00e9but concerne l&rsquo;alimentation \u00e9lectrique, si l&rsquo;alimentation est externe, il faut choisir\u00a0 No Power Switch l&rsquo;option \u00ab\u00a00\u00a0\u00bb<\/p>\n<p><span style=\"background-color: #ccffff;\">#define POWER_SUPPLY 0<\/span><\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #ff0000; text-decoration: underline;\">\/\/ @section temperature<\/span><\/span><\/p>\n<p><span style=\"background-color: #ccffff;\">#define TEMP_SENSOR_0 5<\/span>\u00a0 \/\/ type sonde temp\u00e9rature t\u00eate 1 <span style=\"background-color: #ffff99;\">(li\u00e9 \u00e0 la table correspondante dans <strong>thermistortable.h<\/strong>)<\/span><\/p>\n<p>indique que le premier capteur de temp\u00e9rature le O est le mod\u00e8le 5, c&rsquo;est \u00e0 dire<br \/>5 : 100K thermistor &#8211; ATC Semitec 104GT-2 (Used in ParCan &amp; J-Head) (4.7k pullup)<br \/>une autre option courante est<br \/>1 : 100k thermistor &#8211; best choice for EPCOS 100k (4.7k pullup)<\/p>\n<p>Pour les autres capteurs de temp\u00e9rature non utilis\u00e9s v\u00e9rifiez bien qu&rsquo;ils sont \u00e0 \u00ab\u00a00\u00a0\u00bb<br \/>#define TEMP_SENSOR_2 0<br \/>#define TEMP_SENSOR_3 0<br \/>#define TEMP_SENSOR_4 0<br \/>#define TEMP_SENSOR_BED 1\u00a0 <span style=\"background-color: #ffff99;\">\/\/ type sonde\u00a0temp\u00e9rature\u00a0lit chauffant<\/span><\/p>\n<p><span style=\"color: #ff0000;\">\/\/ Dummy thermistor constant temperature readings, for use with 998 and 999<\/span><br \/><span style=\"background-color: #ccffff;\">#define DUMMY_THERMISTOR_998_VALUE 25<\/span><br \/><span style=\"background-color: #ccffff;\">#define DUMMY_THERMISTOR_999_VALUE 100<\/span><\/p>\n<p>Pour tester le moteur de l&rsquo;extrudeur m\u00eame quand aucun thermistor n&rsquo;est install\u00e9<br \/>On peut changer les thermistor en 998 ou 999. Cela r\u00e8gle \u00e0 des temp\u00e9ratures fixes. Une simule une extrusion froide et l&rsquo;autre une extrusion chaude.<\/p>\n<p>\u00a0<\/p>\n<p><span style=\"color: #ff0000;\"><strong>D\u00e9finir les temp\u00e9ratures maxi pour \u00e9viter que tout chauffe et brule quand le Mofset est grill\u00e9<\/strong><\/span><\/p>\n<p>#define HEATER_0_MAXTEMP 275\u00a0\u00a0 ( Pour les E3DV6 on peut mettre 285 )<br \/>#define HEATER_1_MAXTEMP 275<br \/>#define HEATER_2_MAXTEMP 275<br \/>#define HEATER_3_MAXTEMP 275<br \/>#define HEATER_4_MAXTEMP 275<br \/>#define BED_MAXTEMP 150<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][:]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[:fr][et_pb_section bb_built=\u00a0\u00bb1&Prime; admin_label=\u00a0\u00bbsection\u00a0\u00bb][et_pb_row admin_label=\u00a0\u00bbrow\u00a0\u00bb background_position=\u00a0\u00bbtop_left\u00a0\u00bb background_repeat=\u00a0\u00bbrepeat\u00a0\u00bb background_size=\u00a0\u00bbinitial\u00a0\u00bb][et_pb_column type=\u00a0\u00bb4_4&Prime;][et_pb_post_title title=\u00a0\u00bbon\u00a0\u00bb meta=\u00a0\u00bbon\u00a0\u00bb author=\u00a0\u00bbon\u00a0\u00bb date=\u00a0\u00bbon\u00a0\u00bb categories=\u00a0\u00bbon\u00a0\u00bb comments=\u00a0\u00bboff\u00a0\u00bb featured_image=\u00a0\u00bboff\u00a0\u00bb featured_placement=\u00a0\u00bbbelow\u00a0\u00bb parallax_effect=\u00a0\u00bbon\u00a0\u00bb parallax_method=\u00a0\u00bboff\u00a0\u00bb text_orientation=\u00a0\u00bbleft\u00a0\u00bb text_color=\u00a0\u00bbdark\u00a0\u00bb text_background=\u00a0\u00bboff\u00a0\u00bb text_bg_color=\u00a0\u00bbrgba(255,255,255,0.9)\u00a0\u00bb module_bg_color=\u00a0\u00bbrgba(255,255,255,0)\u00a0\u00bb title_all_caps=\u00a0\u00bboff\u00a0\u00bb use_border_color=\u00a0\u00bboff\u00a0\u00bb border_color=\u00a0\u00bb#ffffff\u00a0\u00bb border_style=\u00a0\u00bbsolid\u00a0\u00bb parallax=\u00a0\u00bbon\u00a0\u00bb background_color=\u00a0\u00bbrgba(255,255,255,0)\u00a0\u00bb] &nbsp; [\/et_pb_post_title][et_pb_text use_border_color=\u00a0\u00bboff\u00a0\u00bb background_position=\u00a0\u00bbtop_left\u00a0\u00bb background_repeat=\u00a0\u00bbrepeat\u00a0\u00bb background_size=\u00a0\u00bbinitial\u00a0\u00bb _builder_version=\u00a0\u00bb3.4.1&Prime;] Site officiel du firmware : http:\/\/marlinfw.org\/ Firmware Marlin\u00a0 (EasyConfig 1.1)Il faut copier les fichiers correspondant\u00a0 Configuration.h Configuration_adv.h\u00a0 du sous [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[104],"tags":[],"class_list":["post-32502","post","type-post","status-publish","format-standard","hentry","category-impression-3d"],"_links":{"self":[{"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/posts\/32502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/comments?post=32502"}],"version-history":[{"count":4,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/posts\/32502\/revisions"}],"predecessor-version":[{"id":32546,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/posts\/32502\/revisions\/32546"}],"wp:attachment":[{"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/media?parent=32502"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/categories?post=32502"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.makerslide-machines.xyz\/old\/wp-json\/wp\/v2\/tags?post=32502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}