@@ -4,7 +4,7 @@ of the objects are shown in gray, while the changed parts are shown in
4
4
contrasting colors that stand out, illustrated by the following
5
5
example.
6
6
7
- <img src =" examples/scheme1.png " width =" 50% " >
7
+ <img src =" https://raw.githubusercontent.com/bdlucas1/diff3d/refs/heads/master/ examples/scheme1.png" width =" 50% " >
8
8
9
9
In this example most of the lens clamp is unchanged and is displayed
10
10
in gray, while the differing parts are displayed in red for one file
@@ -29,9 +29,9 @@ can [install pipx](https://pipx.pypa.io/stable/installation/) and use
29
29
` pipx ` in place of ` pip ` in the command above.
30
30
31
31
Then to test the installation download two test files
32
- [ lens-clamp-A.stl] ( https://github. com/bdlucas1/diff3d/blob /master/examples/lens-clamp-A.stl )
32
+ [ lens-clamp-A.stl] ( https://raw.githubusercontent. com/bdlucas1/diff3d/refs/heads /master/examples/lens-clamp-A.stl )
33
33
and
34
- [ lens-clamp-B.stl] ( https://github. com/bdlucas1/diff3d/blob /master/examples/lens-clamp-B.stl )
34
+ [ lens-clamp-B.stl] ( https://raw.githubusercontent. com/bdlucas1/diff3d/refs/heads /master/examples/lens-clamp-B.stl )
35
35
and run the command
36
36
37
37
diff3d lens-clamp-A.stl lens-clamp-B.stl
@@ -52,7 +52,7 @@ simple 3d file viewer in addition to its primary function.
52
52
53
53
I use MacOS, but I believe this tool works on Windows and Linux
54
54
as well. I have tested it with Python 3.12 and 3.13, but I think
55
- it will work on some somewhat older versions of Python as well .
55
+ it will also work on some somewhat older versions of Python.
56
56
57
57
Out of the box ` diff3d ` supports STL, OBJ, and 3MF files. Support for a
58
58
number of additional file types is available by installing ` meshio ` ,
@@ -72,7 +72,7 @@ https://davidmathlogic.com/colorblind, and I have not verified
72
72
this. If you have information to add please contact me by opening an
73
73
issue on github.)
74
74
75
- <img src =" examples/scheme1.png " width =" 30% " ><img src =" examples/scheme2.png " width =" 30% " ><img src =" examples/scheme3.png " width =" 30% " >
75
+ <img src =" https://raw.githubusercontent.com/bdlucas1/diff3d/refs/heads/master/ examples/scheme1.png" width =" 30% " ><img src =" https://raw.githubusercontent.com/bdlucas1/diff3d/refs/heads/master/ examples/scheme2.png" width =" 30% " ><img src =" https://raw.githubusercontent.com/bdlucas1/diff3d/refs/heads/master/ examples/scheme3.png" width =" 30% " >
76
76
77
77
You can choose a scheme using the ` -s ` or ` --scheme ` option. The
78
78
above schemes are named "1", "2", and "3" respectively.
0 commit comments