1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Merge branch 'xs-model'

Conflicts:
	lib/Slic3r/Model.pm
This commit is contained in:
Alessandro Ranellucci
2013-12-13 12:22:17 +01:00
24 changed files with 690 additions and 693 deletions
+4
View File
@@ -159,4 +159,8 @@ sub open {
return CORE::open $$fh, $mode, encode_path($filename);
}
# this package declaration prevents an ugly fatal warning to be emitted when
# spawning a new thread
package GLUquadricObjPtr;
1;