mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-04-11 18:55:20 +00:00
Corrected knurling.scad Includes.
This commit is contained in:
parent
20a21a5d9a
commit
22f6ac910b
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
// Shapes and masks for knurling cylinders.
|
||||
// Includes:
|
||||
// include <BOSL2/std.scad>
|
||||
// include <BOSL2/knurling.scad>
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,507];
|
||||
BOSL_VERSION = [2,0,508];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue