Skip to content

Commit

Permalink
don't use 3d surface for DSA even though its cool
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheldiii committed Oct 14, 2022
1 parent 6b444fd commit 8b0a6c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions customizer.scad
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,6 @@ module dsa_row(row=3, column = 0) {
$dish_skew_y = 0;
$height_slices = 10;

$dish_type = "3d surface";
$surface_function = spherical_surface;

$side_sculpting = function(progress) (1 - progress) * 4.5;
$corner_sculpting = function(progress) pow(progress, 2);

Expand Down
3 changes: 0 additions & 3 deletions src/key_profiles/dsa.scad
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ module dsa_row(row=3, column = 0) {
$dish_skew_y = 0;
$height_slices = 10;

$dish_type = "3d surface";
$surface_function = spherical_surface;

$side_sculpting = function(progress) (1 - progress) * 4.5;
$corner_sculpting = function(progress) pow(progress, 2);

Expand Down

0 comments on commit 8b0a6c5

Please sign in to comment.