@@ -4,7 +4,7 @@ of the objects are shown in gray, while the changed parts are shown in
44contrasting colors that stand out, illustrated by the following
55example.
66
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% " >
88
99In this example most of the lens clamp is unchanged and is displayed
1010in 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
2929` pipx ` in place of ` pip ` in the command above.
3030
3131Then 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 )
3333and
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 )
3535and run the command
3636
3737 diff3d lens-clamp-A.stl lens-clamp-B.stl
@@ -52,7 +52,7 @@ simple 3d file viewer in addition to its primary function.
5252
5353I use MacOS, but I believe this tool works on Windows and Linux
5454as 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.
5656
5757Out of the box ` diff3d ` supports STL, OBJ, and 3MF files. Support for a
5858number of additional file types is available by installing ` meshio ` ,
@@ -72,7 +72,7 @@ https://davidmathlogic.com/colorblind, and I have not verified
7272this. If you have information to add please contact me by opening an
7373issue on github.)
7474
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% " >
7676
7777You can choose a scheme using the ` -s ` or ` --scheme ` option. The
7878above schemes are named "1", "2", and "3" respectively.
0 commit comments