{"id":127799,"date":"2022-09-18T16:10:46","date_gmt":"2022-09-18T21:10:46","guid":{"rendered":"https:\/\/www.snapwhole.com\/index.php\/3d-printer-projects-2\/"},"modified":"2023-01-17T01:05:10","modified_gmt":"2023-01-17T01:05:10","slug":"setup-a-3d-printer-with-marlin-1-1-9","status":"publish","type":"page","link":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/","title":{"rendered":"Setup a 3D printer with Marlin 1.1.9"},"content":{"rendered":"\n<p class=\"has-text-align-center has-vivid-red-color has-text-color\">Setup a 3D printer with Marlin 1.1.9<\/p>\n\n\n\n<center><a style=\"color:Tomato;\" href=\"https:\/\/www.snapwhole.com\/index.php\/3d-printer-projects\/\">Return to 3D Printer Projects<\/a><\/center><br><br>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"378\" height=\"382\" src=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg\" alt=\"Setup a 3D printer with Marlin 1.1.9\" class=\"wp-image-127808\" srcset=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg 378w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen-297x300.jpg 297w\" sizes=\"(max-width: 378px) 100vw, 378px\" \/><\/a><figcaption>Setup a 3D printer with Marlin 1.1.9<\/figcaption><\/figure><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p class=\"has-medium-font-size\">Drivers and software changes required to setup a 3D printer with Marlin 1.1.9<\/p>\n\n\n\n<p>Helpful Links and Settings to setup Marlin 1.1.9 for your printer<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">CH340\/G Software Drivers<\/h2>\n\n\n\n<p>&#8211; Required for Mega2560 or NANO with CH340 or CH340G chip<\/p>\n\n\n\n<p><a href=\"https:\/\/www.snapwhole.com\/software\/CH341SER-works.exe\">https:\/\/www.snapwhole.com\/software\/CH341SER-works.exe<\/a><\/p>\n\n\n\n<p>When you connect a Chinese Arduino Mega3560 or Nano that uses a CH340 or CH340G USB to Serial chip, a driver will be install, but you will not be able to upload programs from the IDE<br>Download and Install this driver on your Windows 10 System<br>Your Windows 10 System will say it has the correct drivers, BUT IT DOES NOT!,<br>After you install this driver you will be able to communicate with the Mega2560s and Nanos from China<br>Software is provided as a convenience, use at your own risk<br>Driver will install with a default Serial Speed of 9600,8,n,1<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Arduino Desktop IDE<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.arduino.cc\/en\/Main\/Software\" target=\"_blank\" rel=\"noreferrer noopener\">Arduino Page for Download<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">U8GLIB for Arduino<\/h2>\n\n\n\n<p>&#8211; Required for Discount Graphics Controller<\/p>\n\n\n\n<p><a href=\"https:\/\/code.google.com\/archive\/p\/u8glib\/wikis\/u8glib.wiki\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">GitHub Page for U8GLIB Arduino Graphic Library<\/a><\/p>\n\n\n\n<p>To install Library in Arduino is two steps &#8211; Add in the libary and then activate library<\/p>\n\n\n\n<p>Add in the Libary<br>Download the Zip File In Arduino IDE Select Sketch -&gt; Include Library -&gt; Add Zip Library -&gt; Select the Zip you just download<\/p>\n\n\n\n<p>To activate the Library<br>Select Tools -&gt; Manage LibRaries -&gt; Set Type to Installed -&gt; Select the U8glib Select Version ??.??.? from the dropdown menu Select the Install Button<br>If the install button disappears, you have installed the library<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Martin 1.1.9 Changes for Custom Printer Name<\/h2>\n\n\n\n<p>While not required, it is nice to define a custom name that will appear on the LCD Screen<br>Find this line, and change &#8220;3D Printer&#8221; to your printer&#8217;s Name<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<p>\/\/#define CUSTOM_MACHINE_NAME &#8220;3D Printer&#8221;<\/p>\n\n\n\n<p>\/\/#define CUSTOM_MACHINE_NAME &#8220;BFP&#8221; \/\/Big Fast Printer<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Martin 1.1.9 Changes Required to use RAMPS 1.4<\/h2>\n\n\n\n<p>Load Marlin 1.1.9 software into Arduino<\/p>\n\n\n\n<p>Find tab boards.h and there are 4 lines that define RAMPS 1.4<\/p>\n\n\n\n<p>#define BOARD_RAMPS_13_EFB 33 \/\/ RAMPS 1.3 \/ 1.4 (Power outputs: Extruder, Fan, Bed)<br>#define BOARD_RAMPS_13_EEB 34 \/\/ RAMPS 1.3 \/ 1.4 (Power outputs: Extruder0, Extruder1, Bed)<br>#define BOARD_RAMPS_13_EFF 35 \/\/ RAMPS 1.3 \/ 1.4 (Power outputs: Extruder, Fan, Fan)<br>#define BOARD_RAMPS_13_EEF 36 \/\/ RAMPS 1.3 \/ 1.4 (Power outputs: Extruder0, Extruder1, Fan)<br>The most common setting used for RAMPS 1.4 is ~_EFB<\/p>\n\n\n\n<p>Customize these lines for your setup<br>#ifndef MOTHERBOARD<br>#define MOTHERBOARD BOARD_RAMPS_13_EFB \/\/ change this for your setup<br>#endif<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Marlin 1.1.9 Changes Required to use Discount Graphics Smart Controller<\/h2>\n\n\n\n<p>Various Graphics Controller Cards are defined, but commented out, uncomment your graphics card<\/p>\n\n\n\n<p>To Enable the Discount Graphics Smart Controller&lt;&gt; Load Marlin 1.1.9 software into Arduino<\/p>\n\n\n\n<p>Find tab boards.h and find these lines<\/p>\n\n\n\n<p>\/\/ ==&gt; REMEMBER TO INSTALL U8glib to your ARDUINO library folder: http:\/\/code.google.com\/p\/u8glib\/wiki\/u8glib<br>\/\/#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER<\/p>\n\n\n\n<p>Uncomment this line to use the Discount Graphics Smart Controller<\/p>\n\n\n\n<p>#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER<\/p>\n\n\n\n<p>And download the library and add it to your Arduino Library &#8211; See Above<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Custom Setting Required for Marlin 1.1.9<\/h2>\n\n\n\n<p>Extruder Setting<br>\/\/ This defines the number of extruders<br>\/\/ :[1, 2, 3, 4, 5]<br>#define EXTRUDERS 1<\/p>\n\n\n\n<p>Head Bed Settings<br>#define TEMP_SENSOR_0 1 \/\/thermister on hotend &#8211; connected to first thermistor input on RAMPS 1.4<br>#define TEMP_SENSOR_1 0<br>#define TEMP_SENSOR_2 0<br>#define TEMP_SENSOR_3 0<br>#define TEMP_SENSOR_4 0<br>#define TEMP_SENSOR_BED 0 \/\/thermister type on headbed &#8211; connected to second thermistor input on RAMPS 1.4<br>#define TEMP_SENSOR_CHAMBER 0<\/p>\n\n\n\n<p>Stepper Motor Settings<br>\/\/ Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.<br>#define INVERT_X_DIR false<br>#define INVERT_Y_DIR true<br>#define INVERT_Z_DIR true<\/p>\n\n\n\n<p>Extruder Settings<br>\/\/ For direct drive extruder v9 set to true, for geared extruder set to false<br>#define INVERT_E0_DIR false<br>#define INVERT_E1_DIR false<br>#define INVERT_E2_DIR false<br>#define INVERT_E3_DIR false<br>#define INVERT_E4_DIR false<br>if you motors are moving the wrong direction, flip the true\/false setting to fix<\/p>\n\n\n\n<p>Steps per Axis<br>#define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,200.0*8\/3,760*1.1}<\/p>\n\n\n\n<p>Example &#8211; Piper 1 v2 (200x300x200) uses these settings<br>#define DEFAULT_AXIS_STEPS_PER_UNIT { 160, 160, 4535.44, 1388 }<br>160 \u2013 20 teeth pulleys 1\/32 microstepping, for 1\/16 this value will be 80.<br>4535.44 \u2013 Z steps per mm, for 5\/16 threaded rod and 32 microsteps.<br>1388 \u2013 Extruder steps per mm for Greg Wade\u2019s extruder with 32 microsteps.<\/p>\n\n\n\n<p><a href=\"https:\/\/piper3dprinters.com\/?page_id=580\" target=\"_blank\" rel=\"noreferrer noopener\">Piper 3D Printer Settings Page<\/a><\/p>\n\n\n\n<p>These settings will change for most printers &#8211; Do the research required to find the correct settings<br>#define DEFAULT_MAX_ACCELERATION { 1000, 1000, 100, 5000 }<br>#define DEFAULT_ACCELERATION 900 \/\/ X, Y, Z and E acceleration for printing moves<br>#define DEFAULT_RETRACT_ACCELERATION 100 \/\/ E acceleration for retracts<br>#define DEFAULT_TRAVEL_ACCELERATION 2000 \/\/ X, Y, Z acceleration for travel (non printing) moves<\/p>\n\n\n\n<p>#define DEFAULT_XJERK 4.0<br>#define DEFAULT_YJERK 4.0<br>#define DEFAULT_ZJERK 0.4<\/p>\n\n\n\n<p>Uncomment this line to reduce vibration<br>\/\/#define S_CURVE_ACCELERATION<\/p>\n\n\n\n<p>\/\/ The size of the print bed<br>#define X_BED_SIZE 200<br>#define Y_BED_SIZE 300<\/p>\n\n\n\n<p>\/\/ define the Z height<br>#define Z_MAX_POS 200<\/p>\n\n\n\n<p>\/\/ For direct drive extruder v9 set to true, for geared extruder set to false.<br>#define INVERT_E0_DIR true\/\/ For direct drive extruder v9 set to true, for geared extruder set to false.<\/p>\n\n\n\n<p>\/\/ Generally expected filament diameter (1.75, 2.85, 3.0, &#8230;). Used for Volumetric, Filament Width Sensor, et<\/p>\n\n\n\n<p>#define DEFAULT_NOMINAL_FILAMENT_DIA 1.75<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p class=\"has-text-align-center has-vivid-red-color has-text-color\">Setup a 3D printer with Marlin 1.1.9<\/p>\n\n\n\n<center><a style=\"color:Tomato;\" href=\"https:\/\/www.snapwhole.com\/index.php\/3d-printer-projects\/\">Return to 3D Printer Projects<\/a><\/center><br><br>\n<div class=\"pvc_clear\"><\/div><p id=\"pvc_stats_127799\" class=\"pvc_stats all  \" data-element-id=\"127799\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/www.snapwhole.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p><div class=\"pvc_clear\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Setup a 3D printer with Marlin 1.1.9 Return to 3D Printer Projects Drivers and software changes required to setup a 3D printer with Marlin 1.1.9 Helpful Links and Settings to setup Marlin 1.1.9 for your printer CH340\/G Software Drivers &#8211; Required for Mega2560 or NANO with CH340 or CH340G chip https:\/\/www.snapwhole.com\/software\/CH341SER-works.exe When you connect a [&hellip;]<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_127799\" class=\"pvc_stats all  \" data-element-id=\"127799\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/www.snapwhole.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"a3_pvc":{"activated":true,"total_views":415,"today_views":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Setup a 3D printer with Marlin 1.1.9 - SnapWhole.com<\/title>\n<meta name=\"description\" content=\"Setup a 3D printer with Marlin 1.1.9\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setup a 3D printer with Marlin 1.1.9 - SnapWhole.com\" \/>\n<meta property=\"og:description\" content=\"Setup a 3D printer with Marlin 1.1.9\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/\" \/>\n<meta property=\"og:site_name\" content=\"SnapWhole.com\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-17T01:05:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/\",\"url\":\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/\",\"name\":\"Setup a 3D printer with Marlin 1.1.9 - SnapWhole.com\",\"isPartOf\":{\"@id\":\"https:\/\/www.snapwhole.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg\",\"datePublished\":\"2022-09-18T21:10:46+00:00\",\"dateModified\":\"2023-01-17T01:05:10+00:00\",\"description\":\"Setup a 3D printer with Marlin 1.1.9\",\"breadcrumb\":{\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#primaryimage\",\"url\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg\",\"contentUrl\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg\",\"width\":378,\"height\":382,\"caption\":\"Setup a 3D printer with Marlin 1.1.9\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.snapwhole.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setup a 3D printer with Marlin 1.1.9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.snapwhole.com\/#website\",\"url\":\"https:\/\/www.snapwhole.com\/\",\"name\":\"SnapWhole.com\",\"description\":\"Your Cool Refreshing Eclectic Destination\",\"publisher\":{\"@id\":\"https:\/\/www.snapwhole.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.snapwhole.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.snapwhole.com\/#organization\",\"name\":\"Snapwhole\",\"url\":\"https:\/\/www.snapwhole.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.snapwhole.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/radioactive.jpg\",\"contentUrl\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/radioactive.jpg\",\"width\":282,\"height\":268,\"caption\":\"Snapwhole\"},\"image\":{\"@id\":\"https:\/\/www.snapwhole.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setup a 3D printer with Marlin 1.1.9 - SnapWhole.com","description":"Setup a 3D printer with Marlin 1.1.9","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/","og_locale":"en_US","og_type":"article","og_title":"Setup a 3D printer with Marlin 1.1.9 - SnapWhole.com","og_description":"Setup a 3D printer with Marlin 1.1.9","og_url":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/","og_site_name":"SnapWhole.com","article_modified_time":"2023-01-17T01:05:10+00:00","og_image":[{"url":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/","url":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/","name":"Setup a 3D printer with Marlin 1.1.9 - SnapWhole.com","isPartOf":{"@id":"https:\/\/www.snapwhole.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#primaryimage"},"image":{"@id":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#primaryimage"},"thumbnailUrl":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg","datePublished":"2022-09-18T21:10:46+00:00","dateModified":"2023-01-17T01:05:10+00:00","description":"Setup a 3D printer with Marlin 1.1.9","breadcrumb":{"@id":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#primaryimage","url":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg","contentUrl":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2022\/09\/Marlinscreen.jpg","width":378,"height":382,"caption":"Setup a 3D printer with Marlin 1.1.9"},{"@type":"BreadcrumbList","@id":"https:\/\/www.snapwhole.com\/index.php\/setup-a-3d-printer-with-marlin-1-1-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.snapwhole.com\/"},{"@type":"ListItem","position":2,"name":"Setup a 3D printer with Marlin 1.1.9"}]},{"@type":"WebSite","@id":"https:\/\/www.snapwhole.com\/#website","url":"https:\/\/www.snapwhole.com\/","name":"SnapWhole.com","description":"Your Cool Refreshing Eclectic Destination","publisher":{"@id":"https:\/\/www.snapwhole.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.snapwhole.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.snapwhole.com\/#organization","name":"Snapwhole","url":"https:\/\/www.snapwhole.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.snapwhole.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/radioactive.jpg","contentUrl":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/radioactive.jpg","width":282,"height":268,"caption":"Snapwhole"},"image":{"@id":"https:\/\/www.snapwhole.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/pages\/127799"}],"collection":[{"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/comments?post=127799"}],"version-history":[{"count":6,"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/pages\/127799\/revisions"}],"predecessor-version":[{"id":135816,"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/pages\/127799\/revisions\/135816"}],"wp:attachment":[{"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/media?parent=127799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}