diff --git a/src/bottom-panel-overhang-left.scad b/src/bottom-panel-overhang-left.scad index 8e8f2fc..0d3ef06 100644 --- a/src/bottom-panel-overhang-left.scad +++ b/src/bottom-panel-overhang-left.scad @@ -5,7 +5,7 @@ include include -use +use module bottom_panel_left() { difference() { diff --git a/src/bottom-panel-overhang-middle.scad b/src/bottom-panel-overhang-middle.scad index 7cd2a29..c026e52 100644 --- a/src/bottom-panel-overhang-middle.scad +++ b/src/bottom-panel-overhang-middle.scad @@ -5,8 +5,8 @@ include include -use -use +use +use module bottom_panel_middle() { intersection() { diff --git a/src/bottom-panel-overhang-right.scad b/src/bottom-panel-overhang-right.scad index 94ea613..668eb09 100644 --- a/src/bottom-panel-overhang-right.scad +++ b/src/bottom-panel-overhang-right.scad @@ -5,7 +5,7 @@ include include -use +use module bottom_panel_right() { rotate([0, 0, 180]) bottom_panel_left(); diff --git a/src/top-panel-overhang-middle-dir_arc-plus-w-30mm-with-mount.scad b/src/top-panel-overhang-middle-dir_arc-plus-w-30mm-with-mount.scad index 3c279c2..bd304af 100644 --- a/src/top-panel-overhang-middle-dir_arc-plus-w-30mm-with-mount.scad +++ b/src/top-panel-overhang-middle-dir_arc-plus-w-30mm-with-mount.scad @@ -5,7 +5,7 @@ include include -use +use module top_panel_middle_dir_arc_w_30mm_with_mount() { top_panel_middle_dir_arc_w_30mm(); diff --git a/src/top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount-with-oled.scad b/src/top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount-with-oled.scad index 0245659..14666f4 100644 --- a/src/top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount-with-oled.scad +++ b/src/top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount-with-oled.scad @@ -5,7 +5,7 @@ include include -use +use module top_panel_right_sega_2p_plus_one_plus_control_with_mount_with_oled() { difference() { diff --git a/src/top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount.scad b/src/top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount.scad index 447c49f..f7ea67f 100644 --- a/src/top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount.scad +++ b/src/top-panel-overhang-right-sega-2p-plus-one-plus-control-with-mount.scad @@ -5,7 +5,7 @@ include include -use +use module top_panel_right_sega_2p_plus_one_plus_control_with_mount() { top_panel_right_sega_2p_plus_one_plus_control(); diff --git a/src/top-panel-overhang-right-sega-2p-plus-one-with-mount.scad b/src/top-panel-overhang-right-sega-2p-plus-one-with-mount.scad index 0f611bd..29ae114 100644 --- a/src/top-panel-overhang-right-sega-2p-plus-one-with-mount.scad +++ b/src/top-panel-overhang-right-sega-2p-plus-one-with-mount.scad @@ -5,7 +5,7 @@ include include -use +use module top_panel_right_sega_2p_plus_one_with_mount() { top_panel_right_sega_2p_plus_one();