diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 6ad7bc67eed7..ecd5752a502a 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index b5d77aa26fbb..abf201c6f70f 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/Makefile b/Marlin/Makefile index 95135ab594d9..d8dec1bf97c7 100644 --- a/Marlin/Makefile +++ b/Marlin/Makefile @@ -1,3 +1,6 @@ +# Marlin2ForPipetBot Arduino Project Makefile +# +# Makefile Based on: # Marlin Firmware Arduino Project Makefile # # Makefile Based on: diff --git a/Marlin/Marlin.ino b/Marlin/Marlin.ino index 57c825445fb5..f59b8c81bf02 100644 --- a/Marlin/Marlin.ino +++ b/Marlin/Marlin.ino @@ -1,5 +1,11 @@ /*============================================================================== + Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + Portions of Marlin2ForPipetBot are (c) by their respective authors. + All code complies with GPLv2 and/or GPLv3 + + Based on Marlin Firmware (c) 2011-2020 MarlinFirmware @@ -8,7 +14,7 @@ ================================================================================ -Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware. +Greetings! Thank you for choosing Marlin2ForPipetBot as your 3D printer firmware. To configure Marlin you must edit Configuration.h and Configuration_adv.h located in the root 'Marlin' folder. Check our Configurations repository to @@ -16,6 +22,17 @@ see if there's a more suitable starting-point for your specific hardware. Before diving in, we recommend the following essential links: +PipetBot-A8 project page + - https://derandere.gitlab.io/pipetbot-a8/ + The PipetBot-A8 project page by DerAndere. Marlin2ForPipetBot was + developed based on Marlin Firmware as part of this project. + +Repository of the Marlin fork by DerAndere + - https://github.com/DerAndere1/Marlin/ + including Marlin2ForPipetBot source code in the branch Marlin2ForPipetBot + and a Multi-Axis-Marlin wiki + + Marlin Firmware Official Website - https://marlinfw.org/ @@ -41,7 +58,7 @@ Getting Help The Marlin Discussion Forum is a great place to get help from other Marlin users who may have experienced similar issues to your own. - - https://github.com/MarlinFirmware/Marlin/issues + - https://github.com/MarlinFirmware/DerAndere1/issues With a free GitHub account you can provide us with feedback, bug reports, and feature requests via the Marlin Issue Queue. diff --git a/Marlin/Version.h b/Marlin/Version.h index fe0724fbfcb1..0e0c03025aa3 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -1,4 +1,7 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * @@ -54,7 +57,7 @@ * has a distinct Github fork— the Source Code URL should just be the main * Marlin repository. */ -//#define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin" +//#define SOURCE_CODE_URL "https://github.com/DerAndere1/Marlin" /** * Default generic printer UUID. @@ -65,7 +68,7 @@ * The WEBSITE_URL is the location where users can get more information such as * documentation about a specific Marlin release. */ -//#define WEBSITE_URL "https://marlinfw.org" +//#define WEBSITE_URL "https://derandere.gitlab.io/pipetbot-a8" /** * Set the vendor info the serial USB interface, if changable diff --git a/Marlin/src/HAL/AVR/endstop_interrupts.h b/Marlin/src/HAL/AVR/endstop_interrupts.h index d37bc6d53bb8..dc1ded2549c3 100644 --- a/Marlin/src/HAL/AVR/endstop_interrupts.h +++ b/Marlin/src/HAL/AVR/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/HAL/DUE/endstop_interrupts.h b/Marlin/src/HAL/DUE/endstop_interrupts.h index 9c7e2104882e..df54e7ab1310 100644 --- a/Marlin/src/HAL/DUE/endstop_interrupts.h +++ b/Marlin/src/HAL/DUE/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/HAL/ESP32/endstop_interrupts.h b/Marlin/src/HAL/ESP32/endstop_interrupts.h index 4725df921b1a..9a346d3a198c 100644 --- a/Marlin/src/HAL/ESP32/endstop_interrupts.h +++ b/Marlin/src/HAL/ESP32/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/HAL/LPC1768/endstop_interrupts.h b/Marlin/src/HAL/LPC1768/endstop_interrupts.h index f9d2b25e89b8..0728d0ead1b5 100644 --- a/Marlin/src/HAL/LPC1768/endstop_interrupts.h +++ b/Marlin/src/HAL/LPC1768/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/HAL/SAMD51/endstop_interrupts.h b/Marlin/src/HAL/SAMD51/endstop_interrupts.h index cdd4c7e9cf4a..bf6a46964377 100644 --- a/Marlin/src/HAL/SAMD51/endstop_interrupts.h +++ b/Marlin/src/HAL/SAMD51/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] diff --git a/Marlin/src/HAL/STM32/endstop_interrupts.h b/Marlin/src/HAL/STM32/endstop_interrupts.h index 90870881fe66..7a9495539022 100644 --- a/Marlin/src/HAL/STM32/endstop_interrupts.h +++ b/Marlin/src/HAL/STM32/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/HAL/STM32F1/endstop_interrupts.h b/Marlin/src/HAL/STM32F1/endstop_interrupts.h index 4d7edb9496c1..9e12fcdf0d66 100644 --- a/Marlin/src/HAL/STM32F1/endstop_interrupts.h +++ b/Marlin/src/HAL/STM32F1/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/HAL/STM32_F4_F7/endstop_interrupts.h b/Marlin/src/HAL/STM32_F4_F7/endstop_interrupts.h index 90870881fe66..7a9495539022 100644 --- a/Marlin/src/HAL/STM32_F4_F7/endstop_interrupts.h +++ b/Marlin/src/HAL/STM32_F4_F7/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/HAL/TEENSY31_32/endstop_interrupts.h b/Marlin/src/HAL/TEENSY31_32/endstop_interrupts.h index 9c7e2104882e..df54e7ab1310 100644 --- a/Marlin/src/HAL/TEENSY31_32/endstop_interrupts.h +++ b/Marlin/src/HAL/TEENSY31_32/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/HAL/TEENSY35_36/endstop_interrupts.h b/Marlin/src/HAL/TEENSY35_36/endstop_interrupts.h index 517fa90d38ae..63ffeb90a39e 100644 --- a/Marlin/src/HAL/TEENSY35_36/endstop_interrupts.h +++ b/Marlin/src/HAL/TEENSY35_36/endstop_interrupts.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/MarlinCore.cpp b/Marlin/src/MarlinCore.cpp index 09978be86715..467106ea2890 100644 --- a/Marlin/src/MarlinCore.cpp +++ b/Marlin/src/MarlinCore.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * @@ -352,7 +356,7 @@ void enable_all_steppers() { ENABLE_AXIS_Y(); ENABLE_AXIS_Z(); - ENABLE_AXIS_I(); // Marlin 6-axis support: 2019 - 2020 DerAndere (https://github.com/DerAndere1/Marlin/wiki) + ENABLE_AXIS_I(); // Marlin 6-axis support: Contributed 2019 - 2020 DerAndere (https://github.com/DerAndere1/Marlin/wiki) ENABLE_AXIS_J(); ENABLE_AXIS_K(); diff --git a/Marlin/src/MarlinCore.h b/Marlin/src/MarlinCore.h index 8ed12e305fd3..eac30d41f13b 100644 --- a/Marlin/src/MarlinCore.h +++ b/Marlin/src/MarlinCore.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/core/boards.h b/Marlin/src/core/boards.h index c62d89d89968..81b60b8100b6 100644 --- a/Marlin/src/core/boards.h +++ b/Marlin/src/core/boards.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/core/drivers.h b/Marlin/src/core/drivers.h index 0a76410274bb..3f9d78a2854d 100644 --- a/Marlin/src/core/drivers.h +++ b/Marlin/src/core/drivers.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/core/language.h b/Marlin/src/core/language.h index 84622c1450b4..3704d0422255 100644 --- a/Marlin/src/core/language.h +++ b/Marlin/src/core/language.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/core/macros.h b/Marlin/src/core/macros.h index 19f18515a721..85f341dd41f5 100644 --- a/Marlin/src/core/macros.h +++ b/Marlin/src/core/macros.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/core/serial.cpp b/Marlin/src/core/serial.cpp index aeb53d51348f..26dfd31b30c4 100644 --- a/Marlin/src/core/serial.cpp +++ b/Marlin/src/core/serial.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/core/serial.h b/Marlin/src/core/serial.h index 9c63f7191529..21ce8ed7c618 100644 --- a/Marlin/src/core/serial.h +++ b/Marlin/src/core/serial.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/core/types.h b/Marlin/src/core/types.h index 3b4206a4edf8..35778f351da4 100644 --- a/Marlin/src/core/types.h +++ b/Marlin/src/core/types.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/calibrate/G28.cpp b/Marlin/src/gcode/calibrate/G28.cpp index 813197e7be64..bdd746e52c8b 100644 --- a/Marlin/src/gcode/calibrate/G28.cpp +++ b/Marlin/src/gcode/calibrate/G28.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/calibrate/G425.cpp b/Marlin/src/gcode/calibrate/G425.cpp index 09f6f21b9265..ee5cb6125986 100644 --- a/Marlin/src/gcode/calibrate/G425.cpp +++ b/Marlin/src/gcode/calibrate/G425.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/calibrate/M425.cpp b/Marlin/src/gcode/calibrate/M425.cpp index ede0d2c9f7e0..b607bad8f1c8 100644 --- a/Marlin/src/gcode/calibrate/M425.cpp +++ b/Marlin/src/gcode/calibrate/M425.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/config/M92.cpp b/Marlin/src/gcode/config/M92.cpp index a48f2df73772..98308b523668 100644 --- a/Marlin/src/gcode/config/M92.cpp +++ b/Marlin/src/gcode/config/M92.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/control/M17_M18_M84.cpp b/Marlin/src/gcode/control/M17_M18_M84.cpp index 421831e161df..8e8e2eaf0a4f 100644 --- a/Marlin/src/gcode/control/M17_M18_M84.cpp +++ b/Marlin/src/gcode/control/M17_M18_M84.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/feature/trinamic/M122.cpp b/Marlin/src/gcode/feature/trinamic/M122.cpp index 3b3cddcd5ec8..525fbb98b506 100644 --- a/Marlin/src/gcode/feature/trinamic/M122.cpp +++ b/Marlin/src/gcode/feature/trinamic/M122.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/feature/trinamic/M569.cpp b/Marlin/src/gcode/feature/trinamic/M569.cpp index 1296572c6ccc..16ea008d59d4 100644 --- a/Marlin/src/gcode/feature/trinamic/M569.cpp +++ b/Marlin/src/gcode/feature/trinamic/M569.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/feature/trinamic/M906.cpp b/Marlin/src/gcode/feature/trinamic/M906.cpp index fac136f044e5..553364912c64 100644 --- a/Marlin/src/gcode/feature/trinamic/M906.cpp +++ b/Marlin/src/gcode/feature/trinamic/M906.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/feature/trinamic/M911-M914.cpp b/Marlin/src/gcode/feature/trinamic/M911-M914.cpp index 0021040a8a18..f048d896553b 100644 --- a/Marlin/src/gcode/feature/trinamic/M911-M914.cpp +++ b/Marlin/src/gcode/feature/trinamic/M911-M914.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/gcode.cpp b/Marlin/src/gcode/gcode.cpp index 9fe14ca4dddb..b69ba7fdd49c 100644 --- a/Marlin/src/gcode/gcode.cpp +++ b/Marlin/src/gcode/gcode.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/gcode.h b/Marlin/src/gcode/gcode.h index 35d594074d88..f31d4ce380d8 100644 --- a/Marlin/src/gcode/gcode.h +++ b/Marlin/src/gcode/gcode.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/geometry/G92.cpp b/Marlin/src/gcode/geometry/G92.cpp index 0d387350edf0..ebcbb6b181dd 100644 --- a/Marlin/src/gcode/geometry/G92.cpp +++ b/Marlin/src/gcode/geometry/G92.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/host/M114.cpp b/Marlin/src/gcode/host/M114.cpp index 680458877b09..2bf7814ce20f 100644 --- a/Marlin/src/gcode/host/M114.cpp +++ b/Marlin/src/gcode/host/M114.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/motion/G0_G1.cpp b/Marlin/src/gcode/motion/G0_G1.cpp index 18376e67c0a5..903101be885b 100644 --- a/Marlin/src/gcode/motion/G0_G1.cpp +++ b/Marlin/src/gcode/motion/G0_G1.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/motion/G81_G83.cpp b/Marlin/src/gcode/motion/G81_G83.cpp index febf0b2dcedf..349051a234c7 100644 --- a/Marlin/src/gcode/motion/G81_G83.cpp +++ b/Marlin/src/gcode/motion/G81_G83.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/parser.cpp b/Marlin/src/gcode/parser.cpp index 949e357944de..c36adac9d7da 100644 --- a/Marlin/src/gcode/parser.cpp +++ b/Marlin/src/gcode/parser.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/gcode/parser.h b/Marlin/src/gcode/parser.h index acff8960997f..11f074ed7d81 100644 --- a/Marlin/src/gcode/parser.h +++ b/Marlin/src/gcode/parser.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/inc/Conditionals_LCD.h b/Marlin/src/inc/Conditionals_LCD.h index 4c8adeecb5f9..49b4d35afcbe 100644 --- a/Marlin/src/inc/Conditionals_LCD.h +++ b/Marlin/src/inc/Conditionals_LCD.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/inc/Conditionals_post.h b/Marlin/src/inc/Conditionals_post.h index 8c5e08cb0060..1b42c226bc1e 100644 --- a/Marlin/src/inc/Conditionals_post.h +++ b/Marlin/src/inc/Conditionals_post.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/inc/SanityCheck.h b/Marlin/src/inc/SanityCheck.h index 00480be5aea8..ef3339f534ce 100644 --- a/Marlin/src/inc/SanityCheck.h +++ b/Marlin/src/inc/SanityCheck.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 5e6d7fe5ed91..b01405292dcc 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * @@ -82,7 +86,7 @@ * providing the source code to your customers.) */ #ifndef SOURCE_CODE_URL - #define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin" + #define SOURCE_CODE_URL "https://github.com/DerAndere1/Marlin" #endif /** @@ -97,7 +101,7 @@ * documentation about a specific Marlin release. Displayed in the Info Menu. */ #ifndef WEBSITE_URL - #define WEBSITE_URL "https://marlinfw.org" + #define WEBSITE_URL "https://derandere.gitlab.io/pipetbot-a8" #endif /** diff --git a/Marlin/src/module/endstops.cpp b/Marlin/src/module/endstops.cpp index 324e1f333f00..a7ce6050e6c7 100644 --- a/Marlin/src/module/endstops.cpp +++ b/Marlin/src/module/endstops.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/endstops.h b/Marlin/src/module/endstops.h index 634c548637a8..ab2c85376a83 100644 --- a/Marlin/src/module/endstops.h +++ b/Marlin/src/module/endstops.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/motion.cpp b/Marlin/src/module/motion.cpp index 5452c6cce455..96b7a2fae2a4 100644 --- a/Marlin/src/module/motion.cpp +++ b/Marlin/src/module/motion.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/motion.h b/Marlin/src/module/motion.h index f64f8895128d..be402fe6a620 100644 --- a/Marlin/src/module/motion.h +++ b/Marlin/src/module/motion.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/planner.cpp b/Marlin/src/module/planner.cpp index cb60cd8231ef..d71e0d67ecfe 100644 --- a/Marlin/src/module/planner.cpp +++ b/Marlin/src/module/planner.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/planner.h b/Marlin/src/module/planner.h index d0e3aeabb227..64cbbc0424d9 100644 --- a/Marlin/src/module/planner.h +++ b/Marlin/src/module/planner.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/settings.cpp b/Marlin/src/module/settings.cpp index 6ce38e1d1cfd..0251cd706c82 100644 --- a/Marlin/src/module/settings.cpp +++ b/Marlin/src/module/settings.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/stepper.cpp b/Marlin/src/module/stepper.cpp index d881bcb71023..83a152599536 100644 --- a/Marlin/src/module/stepper.cpp +++ b/Marlin/src/module/stepper.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/stepper.h b/Marlin/src/module/stepper.h index 1630716c41d3..8a229cc890d7 100644 --- a/Marlin/src/module/stepper.h +++ b/Marlin/src/module/stepper.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/stepper/TMC26X.cpp b/Marlin/src/module/stepper/TMC26X.cpp index 26f91bfeb9da..ee325ff5dcc6 100644 --- a/Marlin/src/module/stepper/TMC26X.cpp +++ b/Marlin/src/module/stepper/TMC26X.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/stepper/TMC26X.h b/Marlin/src/module/stepper/TMC26X.h index 4d05c3e11542..0a08f21bca72 100644 --- a/Marlin/src/module/stepper/TMC26X.h +++ b/Marlin/src/module/stepper/TMC26X.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/stepper/indirection.h b/Marlin/src/module/stepper/indirection.h index 572011b12c59..83a4a21c569d 100644 --- a/Marlin/src/module/stepper/indirection.h +++ b/Marlin/src/module/stepper/indirection.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/stepper/trinamic.cpp b/Marlin/src/module/stepper/trinamic.cpp index 1559c88b7a46..a7115d035e9c 100644 --- a/Marlin/src/module/stepper/trinamic.cpp +++ b/Marlin/src/module/stepper/trinamic.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/stepper/trinamic.h b/Marlin/src/module/stepper/trinamic.h index fdecf5083747..728b2e7c1fd5 100644 --- a/Marlin/src/module/stepper/trinamic.h +++ b/Marlin/src/module/stepper/trinamic.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/pins/pins.h b/Marlin/src/pins/pins.h index b0bcbcdecffb..fa38a198d084 100644 --- a/Marlin/src/pins/pins.h +++ b/Marlin/src/pins/pins.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/pins/sanguino/pins_DERANDERE_PB_1.h b/Marlin/src/pins/sanguino/pins_DERANDERE_PB_1.h index 22c05b677934..6a01c0adf4a8 100644 --- a/Marlin/src/pins/sanguino/pins_DERANDERE_PB_1.h +++ b/Marlin/src/pins/sanguino/pins_DERANDERE_PB_1.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (C) 2017 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/default/Configuration.h b/config/default/Configuration.h index d26ca68f3e68..824ce49ffdcc 100644 --- a/config/default/Configuration.h +++ b/config/default/Configuration.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/default/Configuration_adv.h b/config/default/Configuration_adv.h index 86dad5d5944c..4d2e3886f65e 100644 --- a/config/default/Configuration_adv.h +++ b/config/default/Configuration_adv.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/DerAndere/PipetBot-A8/Configuration.h b/config/examples/DerAndere/PipetBot-A8/Configuration.h index 6ad7bc67eed7..ecd5752a502a 100644 --- a/config/examples/DerAndere/PipetBot-A8/Configuration.h +++ b/config/examples/DerAndere/PipetBot-A8/Configuration.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/DerAndere/PipetBot-A8/Configuration_adv.h b/config/examples/DerAndere/PipetBot-A8/Configuration_adv.h index b5d77aa26fbb..f994a757d1f2 100644 --- a/config/examples/DerAndere/PipetBot-A8/Configuration_adv.h +++ b/config/examples/DerAndere/PipetBot-A8/Configuration_adv.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/Configuration.h b/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/Configuration.h index 02e20ae8a3aa..c92ec3bbaf07 100644 --- a/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/Configuration.h +++ b/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/Configuration.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/Configuration_adv.h b/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/Configuration_adv.h index 86dad5d5944c..4d2e3886f65e 100644 --- a/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/Configuration_adv.h +++ b/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/Configuration_adv.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/pins_RAMPS.h b/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/pins_RAMPS.h index 47be03a075b0..7bf65ff5f6e7 100644 --- a/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/pins_RAMPS.h +++ b/config/examples/RAMPS_MultiAxis/FOAMCUTTER_XYUV/pins_RAMPS.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/Configuration.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/Configuration.h index fd1d5516bbdf..28d5a5db294d 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/Configuration.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/Configuration.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/Configuration_adv.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/Configuration_adv.h index 86dad5d5944c..4d2e3886f65e 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/Configuration_adv.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/Configuration_adv.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/pins_RAMPS.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/pins_RAMPS.h index 72b5082689e8..5e21de526a1e 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/pins_RAMPS.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE/pins_RAMPS.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/Configuration.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/Configuration.h index 57c42e0d7126..be322e459e56 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/Configuration.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/Configuration.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/Configuration_adv.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/Configuration_adv.h index 86dad5d5944c..4d2e3886f65e 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/Configuration_adv.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/Configuration_adv.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/pins_RAMPS.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/pins_RAMPS.h index f1ff5a5c94fa..637dc69af551 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/pins_RAMPS.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIE_TMC/pins_RAMPS.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/Configuration.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/Configuration.h index fd1d5516bbdf..28d5a5db294d 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/Configuration.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/Configuration.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/Configuration_adv.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/Configuration_adv.h index 86dad5d5944c..4d2e3886f65e 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/Configuration_adv.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/Configuration_adv.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/pins_RAMPS.h b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/pins_RAMPS.h index f4e83b1e4a74..374ff4b2295c 100644 --- a/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/pins_RAMPS.h +++ b/config/examples/RAMPS_MultiAxis/RAMPS_XYZIJ/pins_RAMPS.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2021 Christian Bartz ("DerAndere") and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/platformio.ini b/platformio.ini index e3ff6c152634..6ee41e293adb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,4 +1,8 @@ # +# Marlin2ForPipetBot Firmware +# PlatformIO Configuration File +# +# Based on: # Marlin Firmware # PlatformIO Configuration File #