mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-23 07:13:51 -05:00
Spelling
This commit is contained in:
parent
3ee55981f9
commit
479207fd4f
@ -18,7 +18,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// Include this file to use the miniumum library plus screws, nuts and washers
|
// Include this file to use the minimum library plus screws, nuts and washers
|
||||||
//
|
//
|
||||||
include <utils/core/core.scad>
|
include <utils/core/core.scad>
|
||||||
//
|
//
|
||||||
|
@ -33,7 +33,7 @@ $exploded = is_undef($explode) ? 0 : $explode; // 1 f
|
|||||||
layer_height = is_undef($layer_height) ? 0.25 : $layer_height; // layer heigth when printing
|
layer_height = is_undef($layer_height) ? 0.25 : $layer_height; // layer heigth when printing
|
||||||
extrusion_width = is_undef($extrusion_width) ? 0.5 : $extrusion_width; // filament width when printing
|
extrusion_width = is_undef($extrusion_width) ? 0.5 : $extrusion_width; // filament width when printing
|
||||||
nozzle = is_undef($nozzle) ? 0.45 : $nozzle; // 3D printer nozzle
|
nozzle = is_undef($nozzle) ? 0.45 : $nozzle; // 3D printer nozzle
|
||||||
cnc_bit_r = is_undef($cnc_bit_r) ? 1.2 : $cnc_bit_r; // miniumum tool radius when milling 2D objects
|
cnc_bit_r = is_undef($cnc_bit_r) ? 1.2 : $cnc_bit_r; // minimum tool radius when milling 2D objects
|
||||||
pp1_colour = is_undef($pp1_colour) ? [0, 146/255, 0] : $pp1_colour; // printed part colour 1, RepRap logo colour
|
pp1_colour = is_undef($pp1_colour) ? [0, 146/255, 0] : $pp1_colour; // printed part colour 1, RepRap logo colour
|
||||||
pp2_colour = is_undef($pp2_colour) ? "red" : $pp2_colour; // printed part colour 2
|
pp2_colour = is_undef($pp2_colour) ? "red" : $pp2_colour; // printed part colour 2
|
||||||
pp3_colour = is_undef($pp3_colour) ? "blue" : $pp3_colour; // printed part colour 3
|
pp3_colour = is_undef($pp3_colour) ? "blue" : $pp3_colour; // printed part colour 3
|
||||||
|
@ -403,7 +403,7 @@ PCB mounted buttons. Can optionally have a coloured cap
|
|||||||
## Cable_strips
|
## Cable_strips
|
||||||
A strip of polypropylene used with ribbon cable to make a cable flexible in one direction only.
|
A strip of polypropylene used with ribbon cable to make a cable flexible in one direction only.
|
||||||
|
|
||||||
Modelled with a Bezier spline, which is not quite the same as a miniumum energy curve but very close, epecially
|
Modelled with a Bezier spline, which is not quite the same as a minimum energy curve but very close, epecially
|
||||||
near the extreme positions, where the model needs to be accurate.
|
near the extreme positions, where the model needs to be accurate.
|
||||||
|
|
||||||
When the sides are constrained then a circular model is more accurate.
|
When the sides are constrained then a circular model is more accurate.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
// Include this file to use the miniumum library
|
// Include this file to use the minimum library
|
||||||
//
|
//
|
||||||
include <../../global_defs.scad>
|
include <../../global_defs.scad>
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user