mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 15:36:30 +02:00
Made includes relative in bldc_motors.
This commit is contained in:
@@ -20,11 +20,11 @@
|
|||||||
//
|
//
|
||||||
//! Brushless DC electric motor
|
//! Brushless DC electric motor
|
||||||
//
|
//
|
||||||
include <NopSCADlib/core.scad>
|
include <../utils/core/core.scad>
|
||||||
|
|
||||||
use <NopSCADlib/vitamins/rod.scad>
|
use <rod.scad>
|
||||||
use <NopSCADlib/utils/thread.scad>
|
use <../utils/thread.scad>
|
||||||
use <NopSCADlib/utils/tube.scad>
|
use <../utils/tube.scad>
|
||||||
|
|
||||||
|
|
||||||
function BLDC_diameter(type) = type[1]; //! Diameter of motor
|
function BLDC_diameter(type) = type[1]; //! Diameter of motor
|
||||||
|
Reference in New Issue
Block a user