Update README.md

This commit is contained in:
Casper Lamboo 2015-07-26 15:37:44 +02:00 committed by Simon Voordouw
parent 90535c1b27
commit a196f92329
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import USER_SETTINGS from 'settings/user_settings.json!';
import * as SLICER from 'Doodle3D/Doodle3d-Slicer';
var settings = new SLICER.Settings();
settings.updateConfig(PRINTER_SETTINGS["ultimaker2go"]);
settings.updateConfig(PRINTER_SETTINGS['ultimaker2go']);
settings.updateConfig(USER_SETTINGS);
var geometry = new THREE.TorusGeometry(20, 10, 30, 30);