1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 14:56:47 +02:00

add comment

This commit is contained in:
Justin Lin
2020-04-15 08:57:42 +08:00
parent ac199c278c
commit a4fe86b58c

View File

@@ -1,6 +1,7 @@
use <experimental/lsystem3.scad>;
use <hull_polyline3d.scad>;
// Hilbert curve 3D
axiom = "A";
rules = [
["A", "B-F+CFC+F-D&F∧D-F+&&CFC+F+B//"],