We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed that several files in this repository are not actually valid STL files, but are HTML pages containing highlighted STL code.
Clone-wars$ git grep -F '<html' . Printers/PrusaAir/bar-clamp.stl:<html> Printers/PrusaAir/belt-clamp-nut-holder.stl:<html> Printers/PrusaAir/belt-clamp.stl:<html> Printers/PrusaAir/coupling.stl:<html> Printers/PrusaAir/endstop-holder.stl:<html> Printers/PrusaAir/x-carriage.stl:<html> Printers/PrusaAir/y-bushing.stl:<html> Printers/PrusaAir/ybrac-t.stl:<html>
These files should be replaced with properly formatted STL files to avoid problems using them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've noticed that several files in this repository are not actually valid STL files, but are HTML pages containing highlighted STL code.
These files should be replaced with properly formatted STL files to avoid problems using them.
The text was updated successfully, but these errors were encountered: