mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 13:37:58 +01:00
Update README.md
This commit is contained in:
parent
90535c1b27
commit
a196f92329
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user