Skip to content

Commit d1e20eb

Browse files
committed
Update links, README, contributing, etc.
1 parent 7152711 commit d1e20eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+132
-131
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github: [thinkyhead]
22
patreon: thinkyhead
3-
custom: ["http://www.thinkyhead.com/donate-to-marlin"]
3+
custom: ["https://www.thinkyhead.com/donate-to-marlin"]

.github/contributing.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,15 @@ This project and everyone participating in it is governed by the [Marlin Code of
3434
3535
We have a Message Board and a Facebook group where our knowledgable user community can provide helpful advice if you have questions.
3636

37-
* [Marlin RepRap forum](http://forums.reprap.org/list.php?415)
37+
* [Marlin RepRap forum](https://reprap.org/forum/list.php?415)
3838
* [MarlinFirmware on Facebook](https://www.facebook.com/groups/1049718498464482/)
3939

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:
4141

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.
4746

4847
## How Can I Contribute?
4948

.github/issue_template.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
33
Have you read Marlin's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/code_of_conduct.md
44
5-
Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use the Marlin Firmware forum at http://forums.reprap.org/list.php?415 or the Marlin Facebook Group https://www.facebook.com/groups/1049718498464482/ or the Marlin Discord Server https://discord.gg/n5NJ59y.
5+
Do you want to ask a question? Are you looking for support? Please don't post here. Instead use one of the following options:
66
7-
Before filing an issue be sure to test the 1.1 and/or 2.0 "bugfix" branches to see whether the issue is already addressed.
7+
- The Marlin Firmware forum at https://reprap.org/forum/list.php?415
8+
- The MarlinFirmware Facebook Group at https://www.facebook.com/groups/1049718498464482/
9+
- The MarlinFirmware Discord Server at https://discord.gg/n5NJ59y.
10+
11+
Before filing an issue be sure to test the latest "bugfix" branch to see whether the issue is already addressed.
812
913
-->
1014

Marlin/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
//===========================================================================
474474
//============================= PID Settings ================================
475475
//===========================================================================
476-
// PID Tuning Guide here: http://reprap.org/wiki/PID_Tuning
476+
// PID Tuning Guide here: https://reprap.org/wiki/PID_Tuning
477477

478478
// Comment the following line to disable PID and enable bang-bang.
479479
#define PIDTEMP

Marlin/Marlin.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Configuration
3737
3838
Getting Help
3939
40-
- http://forums.reprap.org/list.php?415
40+
- https://reprap.org/forum/list.php?415
4141
The Marlin Discussion Forum is a great place to get help from other Marlin
4242
users who may have experienced similar issues to your own.
4343

Marlin/src/HAL/AVR/fastio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
*
5858
* Now you can simply SET_OUTPUT(PIN); WRITE(PIN, HIGH); WRITE(PIN, LOW);
5959
*
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
6161
*/
6262

6363
#define _READ(IO) TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)

Marlin/src/HAL/DUE/Tone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* 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
2828
*/
2929

3030
#ifdef ARDUINO_ARCH_SAM

Marlin/src/HAL/DUE/fastio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*
5959
* Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
6060
*
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
6262
*/
6363

6464
// Read a pin

Marlin/src/HAL/DUE/usb/arduino_due_x.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#pragma once
4444

4545
/**
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>
4747
*/
4848

4949
/**

Marlin/src/HAL/DUE/usb/compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef UTILS_COMPILER_H

Marlin/src/HAL/DUE/usb/conf_access.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _CONF_ACCESS_H_

Marlin/src/HAL/DUE/usb/conf_clock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef CONF_CLOCK_H_INCLUDED

Marlin/src/HAL/DUE/usb/conf_usb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _CONF_USB_H_

Marlin/src/HAL/DUE/usb/ctrl_access.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
******************************************************************************/
5555
/*
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>
5757
*/
5858

5959
#ifdef ARDUINO_ARCH_SAM

Marlin/src/HAL/DUE/usb/ctrl_access.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
******************************************************************************/
5555
/*
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>
5757
*/
5858

5959

Marlin/src/HAL/DUE/usb/genclk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef CHIP_GENCLK_H_INCLUDED

Marlin/src/HAL/DUE/usb/mrepeat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _MREPEAT_H_

Marlin/src/HAL/DUE/usb/osc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef CHIP_OSC_H_INCLUDED

Marlin/src/HAL/DUE/usb/pll.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef CHIP_PLL_H_INCLUDED

Marlin/src/HAL/DUE/usb/preprocessor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _PREPROCESSOR_H_

Marlin/src/HAL/DUE/usb/sbc_protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
*
5353
*/
5454
/*
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>
5656
*/
5757
#ifndef _SBC_PROTOCOL_H_
5858
#define _SBC_PROTOCOL_H_

Marlin/src/HAL/DUE/usb/sd_mmc_spi_mem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
******************************************************************************/
4444
/*
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>
4646
*/
4747

4848

Marlin/src/HAL/DUE/usb/spc_protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646

4747
/*
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>
4949
*/
5050
#ifndef _SPC_PROTOCOL_H_
5151
#define _SPC_PROTOCOL_H_

Marlin/src/HAL/DUE/usb/stringz.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _STRINGZ_H_

Marlin/src/HAL/DUE/usb/sysclk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifdef ARDUINO_ARCH_SAM

Marlin/src/HAL/DUE/usb/sysclk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef CHIP_SYSCLK_H_INCLUDED

Marlin/src/HAL/DUE/usb/tpaste.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _TPASTE_H_

Marlin/src/HAL/DUE/usb/udc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifdef ARDUINO_ARCH_SAM

Marlin/src/HAL/DUE/usb/udc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _UDC_H_

Marlin/src/HAL/DUE/usb/udc_desc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _UDC_DESC_H_

Marlin/src/HAL/DUE/usb/udd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _UDD_H_

Marlin/src/HAL/DUE/usb/udi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _UDI_H_

Marlin/src/HAL/DUE/usb/udi_cdc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifdef ARDUINO_ARCH_SAM

Marlin/src/HAL/DUE/usb/udi_cdc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#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
701701
* another "Composite Device" module, like "USB HID Mouse (Composite Device)".
702702
*
703703
* 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">
705705
* AVR4902 ASF - USB Composite Device</A>.
706706
*
707707
* \section udi_cdc_use_case_composite_setup Setup steps

Marlin/src/HAL/DUE/usb/udi_cdc_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _UDI_CDC_CONF_H_

Marlin/src/HAL/DUE/usb/udi_cdc_desc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifdef ARDUINO_ARCH_SAM

Marlin/src/HAL/DUE/usb/udi_composite_desc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifdef ARDUINO_ARCH_SAM

Marlin/src/HAL/DUE/usb/udi_msc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifdef ARDUINO_ARCH_SAM

Marlin/src/HAL/DUE/usb/udi_msc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
*/
4343
/*
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>
4545
*/
4646

4747
#ifndef _UDI_MSC_H_
@@ -290,7 +290,7 @@ bool udi_msc_trans_block(bool b_read, uint8_t * block, iram_size_t block_size,
290290
* another "Composite Device" module, like "USB HID Mouse (Composite Device)".
291291
*
292292
* 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">
294294
* AVR4902 ASF - USB Composite Device</A>.
295295
*
296296
* \section udi_msc_use_case_composite_setup Setup steps

Marlin/src/HAL/DUE/usb/uotghs_device_due.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343

4444
/*
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>
4646
*/
4747

4848
#ifdef ARDUINO_ARCH_SAM

0 commit comments

Comments
 (0)