提交 615c99f7 编写于 作者: M Mr.doob

GCodeLoader: Commented out warnings.

上级 f186b209
......@@ -146,7 +146,7 @@ THREE.GCodeLoader.prototype.parse = function ( data ) {
} else if ( cmd === 'G2' || cmd === 'G3' ) {
//G2/G3 - Arc Movement ( G2 clock wise and G3 counter clock wise )
console.warn( 'THREE.GCodeLoader: Arc command not supported' );
//console.warn( 'THREE.GCodeLoader: Arc command not supported' );
} else if ( cmd === 'G90' ) {
......@@ -170,7 +170,7 @@ THREE.GCodeLoader.prototype.parse = function ( data ) {
} else {
console.warn( 'THREE.GCodeLoader: Command not supported:' + cmd );
//console.warn( 'THREE.GCodeLoader: Command not supported:' + cmd );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册