mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 05:21:38 +02:00
del semicolon of use/include
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use <voxel/vx_bezier.scad>;
|
||||
use <voxel/vx_bezier.scad>
|
||||
|
||||
module test_vx_bezier() {
|
||||
echo("==== test_vx_bezier ====");
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <voxel/vx_circle.scad>;
|
||||
use <voxel/vx_circle.scad>
|
||||
|
||||
module test_vx_circle() {
|
||||
echo("==== test_vx_circle ====");
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use <voxel/vx_ascii.scad>;
|
||||
use <voxel/vx_contour.scad>;
|
||||
use <voxel/vx_ascii.scad>
|
||||
use <voxel/vx_contour.scad>
|
||||
|
||||
module test_vx_contour() {
|
||||
echo("==== test_vx_contour ====");
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <voxel/vx_cylinder.scad>;
|
||||
use <voxel/vx_cylinder.scad>
|
||||
|
||||
module test_vx_cylinder() {
|
||||
echo("==== test_vx_cylinder ====");
|
||||
|
@@ -1,6 +1,6 @@
|
||||
use <voxel/vx_difference.scad>;
|
||||
use <voxel/vx_cylinder.scad>;
|
||||
use <voxel/vx_sphere.scad>;
|
||||
use <voxel/vx_difference.scad>
|
||||
use <voxel/vx_cylinder.scad>
|
||||
use <voxel/vx_sphere.scad>
|
||||
|
||||
module test_vx_difference() {
|
||||
echo("==== test_vx_difference ====");
|
||||
|
@@ -1,6 +1,6 @@
|
||||
use <voxel/vx_cylinder.scad>;
|
||||
use <voxel/vx_sphere.scad>;
|
||||
use <voxel/vx_intersection.scad>;
|
||||
use <voxel/vx_cylinder.scad>
|
||||
use <voxel/vx_sphere.scad>
|
||||
use <voxel/vx_intersection.scad>
|
||||
|
||||
module test_vx_intersection() {
|
||||
echo("==== test_vx_intersection ====");
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <voxel/vx_line.scad>;
|
||||
use <voxel/vx_line.scad>
|
||||
|
||||
module test_vx_line() {
|
||||
echo("==== test_vx_line ====");
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <voxel/vx_polygon.scad>;
|
||||
use <voxel/vx_polygon.scad>
|
||||
|
||||
module test_vx_polygon() {
|
||||
echo("==== test_vx_polygon ====");
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <voxel/vx_polyline.scad>;
|
||||
use <voxel/vx_polyline.scad>
|
||||
|
||||
module test_vx_polyline() {
|
||||
echo("==== test_vx_polyline ====");
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <voxel/vx_sphere.scad>;
|
||||
use <voxel/vx_sphere.scad>
|
||||
|
||||
module test_vx_sphere() {
|
||||
echo("==== test_vx_sphere ====");
|
||||
|
Reference in New Issue
Block a user