mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-13 02:43:58 +02:00
Added missing includes core.scad which generates warnings with latest OpenSCAD snapshots.
Note, however, NopSCADlib does not work with the current OpenSCAD snapshot.
This commit is contained in:
@@ -20,10 +20,10 @@
|
|||||||
//
|
//
|
||||||
//! BOM and assembly demonstration
|
//! BOM and assembly demonstration
|
||||||
//
|
//
|
||||||
|
$explode = 1; // Normally set on the command line when generating assembly views with views.py
|
||||||
include <../core.scad>
|
include <../core.scad>
|
||||||
include <../vitamins/sheets.scad>
|
include <../vitamins/sheets.scad>
|
||||||
use <../vitamins/insert.scad>
|
use <../vitamins/insert.scad>
|
||||||
$explode = 1; // Normally set on the command line when generating assembly views with views.py
|
|
||||||
|
|
||||||
screw = M3_cap_screw;
|
screw = M3_cap_screw;
|
||||||
sheet = PMMA3;
|
sheet = PMMA3;
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
include <../vitamins/ldrs.scad>
|
include <../vitamins/ldrs.scad>
|
||||||
|
|
||||||
use <../utils/layout.scad>
|
use <../utils/layout.scad>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
use <../utils/layout.scad>
|
use <../utils/layout.scad>
|
||||||
|
|
||||||
include <../vitamins/ball_bearings.scad>
|
include <../vitamins/ball_bearings.scad>
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
use <../utils/layout.scad>
|
use <../utils/layout.scad>
|
||||||
|
|
||||||
include <../vitamins/displays.scad>
|
include <../vitamins/displays.scad>
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
include <../vitamins/geared_steppers.scad>
|
include <../vitamins/geared_steppers.scad>
|
||||||
|
|
||||||
use <../utils/layout.scad>
|
use <../utils/layout.scad>
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
use <../utils/layout.scad>
|
use <../utils/layout.scad>
|
||||||
|
|
||||||
include <../vitamins/green_terminals.scad>
|
include <../vitamins/green_terminals.scad>
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
use <../vitamins/hygrometer.scad>
|
use <../vitamins/hygrometer.scad>
|
||||||
|
|
||||||
if($preview)
|
if($preview)
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
use <../vitamins/microview.scad>
|
use <../vitamins/microview.scad>
|
||||||
|
|
||||||
microview(!$preview);
|
microview(!$preview);
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
use <../vitamins/o_ring.scad>
|
use <../vitamins/o_ring.scad>
|
||||||
|
|
||||||
module o_rings()
|
module o_rings()
|
||||||
|
@@ -16,8 +16,8 @@
|
|||||||
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
// You should have received a copy of the GNU General Public License along with NopSCADlib.
|
||||||
// If not, see <https://www.gnu.org/licenses/>.
|
// If not, see <https://www.gnu.org/licenses/>.
|
||||||
//
|
//
|
||||||
|
include <../core.scad>
|
||||||
include <../printed/press_fit.scad>
|
use <../printed/press_fit.scad>
|
||||||
|
|
||||||
module press_fits()
|
module press_fits()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user