From ba141a54a5ceda2f93745f6c250b30b1a968e2e5 Mon Sep 17 00:00:00 2001 From: Rick Companje Date: Thu, 22 Jun 2017 11:13:26 +0200 Subject: [PATCH] fixed typo in printer.type for ultimaker2go --- settings/printer_settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/printer_settings.json b/settings/printer_settings.json index 0f46a2d..26931c2 100644 --- a/settings/printer_settings.json +++ b/settings/printer_settings.json @@ -42,6 +42,6 @@ "printer.heatup.temperature": 180, "printer.nozzleDiameter": 0.4, "printer.startcode": ";Generated with Doodle3D (ultimaker2)\nM109 S{printingTemp} ;set target temperature \n{if heatedBed}M190 S{printingBedTemp} ;set target bed temperature\nG21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 ; home to endstops\nG1 Z15 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E10 ;extrude 10mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\nM117 Printing Doodle... ;display message (20 characters to clear whole screen)", - "printer.type": "ultimaker2g0" + "printer.type": "ultimaker2go" } -} \ No newline at end of file +}