1
0
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:
Justin Lin
2022-06-06 13:11:46 +08:00
parent fd666676d6
commit 45050f31cd
761 changed files with 1995 additions and 1995 deletions

View File

@@ -1,4 +1,4 @@
use <voxel/vx_bezier.scad>;
use <voxel/vx_bezier.scad>
module test_vx_bezier() {
echo("==== test_vx_bezier ====");

View File

@@ -1,4 +1,4 @@
use <voxel/vx_circle.scad>;
use <voxel/vx_circle.scad>
module test_vx_circle() {
echo("==== test_vx_circle ====");

View File

@@ -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 ====");

View File

@@ -1,4 +1,4 @@
use <voxel/vx_cylinder.scad>;
use <voxel/vx_cylinder.scad>
module test_vx_cylinder() {
echo("==== test_vx_cylinder ====");

View File

@@ -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 ====");

View File

@@ -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 ====");

View File

@@ -1,4 +1,4 @@
use <voxel/vx_line.scad>;
use <voxel/vx_line.scad>
module test_vx_line() {
echo("==== test_vx_line ====");

View File

@@ -1,4 +1,4 @@
use <voxel/vx_polygon.scad>;
use <voxel/vx_polygon.scad>
module test_vx_polygon() {
echo("==== test_vx_polygon ====");

View File

@@ -1,4 +1,4 @@
use <voxel/vx_polyline.scad>;
use <voxel/vx_polyline.scad>
module test_vx_polyline() {
echo("==== test_vx_polyline ====");

View File

@@ -1,4 +1,4 @@
use <voxel/vx_sphere.scad>;
use <voxel/vx_sphere.scad>
module test_vx_sphere() {
echo("==== test_vx_sphere ====");