Fix links to secure sites (#18745)

This commit is contained in:
Diego von Deschwanden
2020-07-23 05:20:14 +02:00
committed by GitHub
parent f9b1da7beb
commit 42fbd527f3
1321 changed files with 1416 additions and 1416 deletions

View File

@@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
@@ -38,7 +38,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Grbl. If not, see <http://www.gnu.org/licenses/>.
* along with Grbl. If not, see <https://www.gnu.org/licenses/>.
*/
/**
@@ -2608,7 +2608,7 @@ void Stepper::init() {
void Stepper::_set_position(const int32_t &a, const int32_t &b, const int32_t &c, const int32_t &e) {
#if CORE_IS_XY
// corexy positioning
// these equations follow the form of the dA and dB equations on http://www.corexy.com/theory.html
// these equations follow the form of the dA and dB equations on https://www.corexy.com/theory.html
count_position.set(a + b, CORESIGN(a - b), c);
#elif CORE_IS_XZ
// corexz planning