Remove $fn variable from library

This commit is contained in:
maride 2018-02-05 22:32:52 +01:00
parent c238a0425b
commit 7ca7c65c62

View File

@ -12,8 +12,6 @@
* Same applies for libcircle_degrees, however you also need to pass this module * Same applies for libcircle_degrees, however you also need to pass this module
* the "degrees" argument which is pretty self-explanatory. * the "degrees" argument which is pretty self-explanatory.
*/ */
$fn = 36;
module libcircle_14(r=0, d=0) { module libcircle_14(r=0, d=0) {
libcircle_quarter(r, d); libcircle_quarter(r, d);