Pārlūkot izejas kodu

Update Marlin website links to https

Scott Lahteine 4 gadus atpakaļ
vecāks
revīzija
e3321920f3
43 mainītis faili ar 54 papildinājumiem un 54 dzēšanām
  1. 4
    4
      .github/contributing.md
  2. 2
    2
      Marlin/Configuration.h
  3. 2
    2
      Marlin/Configuration_adv.h
  4. 4
    4
      Marlin/Marlin.ino
  5. 1
    1
      Marlin/src/core/language.h
  6. 2
    2
      Marlin/src/feature/twibus.h
  7. 1
    1
      Marlin/src/gcode/gcode.h
  8. 1
    1
      Marlin/src/lcd/dogm/dogm_Bootscreen.h
  9. 1
    1
      Marlin/src/lcd/dogm/dogm_Statusscreen.h
  10. 1
    1
      Marlin/src/lcd/dogm/ultralcd_DOGM.cpp
  11. 1
    1
      Marlin/src/lcd/language/language_an.h
  12. 1
    1
      Marlin/src/lcd/language/language_bg.h
  13. 1
    1
      Marlin/src/lcd/language/language_ca.h
  14. 1
    1
      Marlin/src/lcd/language/language_cz.h
  15. 1
    1
      Marlin/src/lcd/language/language_da.h
  16. 1
    1
      Marlin/src/lcd/language/language_de.h
  17. 1
    1
      Marlin/src/lcd/language/language_el.h
  18. 1
    1
      Marlin/src/lcd/language/language_el_gr.h
  19. 1
    1
      Marlin/src/lcd/language/language_en.h
  20. 1
    1
      Marlin/src/lcd/language/language_es.h
  21. 1
    1
      Marlin/src/lcd/language/language_eu.h
  22. 1
    1
      Marlin/src/lcd/language/language_fi.h
  23. 1
    1
      Marlin/src/lcd/language/language_fr.h
  24. 1
    1
      Marlin/src/lcd/language/language_gl.h
  25. 1
    1
      Marlin/src/lcd/language/language_hr.h
  26. 1
    1
      Marlin/src/lcd/language/language_it.h
  27. 1
    1
      Marlin/src/lcd/language/language_jp_kana.h
  28. 1
    1
      Marlin/src/lcd/language/language_ko_KR.h
  29. 1
    1
      Marlin/src/lcd/language/language_nl.h
  30. 1
    1
      Marlin/src/lcd/language/language_pl.h
  31. 1
    1
      Marlin/src/lcd/language/language_pt.h
  32. 1
    1
      Marlin/src/lcd/language/language_pt_br.h
  33. 1
    1
      Marlin/src/lcd/language/language_ru.h
  34. 1
    1
      Marlin/src/lcd/language/language_sk.h
  35. 1
    1
      Marlin/src/lcd/language/language_test.h
  36. 1
    1
      Marlin/src/lcd/language/language_tr.h
  37. 1
    1
      Marlin/src/lcd/language/language_uk.h
  38. 1
    1
      Marlin/src/lcd/language/language_vi.h
  39. 1
    1
      Marlin/src/lcd/language/language_zh_CN.h
  40. 1
    1
      Marlin/src/lcd/language/language_zh_TW.h
  41. 3
    3
      README.md
  42. 1
    1
      buildroot/share/fonts/uxggenpages.md
  43. 1
    1
      buildroot/share/git/mfpub

+ 4
- 4
.github/contributing.md Parādīt failu

93
 
93
 
94
 #### Before Submitting a Feature Request
94
 #### Before Submitting a Feature Request
95
 
95
 
96
-* **Check the [Marlin website](http://marlinfw.org/)** for tips — you might discover that the feature is already included. Most importantly, check if you're using [the latest version of Marlin](https://github.com/MarlinFirmware/Marlin/releases) and if you can get the desired behavior by changing [Marlin's config settings](http://marlinfw.org/docs/configuration/configuration.html).
96
+* **Check the [Marlin website](https://marlinfw.org/)** for tips — you might discover that the feature is already included. Most importantly, check if you're using [the latest version of Marlin](https://github.com/MarlinFirmware/Marlin/releases) and if you can get the desired behavior by changing [Marlin's config settings](https://marlinfw.org/docs/configuration/configuration.html).
97
 * **Perform a [cursory search](https://github.com/MarlinFirmware/Marlin/issues?q=is%3Aissue)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
97
 * **Perform a [cursory search](https://github.com/MarlinFirmware/Marlin/issues?q=is%3Aissue)** to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
98
 
98
 
99
 #### How Do I Submit A (Good) Feature Request?
99
 #### How Do I Submit A (Good) Feature Request?
117
 
117
 
118
 ### Pull Requests
118
 ### Pull Requests
119
 
119
 
120
-Pull Requests should always be targeted to working branches (e.g., `bugfix-1.1.x` and/or `bugfix-2.0.x`) and never to release branches (e.g., `1.1.x`). If this is your first Pull Request, please read our [Guide to Pull Requests](http://marlinfw.org/docs/development/getting_started_pull_requests.html) and Github's [Pull Request](https://help.github.com/articles/creating-a-pull-request/) documentation.
120
+Pull Requests should always be targeted to working branches (e.g., `bugfix-1.1.x` and/or `bugfix-2.0.x`) and never to release branches (e.g., `1.1.x`). If this is your first Pull Request, please read our [Guide to Pull Requests](https://marlinfw.org/docs/development/getting_started_pull_requests.html) and Github's [Pull Request](https://help.github.com/articles/creating-a-pull-request/) documentation.
121
 
121
 
122
 * Fill in [the required template](pull_request_template.md).
122
 * Fill in [the required template](pull_request_template.md).
123
 * Don't include issue numbers in the PR title.
123
 * Don't include issue numbers in the PR title.
124
 * Include pictures, diagrams, and links to videos in your Pull Request to demonstrate your changes, if needed.
124
 * Include pictures, diagrams, and links to videos in your Pull Request to demonstrate your changes, if needed.
125
-* Follow the [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) posted on our website.
125
+* Follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) posted on our website.
126
 * Document new code with clear and concise comments.
126
 * Document new code with clear and concise comments.
127
 * End all files with a newline.
127
 * End all files with a newline.
128
 
128
 
137
 
137
 
138
 ### C++ Coding Standards
138
 ### C++ Coding Standards
139
 
139
 
140
-* Please read and follow the [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) posted on our website. Failure to follow these guidelines will delay evaluation and acceptance of Pull Requests.
140
+* Please read and follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) posted on our website. Failure to follow these guidelines will delay evaluation and acceptance of Pull Requests.
141
 
141
 
142
 ### Documentation
142
 ### Documentation
143
 
143
 

+ 2
- 2
Marlin/Configuration.h Parādīt failu

820
 // @section probes
820
 // @section probes
821
 
821
 
822
 //
822
 //
823
-// See http://marlinfw.org/docs/configuration/probes.html
823
+// See https://marlinfw.org/docs/configuration/probes.html
824
 //
824
 //
825
 
825
 
826
 /**
826
 /**
1636
  *  - Click the controller to view the LCD menu
1636
  *  - Click the controller to view the LCD menu
1637
  *  - The LCD will display Japanese, Western, or Cyrillic text
1637
  *  - The LCD will display Japanese, Western, or Cyrillic text
1638
  *
1638
  *
1639
- * See http://marlinfw.org/docs/development/lcd_language.html
1639
+ * See https://marlinfw.org/docs/development/lcd_language.html
1640
  *
1640
  *
1641
  * :['JAPANESE', 'WESTERN', 'CYRILLIC']
1641
  * :['JAPANESE', 'WESTERN', 'CYRILLIC']
1642
  */
1642
  */

+ 2
- 2
Marlin/Configuration_adv.h Parādīt failu

1508
  * If this algorithm produces a higher speed offset than the extruder can handle (compared to E jerk)
1508
  * If this algorithm produces a higher speed offset than the extruder can handle (compared to E jerk)
1509
  * print acceleration will be reduced during the affected moves to keep within the limit.
1509
  * print acceleration will be reduced during the affected moves to keep within the limit.
1510
  *
1510
  *
1511
- * See http://marlinfw.org/docs/features/lin_advance.html for full instructions.
1511
+ * See https://marlinfw.org/docs/features/lin_advance.html for full instructions.
1512
  * Mention @Sebastianv650 on GitHub to alert the author of any issues.
1512
  * Mention @Sebastianv650 on GitHub to alert the author of any issues.
1513
  */
1513
  */
1514
 //#define LIN_ADVANCE
1514
 //#define LIN_ADVANCE
2643
  * You'll need to select a pin for the ON/OFF function and optionally choose a 0-5V
2643
  * You'll need to select a pin for the ON/OFF function and optionally choose a 0-5V
2644
  * hardware PWM pin for the speed control and a pin for the rotation direction.
2644
  * hardware PWM pin for the speed control and a pin for the rotation direction.
2645
  *
2645
  *
2646
- * See http://marlinfw.org/docs/configuration/laser_spindle.html for more config details.
2646
+ * See https://marlinfw.org/docs/configuration/laser_spindle.html for more config details.
2647
  */
2647
  */
2648
 //#define SPINDLE_FEATURE
2648
 //#define SPINDLE_FEATURE
2649
 //#define LASER_FEATURE
2649
 //#define LASER_FEATURE

+ 4
- 4
Marlin/Marlin.ino Parādīt failu

19
 
19
 
20
 Marlin Firmware Official Website
20
 Marlin Firmware Official Website
21
 
21
 
22
-  - http://marlinfw.org/
22
+  - https://marlinfw.org/
23
     The official Marlin Firmware website contains the most up-to-date
23
     The official Marlin Firmware website contains the most up-to-date
24
     documentation. Contributions are always welcome!
24
     documentation. Contributions are always welcome!
25
 
25
 
30
     (Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
30
     (Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
31
     Also... https://www.google.com/search?tbs=vid%3A1&q=configure+marlin
31
     Also... https://www.google.com/search?tbs=vid%3A1&q=configure+marlin
32
 
32
 
33
-  - http://marlinfw.org/docs/configuration/configuration.html
33
+  - https://marlinfw.org/docs/configuration/configuration.html
34
     Marlin's configuration options are explained in more detail here.
34
     Marlin's configuration options are explained in more detail here.
35
 
35
 
36
 Getting Help
36
 Getting Help
45
 
45
 
46
 Contributing
46
 Contributing
47
 
47
 
48
-  - http://marlinfw.org/docs/development/contributing.html
48
+  - https://marlinfw.org/docs/development/contributing.html
49
     If you'd like to contribute to Marlin, read this first!
49
     If you'd like to contribute to Marlin, read this first!
50
 
50
 
51
-  - http://marlinfw.org/docs/development/coding_standards.html
51
+  - https://marlinfw.org/docs/development/coding_standards.html
52
     Before submitting code get to know the Coding Standards.
52
     Before submitting code get to know the Coding Standards.
53
 */
53
 */

+ 1
- 1
Marlin/src/core/language.h Parādīt failu

39
 //
39
 //
40
 //   ==> ALWAYS TRY TO COMPILE MARLIN WITH/WITHOUT "ULTIPANEL" / "ULTRA_LCD" / "SDSUPPORT" #define IN "Configuration.h"
40
 //   ==> ALWAYS TRY TO COMPILE MARLIN WITH/WITHOUT "ULTIPANEL" / "ULTRA_LCD" / "SDSUPPORT" #define IN "Configuration.h"
41
 //   ==> ALSO TRY ALL AVAILABLE LANGUAGE OPTIONS
41
 //   ==> ALSO TRY ALL AVAILABLE LANGUAGE OPTIONS
42
-// See also http://marlinfw.org/docs/development/lcd_language.html
42
+// See also https://marlinfw.org/docs/development/lcd_language.html
43
 
43
 
44
 // Languages
44
 // Languages
45
 // an         Aragonese
45
 // an         Aragonese

+ 2
- 2
Marlin/src/feature/twibus.h Parādīt failu

46
  * for the host to interpret.
46
  * for the host to interpret.
47
  *
47
  *
48
  *  For more information see
48
  *  For more information see
49
- *    - http://marlinfw.org/docs/gcode/M260.html
50
- *    - http://marlinfw.org/docs/gcode/M261.html
49
+ *    - https://marlinfw.org/docs/gcode/M260.html
50
+ *    - https://marlinfw.org/docs/gcode/M261.html
51
  *
51
  *
52
  */
52
  */
53
 class TWIBus {
53
 class TWIBus {

+ 1
- 1
Marlin/src/gcode/gcode.h Parādīt failu

31
  * -----------------
31
  * -----------------
32
  *
32
  *
33
  * Helpful G-code references:
33
  * Helpful G-code references:
34
- *  - http://marlinfw.org/meta/gcode
34
+ *  - https://marlinfw.org/meta/gcode
35
  *  - https://reprap.org/wiki/G-code
35
  *  - https://reprap.org/wiki/G-code
36
  *  - http://linuxcnc.org/docs/html/gcode.html
36
  *  - http://linuxcnc.org/docs/html/gcode.html
37
  *
37
  *

+ 1
- 1
Marlin/src/lcd/dogm/dogm_Bootscreen.h Parādīt failu

25
  * Standard Marlin Boot Screen bitmaps
25
  * Standard Marlin Boot Screen bitmaps
26
  *
26
  *
27
  * Use the Marlin Bitmap Converter to make your own:
27
  * Use the Marlin Bitmap Converter to make your own:
28
- * http://marlinfw.org/tools/u8glib/converter.html
28
+ * https://marlinfw.org/tools/u8glib/converter.html
29
  */
29
  */
30
 
30
 
31
 #include "../../inc/MarlinConfig.h"
31
 #include "../../inc/MarlinConfig.h"

+ 1
- 1
Marlin/src/lcd/dogm/dogm_Statusscreen.h Parādīt failu

25
  * Standard Marlin Status Screen bitmaps
25
  * Standard Marlin Status Screen bitmaps
26
  *
26
  *
27
  * Use the Marlin Bitmap Converter to make your own:
27
  * Use the Marlin Bitmap Converter to make your own:
28
- * http://marlinfw.org/tools/u8glib/converter.html
28
+ * https://marlinfw.org/tools/u8glib/converter.html
29
  */
29
  */
30
 
30
 
31
 #include "../../inc/MarlinConfig.h"
31
 #include "../../inc/MarlinConfig.h"

+ 1
- 1
Marlin/src/lcd/dogm/ultralcd_DOGM.cpp Parādīt failu

65
 
65
 
66
 /**
66
 /**
67
  * Include all needed font files
67
  * Include all needed font files
68
- * (See http://marlinfw.org/docs/development/fonts.html)
68
+ * (See https://marlinfw.org/docs/development/fonts.html)
69
  */
69
  */
70
 #include "fontdata/fontdata_ISO10646_1.h"
70
 #include "fontdata/fontdata_ISO10646_1.h"
71
 #if ENABLED(USE_SMALL_INFOFONT)
71
 #if ENABLED(USE_SMALL_INFOFONT)

+ 1
- 1
Marlin/src/lcd/language/language_an.h Parādīt failu

25
  * Aragonese
25
  * Aragonese
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_bg.h Parādīt failu

25
  * Bulgarian
25
  * Bulgarian
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_ca.h Parādīt failu

25
  * Catalan
25
  * Catalan
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 namespace Language_ca {
31
 namespace Language_ca {

+ 1
- 1
Marlin/src/lcd/language/language_cz.h Parādīt failu

26
  * UTF-8 for Graphical Display
26
  * UTF-8 for Graphical Display
27
  *
27
  *
28
  * LCD Menu Messages
28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30
  *
30
  *
31
  * Translated by Petr Zahradnik, Computer Laboratory
31
  * Translated by Petr Zahradnik, Computer Laboratory
32
  * Blog and video blog Zahradnik se bavi
32
  * Blog and video blog Zahradnik se bavi

+ 1
- 1
Marlin/src/lcd/language/language_da.h Parādīt failu

25
  * Danish
25
  * Danish
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_de.h Parādīt failu

25
  * German
25
  * German
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_el.h Parādīt failu

25
  * Greek
25
  * Greek
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_el_gr.h Parādīt failu

25
  * Greek (Greece)
25
  * Greek (Greece)
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_en.h Parādīt failu

25
  * English
25
  * English
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_es.h Parādīt failu

25
  * Spanish
25
  * Spanish
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_eu.h Parādīt failu

25
  * Basque-Euskera
25
  * Basque-Euskera
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_fi.h Parādīt failu

25
  * Finnish
25
  * Finnish
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_fr.h Parādīt failu

25
  * French
25
  * French
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_gl.h Parādīt failu

25
  * Galician language (ISO "gl")
25
  * Galician language (ISO "gl")
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_hr.h Parādīt failu

25
  * Croatian (Hrvatski)
25
  * Croatian (Hrvatski)
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_it.h Parādīt failu

25
  * Italian
25
  * Italian
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_jp_kana.h Parādīt failu

26
  * UTF-8 for Graphical Display
26
  * UTF-8 for Graphical Display
27
  *
27
  *
28
  * LCD Menu Messages
28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30
  *
30
  *
31
  */
31
  */
32
 
32
 

+ 1
- 1
Marlin/src/lcd/language/language_ko_KR.h Parādīt failu

25
  * Korean
25
  * Korean
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 namespace Language_ko_KR {
31
 namespace Language_ko_KR {

+ 1
- 1
Marlin/src/lcd/language/language_nl.h Parādīt failu

25
  * Dutch
25
  * Dutch
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_pl.h Parādīt failu

25
  * Polish - includes accented characters
25
  * Polish - includes accented characters
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_pt.h Parādīt failu

26
  * UTF-8 for Graphical Display
26
  * UTF-8 for Graphical Display
27
  *
27
  *
28
  * LCD Menu Messages
28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30
  *
30
  *
31
  */
31
  */
32
 
32
 

+ 1
- 1
Marlin/src/lcd/language/language_pt_br.h Parādīt failu

26
  * UTF-8 for Graphical Display
26
  * UTF-8 for Graphical Display
27
  *
27
  *
28
  * LCD Menu Messages
28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30
  *
30
  *
31
  */
31
  */
32
 namespace Language_pt_br {
32
 namespace Language_pt_br {

+ 1
- 1
Marlin/src/lcd/language/language_ru.h Parādīt failu

25
  * Russian
25
  * Russian
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 #define DISPLAY_CHARSET_ISO10646_5
31
 #define DISPLAY_CHARSET_ISO10646_5

+ 1
- 1
Marlin/src/lcd/language/language_sk.h Parādīt failu

26
  * UTF-8 for Graphical Display
26
  * UTF-8 for Graphical Display
27
  *
27
  *
28
  * LCD Menu Messages
28
  * LCD Menu Messages
29
- * See also http://marlinfw.org/docs/development/lcd_language.html
29
+ * See also https://marlinfw.org/docs/development/lcd_language.html
30
  *
30
  *
31
  * Translated by Michal Holeš, Farma MaM
31
  * Translated by Michal Holeš, Farma MaM
32
  * http://www.facebook.com/farmamam
32
  * http://www.facebook.com/farmamam

+ 1
- 1
Marlin/src/lcd/language/language_test.h Parādīt failu

25
  * TEST
25
  * TEST
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_tr.h Parādīt failu

25
  * Turkish
25
  * Turkish
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  * Bu çeviri dosyasındaki sorunlar ve düzeltmeler için iletişim;
30
  * Bu çeviri dosyasındaki sorunlar ve düzeltmeler için iletişim;
31
  * Contact for issues and corrections in this translation file;
31
  * Contact for issues and corrections in this translation file;

+ 1
- 1
Marlin/src/lcd/language/language_uk.h Parādīt failu

25
  * Ukrainian
25
  * Ukrainian
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 
31
 

+ 1
- 1
Marlin/src/lcd/language/language_vi.h Parādīt failu

25
  * Vietnamese
25
  * Vietnamese
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 namespace Language_vi {
31
 namespace Language_vi {

+ 1
- 1
Marlin/src/lcd/language/language_zh_CN.h Parādīt failu

25
  * Simplified Chinese
25
  * Simplified Chinese
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 namespace Language_zh_CN {
31
 namespace Language_zh_CN {

+ 1
- 1
Marlin/src/lcd/language/language_zh_TW.h Parādīt failu

25
  * Traditional Chinese
25
  * Traditional Chinese
26
  *
26
  *
27
  * LCD Menu Messages
27
  * LCD Menu Messages
28
- * See also http://marlinfw.org/docs/development/lcd_language.html
28
+ * See also https://marlinfw.org/docs/development/lcd_language.html
29
  *
29
  *
30
  */
30
  */
31
 namespace Language_zh_TW {
31
 namespace Language_zh_TW {

+ 3
- 3
README.md Parādīt failu

7
 
7
 
8
 <img align="right" width=175 src="buildroot/share/pixmaps/logo/marlin-250.png" />
8
 <img align="right" width=175 src="buildroot/share/pixmaps/logo/marlin-250.png" />
9
 
9
 
10
-Additional documentation can be found at the [Marlin Home Page](http://marlinfw.org/).
10
+Additional documentation can be found at the [Marlin Home Page](https://marlinfw.org/).
11
 Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
11
 Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
12
 
12
 
13
 ## Marlin 2.0 Bugfix Branch
13
 ## Marlin 2.0 Bugfix Branch
22
 
22
 
23
 ## Building Marlin 2.0
23
 ## Building Marlin 2.0
24
 
24
 
25
-To build Marlin 2.0 you'll need [Arduino IDE 1.8.8 or newer](https://www.arduino.cc/en/main/software) or [PlatformIO](http://docs.platformio.org/en/latest/ide.html#platformio-ide). We've posted detailed instructions on [Building Marlin with Arduino](http://marlinfw.org/docs/basics/install_arduino.html) and [Building Marlin with PlatformIO for ReArm](http://marlinfw.org/docs/basics/install_rearm.html) (which applies well to other 32-bit boards).
25
+To build Marlin 2.0 you'll need [Arduino IDE 1.8.8 or newer](https://www.arduino.cc/en/main/software) or [PlatformIO](http://docs.platformio.org/en/latest/ide.html#platformio-ide). We've posted detailed instructions on [Building Marlin with Arduino](https://marlinfw.org/docs/basics/install_arduino.html) and [Building Marlin with PlatformIO for ReArm](https://marlinfw.org/docs/basics/install_rearm.html) (which applies well to other 32-bit boards).
26
 
26
 
27
 ## Hardware Abstraction Layer (HAL)
27
 ## Hardware Abstraction Layer (HAL)
28
 
28
 
95
 Proposed patches should be submitted as a Pull Request against the ([bugfix-2.0.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x)) branch.
95
 Proposed patches should be submitted as a Pull Request against the ([bugfix-2.0.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x)) branch.
96
 
96
 
97
 - This branch is for fixing bugs and integrating any new features for the duration of the Marlin 2.0.x life-cycle.
97
 - This branch is for fixing bugs and integrating any new features for the duration of the Marlin 2.0.x life-cycle.
98
-- Follow the [Coding Standards](http://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.
98
+- Follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.
99
 - Please submit your questions and concerns to the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues).
99
 - Please submit your questions and concerns to the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues).
100
 
100
 
101
 ### [RepRap.org Wiki Page](http://reprap.org/wiki/Marlin)
101
 ### [RepRap.org Wiki Page](http://reprap.org/wiki/Marlin)

+ 1
- 1
buildroot/share/fonts/uxggenpages.md Parādīt failu

104
 Documents related to the old version of the language engine:
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)
106
 - [Marlin Fonts Documentation](http://www.marlinfw.org/docs/development/fonts.html)
107
-- [Marlin LCD Language](http://marlinfw.org/docs/development/lcd_language.html)
107
+- [Marlin LCD Language](https://marlinfw.org/docs/development/lcd_language.html)
108
 - [U8GLIB](https://github.com/olikraus/u8glib.git)
108
 - [U8GLIB](https://github.com/olikraus/u8glib.git)
109
 - [UTF-8 for U8GLIB](https://github.com/yhfudev/u8glib-fontutf8.git)
109
 - [UTF-8 for U8GLIB](https://github.com/yhfudev/u8glib-fontutf8.git)
110
 - [Standalone test project for the Marlin UTF-8 language engine](https://github.com/yhfudev/marlin-fontutf8.git)
110
 - [Standalone test project for the Marlin UTF-8 language engine](https://github.com/yhfudev/marlin-fontutf8.git)

+ 1
- 1
buildroot/share/git/mfpub Parādīt failu

126
 git push -f upstream | {
126
 git push -f upstream | {
127
   while IFS= read -r line
127
   while IFS= read -r line
128
   do
128
   do
129
-    [[ $line =~ "gh-pages -> gh-pages" ]] && opensite "http://marlinfw.org/"
129
+    [[ $line =~ "gh-pages -> gh-pages" ]] && opensite "https://marlinfw.org/"
130
     echo "$line"
130
     echo "$line"
131
   done
131
   done
132
 }
132
 }

Notiek ielāde…
Atcelt
Saglabāt