Chris Palmer
330c09f4d4
Merge branch 'schiele-corexy_fix'
v21.37.1
2025-04-15 11:41:21 +01:00
Chris Palmer
c2a56367eb
Merge branch 'corexy_fix' of https://github.com/schiele/NopSCADlib into schiele-corexy_fix
2025-04-15 11:35:27 +01:00
Chris Palmer
f16dc84792
Updated changelog.
2025-04-15 11:34:43 +01:00
Chris Palmer
c065855b90
Merge branch 'pcremades-master'
v21.37.0
2025-04-15 11:32:22 +01:00
Chris Palmer
edc7e17437
Included pcbs.scad in displays.scad.
...
Moved I2C_LCD_Backpack from tiny_pcbs to pcbs to prevent connector clash.
Updated images and readme.
2025-04-15 11:31:46 +01:00
Robert Schiele
7546203b03
positional parameters should not follow named parameters
...
Some versions of OpenSCAD (like the latest official release 2021.01 get
confused if positional parameters follow named parameters. So let's use
named parameters after the first named one was used.
2025-04-15 07:00:19 +02:00
pcremades
a9b501a2d2
Added a 1602 LCD with I2C module
2025-04-11 11:54:48 -03:00
pcremades
126343d5af
Added a I2C TWI SPI Serial Interface for 1602 LCD
2025-04-11 11:39:59 -03:00
pcremades
1692fcc811
Added 1/4" square trimpot to pcb.scad
2025-04-11 11:27:14 -03:00
Chris Palmer
5c4fe8bfb9
Updated changelog.
2025-04-09 23:31:10 +01:00
Chris Palmer
33ac3820b0
Added pose_stl() module because pose() only works for assembly views.
v21.36.0
2025-04-09 23:29:00 +01:00
Chris Palmer
6a58d37f77
Updated changelog.
2025-04-01 09:57:15 +01:00
Chris Palmer
029abc0cf8
Merge branch 'trnila-barrel_jack_cutout'
v21.35.6
2025-04-01 09:45:06 +01:00
Chris Palmer
4b018eb9ad
Merge branch 'barrel_jack_cutout' of https://github.com/trnila/NopSCADlib into trnila-barrel_jack_cutout
2025-04-01 09:33:43 +01:00
Chris Palmer
3715585002
Made pose() work on STL renders to match the documentation.
v21.35.5
2025-04-01 09:32:00 +01:00
Daniel Trnka
5d0eda87e4
barrel_jack: added cutout
2025-03-30 23:19:42 +02:00
Chris Palmer
ad963afb8d
Updated changelog.
2025-03-27 12:25:55 +00:00
Chris Palmer
dbf8e6c7ae
Merge branch 'jeroenrnl-VariableNamesWithDigitsDeprecated'
v21.35.4
2025-03-27 12:24:15 +00:00
Chris Palmer
7d281cbcdd
Merge branch 'VariableNamesWithDigitsDeprecated' of https://github.com/jeroenrnl/NopSCADlib into jeroenrnl-VariableNamesWithDigitsDeprecated
2025-03-27 12:01:05 +00:00
Chris Palmer
f1a651a2d2
Updated changelog.
2025-03-27 02:00:24 +00:00
Chris Palmer
9f9aa6723e
Third attempt to fix dimension image.
v21.35.3
2025-03-27 01:59:05 +00:00
Chris Palmer
83d2d511e3
Updated changelog.
2025-03-27 01:57:19 +00:00
Chris Palmer
6b6704b823
Second attempt to fix dimension image.
v21.35.2
2025-03-27 01:56:05 +00:00
Chris Palmer
946a3bea1c
Updated changelog.
2025-03-27 01:39:25 +00:00
Chris Palmer
117fb626e7
Fixed dimension example image address.
v21.35.1
2025-03-27 01:38:09 +00:00
Chris Palmer
0382bad566
Updated changelog.
2025-03-27 01:27:09 +00:00
Chris Palmer
b572325a8f
Merge branch 'AlexVerschoot-dimensions'
v21.35.0
2025-03-27 00:50:47 +00:00
Chris Palmer
6dc82045ff
Shortened the module comments by factoring out the parameter discriptions.
...
Added the nut example picture.
Fixed nut picture placement.
Updated images and readme.
2025-03-27 00:50:21 +00:00
Jeroen Roos
fdbe0c7a9e
Change variable names that start with a digit
...
Change names of variables from `2a` and `2c` to `ax2` (a times 2) and
`cx2`, because variable names starting with a digit are deprecated in
OpenSCAD.
2025-03-23 10:45:33 +01:00
Chris Palmer
9c7e8a99c7
Merge branch 'dimensions' of https://github.com/AlexVerschoot/NopSCADlib into AlexVerschoot-dimensions
2025-03-22 23:07:20 +00:00
Alex Verschoot
c50f95a203
added some documentation to the nut
2025-03-22 21:43:54 +01:00
Alex Verschoot
49bd6e0a04
added negative offsets to test
2025-03-22 15:00:20 +01:00
Alex Verschoot
921843cc09
made negative offset work as expected (go to the opposite side, and use min instead of max on ccordinates)
2025-03-22 14:58:12 +01:00
Alex Verschoot
c17cc1321b
Changed the module comments style
2025-03-19 21:42:34 +01:00
Alex Verschoot
9862b3c3a3
typos
2025-03-16 18:50:51 +01:00
Alex Verschoot
e87e19aa18
removed center from experiment
2025-03-16 18:43:26 +01:00
Alex Verschoot
4f68935b5b
some cleanup
2025-03-16 18:23:15 +01:00
Alex Verschoot
8992cce7a6
added argument for text size, and improve auto size
2025-03-15 22:19:12 +01:00
Alex Verschoot
106666ec49
simplified the math to use rotates instead, added examples, and allowed the user to choose witch plane the x,y and z dimensions are in
2025-03-15 21:28:33 +01:00
Alex Verschoot
f731f0fe98
added a function to rotate around the dim axis
2025-03-13 22:53:21 +01:00
Alex Verschoot
3a62198183
replaced the new math functions with rotate and transform
2025-03-13 22:37:53 +01:00
Alex Verschoot
0123885711
Improved text alligment
2025-03-07 22:07:53 +01:00
Alex Verschoot
b166ec47dd
Remove old commented code from dimension.scad
2025-03-02 23:07:17 +01:00
Alex Verschoot
6467de5fac
Update maths.scad
2025-03-02 23:01:20 +01:00
Alex Verschoot
dc683ed701
added dimensions
2025-03-02 20:18:17 +01:00
Chris Palmer
99d6c2f891
Updated changelog.
2025-02-22 12:20:23 +00:00
Chris Palmer
fc49e8068e
Merge branch 'AlexVerschoot-master'
v21.34.0
2025-02-22 12:18:10 +00:00
Chris Palmer
862357279a
Updated images and readme.
2025-02-22 12:17:07 +00:00
Alex Verschoot
0b8ad93dc5
made the test cases work with the motor in the back
2025-02-16 12:23:20 +01:00
Alex Verschoot
38890400ac
added new test cases for motor in the back
2025-02-16 12:22:47 +01:00