prefer $fs over $fn

$fn = 50 is extreme and *really* slows things down
This commit is contained in:
2023-12-21 04:15:40 +00:00
parent 5bbbbb5cb2
commit 3bf24c420c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
include <dimensions.scad>
use <phone.scad>
$fn=50;
$fs = 1;
module plate(Margin, Thick=Height)
{

View File

@@ -1,6 +1,6 @@
include <dimensions.scad>
$fn=50;
$fs = 1;
minkowski() {
difference() {

View File

@@ -1,7 +1,7 @@
include <dimensions.scad>
use <bits.scad>
$fn=50;
$fs = 1;
module phone (Pad=0, Bits=0)
{