|
@@ -146,7 +146,7 @@ THREE.GCodeLoader.prototype.parse = function ( data ) {
|
|
} else if ( cmd === 'G2' || cmd === 'G3' ) {
|
|
} else if ( cmd === 'G2' || cmd === 'G3' ) {
|
|
|
|
|
|
//G2/G3 - Arc Movement ( G2 clock wise and G3 counter clock wise )
|
|
//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' ) {
|
|
} else if ( cmd === 'G90' ) {
|
|
|
|
|
|
@@ -170,7 +170,7 @@ THREE.GCodeLoader.prototype.parse = function ( data ) {
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|
|
- console.warn( 'THREE.GCodeLoader: Command not supported:' + cmd );
|
|
|
|
|
|
+ //console.warn( 'THREE.GCodeLoader: Command not supported:' + cmd );
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|