i realy apreciat it, thanks for Openscad Content, and you lesson is amazing, 100% Didatic !
@4funrc117 жыл бұрын
Keep 'em coming... Thx!
@ericbuijs30437 жыл бұрын
Hi Paul, congratulations with your 1000+ subscribers.
@Appregator4 жыл бұрын
I also noticed one can use, for example: cube([1,2,3],false); where "centre =" is implicit when one just uses true or false. It works for all the examples you have given.
@mathcodeprint4 жыл бұрын
Absolutely, I tried give the most "basic" version. So for example whereas just using your example is more compact and easier, it requires more understanding. It takes some knowledge to know the argument in that position is for centering the origin. Once you have that knowledge it feels quite silly typing "center=" every time. Thanks for adding valuable insight
@Appregator4 жыл бұрын
@@mathcodeprint I actually stumbled upon in by mistake by neglecting to put in "centre=".. Happy accident
@Ruya_Meltem4 жыл бұрын
Thank you! WARNING: Can't open library 'prandall_tools.scad'. Compiling design (CSG Tree generation)... WARNING: Ignoring unknown module 'stack', in file ../../Users/fogla/Desktop/x What should I do?
@mathcodeprint4 жыл бұрын
Sorry it took so long. This can be annoying. You will have to identify where your library folder is and make certain the library is within that folder. You can also copy the code out and place it directly into your code.