Add BLtouch upgrade guide

This commit is contained in:
lawgicau
2021-03-26 16:27:21 +11:00
parent 48d3647003
commit a0c477433f
19 changed files with 151 additions and 2 deletions

View File

@ -1,5 +1,5 @@
var pages = ["Home", "Calibration", "Troubleshooting", "Review Policy", "Sponsors", "Contact"]
var urls = ["index.html", "calibration.html", "troubleshooting.html", "reviewpolicy.html", "sponsors.html", "contact.html"]
var pages = ["Home", "Calibration", "Troubleshooting", "Upgrade Guides", "Review Policy", "Sponsors", "Contact"]
var urls = ["index.html", "calibration.html", "troubleshooting.html", "upgrades.html", "reviewpolicy.html", "sponsors.html", "contact.html"]
var menu = '<img src="img/ttwhite.png" />';
for(var i = 0; i < pages.length; i++){
menu += '<a href="'+urls[i]+'" target="_self"';