Browse Source

Update links, README, contributing, etc.

Scott Lahteine 3 years ago
parent
commit
8b637e436c
76 changed files with 91 additions and 92 deletions
  1. 1
    1
      .github/FUNDING.yml
  2. 6
    7
      .github/contributing.md
  3. 1
    1
      Marlin/Configuration.h
  4. 1
    1
      Marlin/Marlin.ino
  5. 1
    1
      Marlin/src/HAL/AVR/fastio.h
  6. 1
    1
      Marlin/src/HAL/DUE/Tone.cpp
  7. 1
    1
      Marlin/src/HAL/DUE/fastio.h
  8. 1
    1
      Marlin/src/HAL/DUE/usb/arduino_due_x.h
  9. 1
    1
      Marlin/src/HAL/DUE/usb/compiler.h
  10. 1
    1
      Marlin/src/HAL/DUE/usb/conf_access.h
  11. 1
    1
      Marlin/src/HAL/DUE/usb/conf_clock.h
  12. 1
    1
      Marlin/src/HAL/DUE/usb/conf_usb.h
  13. 1
    1
      Marlin/src/HAL/DUE/usb/ctrl_access.c
  14. 1
    1
      Marlin/src/HAL/DUE/usb/ctrl_access.h
  15. 1
    1
      Marlin/src/HAL/DUE/usb/genclk.h
  16. 1
    1
      Marlin/src/HAL/DUE/usb/mrepeat.h
  17. 1
    1
      Marlin/src/HAL/DUE/usb/osc.h
  18. 1
    1
      Marlin/src/HAL/DUE/usb/pll.h
  19. 1
    1
      Marlin/src/HAL/DUE/usb/preprocessor.h
  20. 1
    1
      Marlin/src/HAL/DUE/usb/sbc_protocol.h
  21. 1
    1
      Marlin/src/HAL/DUE/usb/sd_mmc_spi_mem.h
  22. 1
    1
      Marlin/src/HAL/DUE/usb/spc_protocol.h
  23. 1
    1
      Marlin/src/HAL/DUE/usb/stringz.h
  24. 1
    1
      Marlin/src/HAL/DUE/usb/sysclk.c
  25. 1
    1
      Marlin/src/HAL/DUE/usb/sysclk.h
  26. 1
    1
      Marlin/src/HAL/DUE/usb/tpaste.h
  27. 1
    1
      Marlin/src/HAL/DUE/usb/udc.c
  28. 1
    1
      Marlin/src/HAL/DUE/usb/udc.h
  29. 1
    1
      Marlin/src/HAL/DUE/usb/udc_desc.h
  30. 1
    1
      Marlin/src/HAL/DUE/usb/udd.h
  31. 1
    1
      Marlin/src/HAL/DUE/usb/udi.h
  32. 1
    1
      Marlin/src/HAL/DUE/usb/udi_cdc.c
  33. 2
    2
      Marlin/src/HAL/DUE/usb/udi_cdc.h
  34. 1
    1
      Marlin/src/HAL/DUE/usb/udi_cdc_conf.h
  35. 1
    1
      Marlin/src/HAL/DUE/usb/udi_cdc_desc.c
  36. 1
    1
      Marlin/src/HAL/DUE/usb/udi_composite_desc.c
  37. 1
    1
      Marlin/src/HAL/DUE/usb/udi_msc.c
  38. 2
    2
      Marlin/src/HAL/DUE/usb/udi_msc.h
  39. 1
    1
      Marlin/src/HAL/DUE/usb/uotghs_device_due.c
  40. 1
    1
      Marlin/src/HAL/DUE/usb/uotghs_device_due.h
  41. 1
    1
      Marlin/src/HAL/DUE/usb/uotghs_otg.h
  42. 1
    1
      Marlin/src/HAL/DUE/usb/usb_protocol.h
  43. 1
    1
      Marlin/src/HAL/DUE/usb/usb_protocol_cdc.h
  44. 1
    1
      Marlin/src/HAL/DUE/usb/usb_protocol_msc.h
  45. 1
    1
      Marlin/src/HAL/DUE/usb/usb_task.c
  46. 1
    1
      Marlin/src/HAL/DUE/usb/usb_task.h
  47. 1
    1
      Marlin/src/HAL/LINUX/fastio.h
  48. 1
    1
      Marlin/src/HAL/LPC1768/fastio.h
  49. 1
    1
      Marlin/src/HAL/STM32F1/SPI.cpp
  50. 1
    1
      Marlin/src/HAL/TEENSY31_32/fastio.h
  51. 1
    1
      Marlin/src/HAL/TEENSY35_36/fastio.h
  52. 1
    1
      Marlin/src/HAL/shared/backtrace/unwarmbytab.cpp
  53. 1
    1
      Marlin/src/feature/dac/dac_mcp4728.cpp
  54. 1
    1
      Marlin/src/gcode/motion/G5.cpp
  55. 3
    3
      Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/basic/boards.h
  56. 1
    1
      Marlin/src/module/scara.cpp
  57. 1
    1
      Marlin/src/module/thermistor/thermistor_2.h
  58. 1
    1
      Marlin/src/module/thermistor/thermistor_5.h
  59. 1
    1
      Marlin/src/module/thermistor/thermistor_52.h
  60. 1
    1
      Marlin/src/module/thermistor/thermistor_55.h
  61. 1
    1
      Marlin/src/pins/sam/pins_ALLIGATOR_R2.h
  62. 2
    2
      Marlin/src/pins/sanguino/pins_OMCA.h
  63. 1
    1
      Marlin/src/pins/stm32f4/pins_BLACK_STM32F407VE.h
  64. 1
    1
      Marlin/src/sd/SdFatStructs.h
  65. 1
    1
      Marlin/src/sd/SdInfo.h
  66. 1
    1
      README.md
  67. 2
    2
      buildroot/etc/udev/rules.d/99-platformio-udev.rules
  68. 1
    1
      buildroot/share/PlatformIO/boards/BigTree_Btt002.json
  69. 1
    1
      buildroot/share/PlatformIO/boards/BigTree_SKR_Pro.json
  70. 1
    1
      buildroot/share/PlatformIO/boards/FLYF407ZG.json
  71. 1
    1
      buildroot/share/PlatformIO/boards/blackSTM32F407VET6.json
  72. 1
    1
      buildroot/share/PlatformIO/boards/malyanM200.json
  73. 2
    2
      buildroot/share/fonts/README.md
  74. 3
    3
      buildroot/share/fonts/uxggenpages.md
  75. 2
    2
      buildroot/share/scripts/createTemperatureLookupMarlin.py
  76. 1
    1
      platformio.ini

+ 1
- 1
.github/FUNDING.yml View File

@@ -1,3 +1,3 @@
1 1
 github: [thinkyhead]
2 2
 patreon: thinkyhead
3
-custom: ["http://www.thinkyhead.com/donate-to-marlin"]
3
+custom: ["https://www.thinkyhead.com/donate-to-marlin"]

+ 6
- 7
.github/contributing.md View File

@@ -34,16 +34,15 @@ This project and everyone participating in it is governed by the [Marlin Code of
34 34
 
35 35
 We have a Message Board and a Facebook group where our knowledgable user community can provide helpful advice if you have questions.
36 36
 
37
-* [Marlin RepRap forum](http://forums.reprap.org/list.php?415)
37
+* [Marlin RepRap forum](https://reprap.org/forum/list.php?415)
38 38
 * [MarlinFirmware on Facebook](https://www.facebook.com/groups/1049718498464482/)
39 39
 
40
-If chat is more your speed, you can join the MarlinFirmware Slack team:
40
+If chat is more your speed, you can join the MarlinFirmware Discord server:
41 41
 
42
-* Join the Marlin Slack Team
43
-  * To obtain group access, please [send a request](http://www.thinkyhead.com/contact/9) to @thinkyhead.
44
-  * Even though Slack is a chat service, sometimes it takes several hours for community members to respond — please be patient!
45
-  * Use the `#general` channel for general questions or discussion about Marlin.
46
-  * Other channels exist for certain topics. Check the channel list.
42
+* Use the link https://discord.gg/n5NJ59y to join up as a General User.
43
+* Even though our Discord is pretty active, it may take a while for community members to respond — please be patient!
44
+* Use the `#general` channel for general questions or discussion about Marlin.
45
+* Other channels exist for certain topics or are limited to Patrons. Check the channel list.
47 46
 
48 47
 ## How Can I Contribute?
49 48
 

+ 1
- 1
Marlin/Configuration.h View File

@@ -463,7 +463,7 @@
463 463
 //===========================================================================
464 464
 //============================= PID Settings ================================
465 465
 //===========================================================================
466
-// PID Tuning Guide here: http://reprap.org/wiki/PID_Tuning
466
+// PID Tuning Guide here: https://reprap.org/wiki/PID_Tuning
467 467
 
468 468
 // Comment the following line to disable PID and enable bang-bang.
469 469
 #define PIDTEMP

+ 1
- 1
Marlin/Marlin.ino View File

@@ -35,7 +35,7 @@ Configuration
35 35
 
36 36
 Getting Help
37 37
 
38
-  - http://forums.reprap.org/list.php?415
38
+  - https://reprap.org/forum/list.php?415
39 39
     The Marlin Discussion Forum is a great place to get help from other Marlin
40 40
     users who may have experienced similar issues to your own.
41 41
 

+ 1
- 1
Marlin/src/HAL/AVR/fastio.h View File

@@ -57,7 +57,7 @@
57 57
  *
58 58
  * Now you can simply SET_OUTPUT(PIN); WRITE(PIN, HIGH); WRITE(PIN, LOW);
59 59
  *
60
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
60
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/cpp/Stringification.html
61 61
  */
62 62
 
63 63
 #define _READ(IO)             TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)

+ 1
- 1
Marlin/src/HAL/DUE/Tone.cpp View File

@@ -24,7 +24,7 @@
24 24
 
25 25
 /**
26 26
  * Description: Tone function for Arduino Due and compatible (SAM3X8E)
27
- * Derived from http://forum.arduino.cc/index.php?topic=136500.msg2903012#msg2903012
27
+ * Derived from https://forum.arduino.cc/index.php?topic=136500.msg2903012#msg2903012
28 28
  */
29 29
 
30 30
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/fastio.h View File

@@ -58,7 +58,7 @@
58 58
  *
59 59
  * Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
60 60
  *
61
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
61
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/cpp/Stringification.html
62 62
  */
63 63
 
64 64
 // Read a pin

+ 1
- 1
Marlin/src/HAL/DUE/usb/arduino_due_x.h View File

@@ -43,7 +43,7 @@
43 43
 #pragma once
44 44
 
45 45
 /**
46
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
46
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
47 47
  */
48 48
 
49 49
 /**

+ 1
- 1
Marlin/src/HAL/DUE/usb/compiler.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef UTILS_COMPILER_H

+ 1
- 1
Marlin/src/HAL/DUE/usb/conf_access.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _CONF_ACCESS_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/conf_clock.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CONF_CLOCK_H_INCLUDED

+ 1
- 1
Marlin/src/HAL/DUE/usb/conf_usb.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _CONF_USB_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/ctrl_access.c View File

@@ -53,7 +53,7 @@
53 53
  *
54 54
  ******************************************************************************/
55 55
 /*
56
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
56
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
57 57
  */
58 58
 
59 59
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/usb/ctrl_access.h View File

@@ -53,7 +53,7 @@
53 53
  *
54 54
  ******************************************************************************/
55 55
 /*
56
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
56
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
57 57
  */
58 58
 
59 59
 

+ 1
- 1
Marlin/src/HAL/DUE/usb/genclk.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CHIP_GENCLK_H_INCLUDED

+ 1
- 1
Marlin/src/HAL/DUE/usb/mrepeat.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _MREPEAT_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/osc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CHIP_OSC_H_INCLUDED

+ 1
- 1
Marlin/src/HAL/DUE/usb/pll.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CHIP_PLL_H_INCLUDED

+ 1
- 1
Marlin/src/HAL/DUE/usb/preprocessor.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _PREPROCESSOR_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/sbc_protocol.h View File

@@ -52,7 +52,7 @@
52 52
  *
53 53
  */
54 54
 /*
55
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
55
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
56 56
  */
57 57
 #ifndef _SBC_PROTOCOL_H_
58 58
 #define _SBC_PROTOCOL_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/sd_mmc_spi_mem.h View File

@@ -42,7 +42,7 @@
42 42
  *
43 43
  ******************************************************************************/
44 44
 /*
45
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
45
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
46 46
  */
47 47
 
48 48
 

+ 1
- 1
Marlin/src/HAL/DUE/usb/spc_protocol.h View File

@@ -45,7 +45,7 @@
45 45
  */
46 46
 
47 47
 /*
48
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
48
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
49 49
  */
50 50
 #ifndef _SPC_PROTOCOL_H_
51 51
 #define _SPC_PROTOCOL_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/stringz.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _STRINGZ_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/sysclk.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/usb/sysclk.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CHIP_SYSCLK_H_INCLUDED

+ 1
- 1
Marlin/src/HAL/DUE/usb/tpaste.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _TPASTE_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/usb/udc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDC_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udc_desc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDC_DESC_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udd.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDD_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDI_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_cdc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 2
- 2
Marlin/src/HAL/DUE/usb/udi_cdc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDI_CDC_H_
@@ -701,7 +701,7 @@ iram_size_t udi_cdc_multi_write_buf(uint8_t port, const void* buf, iram_size_t s
701 701
  * another "Composite Device" module, like "USB HID Mouse (Composite Device)".
702 702
  *
703 703
  * Also, you can refer to application note
704
- * <A href="http://www.atmel.com/dyn/resources/prod_documents/doc8445.pdf">
704
+ * <A href="https://www.atmel.com/dyn/resources/prod_documents/doc8445.pdf">
705 705
  * AVR4902 ASF - USB Composite Device</A>.
706 706
  *
707 707
  * \section udi_cdc_use_case_composite_setup Setup steps

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_cdc_conf.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDI_CDC_CONF_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_cdc_desc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_composite_desc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_msc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 2
- 2
Marlin/src/HAL/DUE/usb/udi_msc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDI_MSC_H_
@@ -290,7 +290,7 @@ bool udi_msc_trans_block(bool b_read, uint8_t * block, iram_size_t block_size,
290 290
  * another "Composite Device" module, like "USB HID Mouse (Composite Device)".
291 291
  *
292 292
  * Also, you can refer to application note
293
- * <A href="http://www.atmel.com/dyn/resources/prod_documents/doc8445.pdf">
293
+ * <A href="https://www.atmel.com/dyn/resources/prod_documents/doc8445.pdf">
294 294
  * AVR4902 ASF - USB Composite Device</A>.
295 295
  *
296 296
  * \section udi_msc_use_case_composite_setup Setup steps

+ 1
- 1
Marlin/src/HAL/DUE/usb/uotghs_device_due.c View File

@@ -42,7 +42,7 @@
42 42
  */
43 43
 
44 44
 /*
45
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
45
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
46 46
  */
47 47
 
48 48
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/usb/uotghs_device_due.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef UOTGHS_DEVICE_DUE_H_INCLUDED

+ 1
- 1
Marlin/src/HAL/DUE/usb/uotghs_otg.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef UOTGHS_OTG_H_INCLUDED

+ 1
- 1
Marlin/src/HAL/DUE/usb/usb_protocol.h View File

@@ -44,7 +44,7 @@
44 44
  *
45 45
  */
46 46
 /*
47
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
47
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
48 48
  */
49 49
 
50 50
 #ifndef _USB_PROTOCOL_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/usb_protocol_cdc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 #ifndef _USB_PROTOCOL_CDC_H_
47 47
 #define _USB_PROTOCOL_CDC_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/usb_protocol_msc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _USB_PROTOCOL_MSC_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/usb_task.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 
44
-// Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+// Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
 
46 46
 #ifdef ARDUINO_ARCH_SAM
47 47
 

+ 1
- 1
Marlin/src/HAL/DUE/usb/usb_task.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _USB_TASK_H_

+ 1
- 1
Marlin/src/HAL/LINUX/fastio.h View File

@@ -44,7 +44,7 @@
44 44
  *
45 45
  * Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
46 46
  *
47
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
47
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Stringification.html
48 48
  */
49 49
 
50 50
 /// Read a pin

+ 1
- 1
Marlin/src/HAL/LPC1768/fastio.h View File

@@ -56,7 +56,7 @@
56 56
  *
57 57
  * Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
58 58
  *
59
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
59
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Stringification.html
60 60
  */
61 61
 
62 62
 /// Read a pin

+ 1
- 1
Marlin/src/HAL/STM32F1/SPI.cpp View File

@@ -216,7 +216,7 @@ void SPIClass::setDataMode(uint8_t dataMode) {
216 216
   /**
217 217
    * Notes:
218 218
    * As far as we know the AVR numbers for dataMode match the numbers required by the STM32.
219
-   * From the AVR doc http://www.atmel.com/images/doc2585.pdf section 2.4
219
+   * From the AVR doc https://www.atmel.com/images/doc2585.pdf section 2.4
220 220
    *
221 221
    * SPI Mode  CPOL  CPHA  Shift SCK-edge  Capture SCK-edge
222 222
    * 0       0     0     Falling     Rising

+ 1
- 1
Marlin/src/HAL/TEENSY31_32/fastio.h View File

@@ -39,7 +39,7 @@
39 39
  *
40 40
  * Now you can simply SET_OUTPUT(PIN); WRITE(PIN, HIGH); WRITE(PIN, LOW);
41 41
  *
42
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
42
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Stringification.html
43 43
  */
44 44
 
45 45
 #define _READ(P) bool(CORE_PIN ## P ## _PINREG & CORE_PIN ## P ## _BITMASK)

+ 1
- 1
Marlin/src/HAL/TEENSY35_36/fastio.h View File

@@ -39,7 +39,7 @@
39 39
  *
40 40
  * Now you can simply SET_OUTPUT(PIN); WRITE(PIN, HIGH); WRITE(PIN, LOW);
41 41
  *
42
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
42
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Stringification.html
43 43
  */
44 44
 
45 45
 #define _READ(P) bool(CORE_PIN ## P ## _PINREG & CORE_PIN ## P ## _BITMASK)

+ 1
- 1
Marlin/src/HAL/shared/backtrace/unwarmbytab.cpp View File

@@ -4,7 +4,7 @@
4 4
  *
5 5
  * This Source Code Form is subject to the terms of the Mozilla Public
6 6
  * License, v. 2.0. If a copy of the MPL was not distributed with this
7
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
8 8
  *
9 9
  * This library was modified, some bugs fixed, stack address validated
10 10
  * and adapted to be used in Marlin 3D printer firmware as backtracer

+ 1
- 1
Marlin/src/feature/dac/dac_mcp4728.cpp View File

@@ -24,7 +24,7 @@
24 24
  * mcp4728.cpp - Arduino library for MicroChip MCP4728 I2C D/A converter
25 25
  *
26 26
  * For implementation details, please take a look at the datasheet:
27
- * http://ww1.microchip.com/downloads/en/DeviceDoc/22187a.pdf
27
+ * https://ww1.microchip.com/downloads/en/DeviceDoc/22187a.pdf
28 28
  *
29 29
  * For discussion and feedback, please go to:
30 30
  * http://arduino.cc/forum/index.php/topic,51842.0.html

+ 1
- 1
Marlin/src/gcode/motion/G5.cpp View File

@@ -29,7 +29,7 @@
29 29
 
30 30
 /**
31 31
  * Parameters interpreted according to:
32
- * http://linuxcnc.org/docs/2.6/html/gcode/parser.html#sec:G5-Cubic-Spline
32
+ * https://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G5-Cubic-Spline
33 33
  * However I, J omission is not supported at this point; all
34 34
  * parameters can be omitted and default to zero.
35 35
  */

+ 3
- 3
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/basic/boards.h View File

@@ -125,11 +125,11 @@
125 125
 /*
126 126
  * Settings for the 4D Systems,        4.3" Embedded SPI Display             480x272, SPI, FT800 (4DLCD-FT843)
127 127
  *
128
- *    http://www.4dsystems.com.au/product/4DLCD_FT843/
128
+ *    https://4dsystems.com.au/4dlcd-ft843
129 129
  *
130 130
  * Datasheet:
131 131
  *
132
- *    http://www.4dsystems.com.au/productpages/4DLCD-FT843/downloads/FT843-4.3-Display_datasheet_R_1_2.pdf
132
+ *    https://4dsystems.com.au/mwdownloads/download/link/id/52/
133 133
  *
134 134
  */
135 135
 
@@ -157,7 +157,7 @@
157 157
  *
158 158
  * Datasheet:
159 159
  *
160
- *    http://www.hantronix.com/files/data/s1501799605s500-gh7.pdf
160
+ *    https://www.hantronix.com/files/data/s1501799605s500-gh7.pdf
161 161
  *
162 162
  */
163 163
 #elif defined(LCD_ALEPHOBJECTS_CLCD_UI)

+ 1
- 1
Marlin/src/module/scara.cpp View File

@@ -100,7 +100,7 @@ void inverse_kinematics(const xyz_pos_t &raw) {
100 100
     /**
101 101
      * Morgan SCARA Inverse Kinematics. Results in 'delta'.
102 102
      *
103
-     * See http://forums.reprap.org/read.php?185,283327
103
+     * See https://reprap.org/forum/read.php?185,283327
104 104
      *
105 105
      * Maths and first version by QHARLEY.
106 106
      * Integrated into Marlin and slightly restructured by Joachim Cerny.

+ 1
- 1
Marlin/src/module/thermistor/thermistor_2.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 //
25 25
 // R25 = 200 kOhm, beta25 = 4338 K, 4.7 kOhm pull-up, ATC Semitec 204GT-2
26
-// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
26
+// Verified by linagee. Source: https://www.mouser.com/datasheet/2/362/semitec%20usa%20corporation_gtthermistor-1202937.pdf
27 27
 // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
28 28
 //
29 29
 const short temptable_2[][2] PROGMEM = {

+ 1
- 1
Marlin/src/module/thermistor/thermistor_5.h View File

@@ -24,7 +24,7 @@
24 24
 // R25 = 100 kOhm, beta25 = 4267 K, 4.7 kOhm pull-up
25 25
 // 100k ParCan thermistor (104GT-2)
26 26
 // ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan)
27
-// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
27
+// Verified by linagee. Source: https://www.mouser.com/datasheet/2/362/semitec%20usa%20corporation_gtthermistor-1202937.pdf
28 28
 // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
29 29
 const short temptable_5[][2] PROGMEM = {
30 30
   { OV(   1), 713 },

+ 1
- 1
Marlin/src/module/thermistor/thermistor_52.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 // R25 = 200 kOhm, beta25 = 4338 K, 1 kOhm pull-up,
25 25
 // 200k ATC Semitec 204GT-2 (WITH 1kohm RESISTOR FOR PULLUP, R9 ON SANGUINOLOLU! NOT FOR 4.7kohm PULLUP! THIS IS NOT NORMAL!)
26
-// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
26
+// Verified by linagee. Source: https://www.mouser.com/datasheet/2/362/semitec%20usa%20corporation_gtthermistor-1202937.pdf
27 27
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
28 28
 // Advantage: More resolution and better linearity from 150C to 200C
29 29
 const short temptable_52[][2] PROGMEM = {

+ 1
- 1
Marlin/src/module/thermistor/thermistor_55.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 // R25 = 100 kOhm, beta25 = 4267 K, 1 kOhm pull-up,
25 25
 // 100k ATC Semitec 104GT-2 (Used on ParCan) (WITH 1kohm RESISTOR FOR PULLUP, R9 ON SANGUINOLOLU! NOT FOR 4.7kohm PULLUP! THIS IS NOT NORMAL!)
26
-// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
26
+// Verified by linagee. Source: https://www.mouser.com/datasheet/2/362/semitec%20usa%20corporation_gtthermistor-1202937.pdf
27 27
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
28 28
 // Advantage: More resolution and better linearity from 150C to 200C
29 29
 const short temptable_55[][2] PROGMEM = {

+ 1
- 1
Marlin/src/pins/sam/pins_ALLIGATOR_R2.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 /**
25 25
  * Alligator Board R2
26
- * http://www.3dartists.org/
26
+ * https://reprap.org/wiki/Alligator_Board
27 27
  */
28 28
 
29 29
 #ifndef __SAM3X8E__

+ 2
- 2
Marlin/src/pins/sanguino/pins_OMCA.h View File

@@ -49,7 +49,7 @@
49 49
  *       PWM (D 14) PD6 20|        |21  PD7 (D 15) PWM
50 50
  *                        +--------+
51 51
  *
52
- * REF http://sanguino.cc/hardware
52
+ * REF http://sanguino.wikidot.com/hardware
53 53
  */
54 54
 
55 55
 /**
@@ -70,7 +70,7 @@
70 70
  *
71 71
  * When installing select 1.0.2
72 72
  *
73
- * Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
73
+ * Installation instructions can be found at http://learn.sparkfun.com/pages/CustomBoardsArduino
74 74
  * Just use the above JSON URL instead of Sparkfun's JSON.
75 75
  *
76 76
  * Once installed select the Sanguino board and then select the CPU.

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BLACK_STM32F407VE.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 /**
25 25
  * STM32F407VET6 with RAMPS-like shield
26
- * 'Black' STM32F407VET6 board - http://wiki.stm32duino.com/index.php?title=STM32F407
26
+ * 'Black' STM32F407VET6 board - https://www.stm32duino.com/viewtopic.php?t=485
27 27
  * Shield - https://github.com/jmz52/Hardware
28 28
  */
29 29
 

+ 1
- 1
Marlin/src/sd/SdFatStructs.h View File

@@ -39,7 +39,7 @@
39 39
 
40 40
 /**
41 41
  * mostly from Microsoft document fatgen103.doc
42
- * http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx
42
+ * https://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx
43 43
  */
44 44
 
45 45
 uint8_t const BOOTSIG0 = 0x55,          // Value for byte 510 of boot block or MBR

+ 1
- 1
Marlin/src/sd/SdInfo.h View File

@@ -39,7 +39,7 @@
39 39
 // Version 3.01
40 40
 // May 18, 2010
41 41
 //
42
-// http://www.sdcard.org/developers/tech/sdcard/pls/simplified_specs
42
+// https://www.sdcard.org/downloads/pls/index.html
43 43
 
44 44
 // SD card commands
45 45
 uint8_t const CMD0 = 0x00,    // GO_IDLE_STATE - init card in spi mode if CS low

+ 1
- 1
README.md View File

@@ -66,7 +66,7 @@ The current Marlin dev team consists of:
66 66
  - Chris Pepper [[@p3p](https://github.com/p3p)] - UK
67 67
  - Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)] - USA
68 68
  - João Brazio [[@jbrazio](https://github.com/jbrazio)] - Portugal
69
- - Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)] - Netherlands &nbsp; [![Flattr Erik](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)
69
+ - Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)] - Netherlands &nbsp; [![Flattr Erik](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)
70 70
 
71 71
 ## License
72 72
 

+ 2
- 2
buildroot/etc/udev/rules.d/99-platformio-udev.rules View File

@@ -4,7 +4,7 @@
4 4
 # you may not use this file except in compliance with the License.
5 5
 # You may obtain a copy of the License at
6 6
 #
7
-#    http://www.apache.org/licenses/LICENSE-2.0
7
+#    https://www.apache.org/licenses/LICENSE-2.0
8 8
 #
9 9
 # Unless required by applicable law or agreed to in writing, software
10 10
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,7 +16,7 @@
16 16
 #
17 17
 # INSTALLATION
18 18
 #
19
-# Please visit > http://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
19
+# Please visit > https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
20 20
 #
21 21
 #####################################################################################
22 22
 

+ 1
- 1
buildroot/share/PlatformIO/boards/BigTree_Btt002.json View File

@@ -41,6 +41,6 @@
41 41
     "use_1200bps_touch": false,
42 42
     "wait_for_upload_port": false
43 43
   },
44
-  "url": "http://www.st.com/en/microcontrollers/stm32f407ve.html",
44
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407vg.html",
45 45
   "vendor": "Generic"
46 46
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/BigTree_SKR_Pro.json View File

@@ -41,6 +41,6 @@
41 41
     "use_1200bps_touch": false,
42 42
     "wait_for_upload_port": false
43 43
   },
44
-  "url": "http://www.st.com/en/microcontrollers/stm32f407zg.html",
44
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407zg.html",
45 45
   "vendor": "Generic"
46 46
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/FLYF407ZG.json View File

@@ -60,6 +60,6 @@
60 60
     "use_1200bps_touch": false,
61 61
     "wait_for_upload_port": false
62 62
   },
63
-  "url": "http://www.st.com/en/microcontrollers/stm32f407ZG.html",
63
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ZG.html",
64 64
   "vendor": "Generic"
65 65
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/blackSTM32F407VET6.json View File

@@ -60,6 +60,6 @@
60 60
     "use_1200bps_touch": false,
61 61
     "wait_for_upload_port": false
62 62
   },
63
-  "url": "http://www.st.com/en/microcontrollers/stm32f407ve.html",
63
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ve.html",
64 64
   "vendor": "Generic"
65 65
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/malyanM200.json View File

@@ -31,6 +31,6 @@
31 31
     "use_1200bps_touch": false,
32 32
     "wait_for_upload_port": false
33 33
   },
34
-  "url": "http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103cb.html",
34
+  "url": "https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103cb.html",
35 35
   "vendor": "Generic"
36 36
 }

+ 2
- 2
buildroot/share/fonts/README.md View File

@@ -5,7 +5,7 @@
5 5
 The original author of the following font files is [A. Hardtung](https://github.com/AnHardt).
6 6
 
7 7
 Any copyright is dedicated to the Public Domain.
8
-http://creativecommons.org/publicdomain/zero/1.0/
8
+https://creativecommons.org/publicdomain/zero/1.0/
9 9
 
10 10
  - HD44780_C.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
11 11
  - HD44780_J.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
@@ -20,4 +20,4 @@ Additional changes to the original font files distributed with Marlin are copyri
20 20
 
21 21
 
22 22
 ## Documentation
23
-For detailed information about [adding new fonts](http://www.marlinfw.org/docs/development/fonts.html) to Marlin visit our documentation website.
23
+For detailed information about [adding new fonts](https://www.marlinfw.org/docs/development/fonts.html) to Marlin visit our documentation website.

+ 3
- 3
buildroot/share/fonts/uxggenpages.md View File

@@ -99,12 +99,12 @@ At this time, the font file `marlin-6x12-3.bdf` is used to generate the font dat
99 99
 
100 100
 - [WQY](http://wenq.org/)
101 101
 - [WQY 9pt bitmap font](http://wenq.org/daily/wqy-bitmapfont-bdf-gb18030-nightly_build.tar.gz)
102
-- [unifont (16x8 or 16x16)](http://unifoundry.com/unifont.html)
102
+- [unifont (16x8 or 16x16)](https://unifoundry.com/unifont.html)
103 103
 
104 104
 Documents related to the old version of the language engine:
105 105
 
106
-- [Marlin Fonts Documentation](http://www.marlinfw.org/docs/development/fonts.html)
107
-- [Marlin LCD Language](http://marlinfw.org/docs/development/lcd_language.html)
106
+- [Marlin Fonts Documentation](https://www.marlinfw.org/docs/development/fonts.html)
107
+- [Marlin LCD Language](https://marlinfw.org/docs/development/lcd_language.html)
108 108
 - [U8GLIB](https://github.com/olikraus/u8glib.git)
109 109
 - [UTF-8 for U8GLIB](https://github.com/yhfudev/u8glib-fontutf8.git)
110 110
 - [Standalone test project for the Marlin UTF-8 language engine](https://github.com/yhfudev/marlin-fontutf8.git)

+ 2
- 2
buildroot/share/scripts/createTemperatureLookupMarlin.py View File

@@ -2,10 +2,10 @@
2 2
 """Thermistor Value Lookup Table Generator
3 3
 
4 4
 Generates lookup to temperature values for use in a microcontroller in C format based on:
5
-http://en.wikipedia.org/wiki/Steinhart-Hart_equation
5
+https://en.wikipedia.org/wiki/Steinhart-Hart_equation
6 6
 
7 7
 The main use is for Arduino programs that read data from the circuit board described here:
8
-http://reprap.org/wiki/Temperature_Sensor_v2.0
8
+https://reprap.org/wiki/Temperature_Sensor_v2.0
9 9
 
10 10
 Usage: python createTemperatureLookupMarlin.py [options]
11 11
 

+ 1
- 1
platformio.ini View File

@@ -647,7 +647,7 @@ upload_protocol   = serial
647 647
 
648 648
 #
649 649
 # STM32F407VET6 with RAMPS-like shield
650
-# 'Black' STM32F407VET6 board - http://wiki.stm32duino.com/index.php?title=STM32F407
650
+# 'Black' STM32F407VET6 board - https://wiki.stm32duino.com/index.php?title=STM32F407
651 651
 # Shield - https://github.com/jmz52/Hardware
652 652
 #
653 653
 [env:STM32F407VE_black]

Loading…
Cancel
Save