diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 25eff0c84173..a0bc1ddeed72 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index ea2c06cff463..293e9977703e 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/Makefile b/Marlin/Makefile index 326ad15a91eb..804c4ee6422c 100644 --- a/Marlin/Makefile +++ b/Marlin/Makefile @@ -1,5 +1,5 @@ # Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] Arduino Project Makefile -# Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] +# Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] # # Makefile Based on: # Marlin Firmware Arduino Project Makefile diff --git a/Marlin/Marlin.ino b/Marlin/Marlin.ino index 72c113a17518..663220636b20 100644 --- a/Marlin/Marlin.ino +++ b/Marlin/Marlin.ino @@ -1,6 +1,6 @@ /*============================================================================== Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] Based on: Marlin Firmware diff --git a/Marlin/Version.h b/Marlin/Version.h index 8be077a8e0e3..9c14c6acf67a 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/MarlinCore.cpp b/Marlin/src/MarlinCore.cpp index ebf1f49d931e..9a7ca162346d 100644 --- a/Marlin/src/MarlinCore.cpp +++ b/Marlin/src/MarlinCore.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/MarlinCore.h b/Marlin/src/MarlinCore.h index 829fb479afce..f434884d2d5f 100644 --- a/Marlin/src/MarlinCore.h +++ b/Marlin/src/MarlinCore.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/core/boards.h b/Marlin/src/core/boards.h index c24f19f936b8..f88baebb3437 100644 --- a/Marlin/src/core/boards.h +++ b/Marlin/src/core/boards.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/core/macros.h b/Marlin/src/core/macros.h index 3332342bac07..646ace5cb17f 100644 --- a/Marlin/src/core/macros.h +++ b/Marlin/src/core/macros.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/core/types.h b/Marlin/src/core/types.h index 0ee1dc75459b..f7ffc6a917e1 100644 --- a/Marlin/src/core/types.h +++ b/Marlin/src/core/types.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp b/Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp index d71b1bc3a539..5bbe0ca2249d 100644 --- a/Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp +++ b/Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/feature/controllerfan.cpp b/Marlin/src/feature/controllerfan.cpp index a9e5e86a3cc8..dc76077d696d 100644 --- a/Marlin/src/feature/controllerfan.cpp +++ b/Marlin/src/feature/controllerfan.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/feature/controllerfan.h b/Marlin/src/feature/controllerfan.h index e6a62d6f559b..4bd2426e36e2 100644 --- a/Marlin/src/feature/controllerfan.h +++ b/Marlin/src/feature/controllerfan.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/gcode/bedlevel/abl/G29.cpp b/Marlin/src/gcode/bedlevel/abl/G29.cpp index a86036f5e88c..b67205ae915a 100644 --- a/Marlin/src/gcode/bedlevel/abl/G29.cpp +++ b/Marlin/src/gcode/bedlevel/abl/G29.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/gcode/bedlevel/mbl/G29.cpp b/Marlin/src/gcode/bedlevel/mbl/G29.cpp index 82eacec83add..1df8e871f5ff 100644 --- a/Marlin/src/gcode/bedlevel/mbl/G29.cpp +++ b/Marlin/src/gcode/bedlevel/mbl/G29.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/gcode/bedlevel/ubl/G29.cpp b/Marlin/src/gcode/bedlevel/ubl/G29.cpp index 38877b23bee0..d5b35a419194 100644 --- a/Marlin/src/gcode/bedlevel/ubl/G29.cpp +++ b/Marlin/src/gcode/bedlevel/ubl/G29.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/gcode/calibrate/G28.cpp b/Marlin/src/gcode/calibrate/G28.cpp index 1935d53e6db0..5e7d35ca4641 100644 --- a/Marlin/src/gcode/calibrate/G28.cpp +++ b/Marlin/src/gcode/calibrate/G28.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/gcode/config/M217.cpp b/Marlin/src/gcode/config/M217.cpp index 67f43b66d3e6..d9ab2ec625b4 100644 --- a/Marlin/src/gcode/config/M217.cpp +++ b/Marlin/src/gcode/config/M217.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/gcode/parser.cpp b/Marlin/src/gcode/parser.cpp index f81d692cf395..8e3a6e74a0be 100644 --- a/Marlin/src/gcode/parser.cpp +++ b/Marlin/src/gcode/parser.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/gcode/parser.h b/Marlin/src/gcode/parser.h index f455e47df317..00da92e5f6eb 100644 --- a/Marlin/src/gcode/parser.h +++ b/Marlin/src/gcode/parser.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/inc/Conditionals-4-adv.h b/Marlin/src/inc/Conditionals-4-adv.h index 7786e6b600a6..0b9739b07178 100644 --- a/Marlin/src/inc/Conditionals-4-adv.h +++ b/Marlin/src/inc/Conditionals-4-adv.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/inc/Conditionals-5-post.h b/Marlin/src/inc/Conditionals-5-post.h index bb0867e69be8..ae16d18a5412 100644 --- a/Marlin/src/inc/Conditionals-5-post.h +++ b/Marlin/src/inc/Conditionals-5-post.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/inc/MarlinConfig.h b/Marlin/src/inc/MarlinConfig.h index 7246c8f49e6d..3aafac9fc928 100644 --- a/Marlin/src/inc/MarlinConfig.h +++ b/Marlin/src/inc/MarlinConfig.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/inc/MarlinConfigPre.h b/Marlin/src/inc/MarlinConfigPre.h index 4d2da394d597..8826bd6e3709 100644 --- a/Marlin/src/inc/MarlinConfigPre.h +++ b/Marlin/src/inc/MarlinConfigPre.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/inc/SanityCheck.h b/Marlin/src/inc/SanityCheck.h index cac7f32a6a0c..9751a95bf0be 100644 --- a/Marlin/src/inc/SanityCheck.h +++ b/Marlin/src/inc/SanityCheck.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 40206dc57c7b..be13f65cf9af 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/inc/Warnings.cpp b/Marlin/src/inc/Warnings.cpp index 15e9c144ed4c..69096506356c 100644 --- a/Marlin/src/inc/Warnings.cpp +++ b/Marlin/src/inc/Warnings.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/lcd/marlinui.cpp b/Marlin/src/lcd/marlinui.cpp index c48da22746a6..1e0029a94ea4 100644 --- a/Marlin/src/lcd/marlinui.cpp +++ b/Marlin/src/lcd/marlinui.cpp @@ -1,8 +1,4 @@ /** - * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 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/lcd/menu/menu_motion.cpp b/Marlin/src/lcd/menu/menu_motion.cpp index 5c45c01bab69..1a23f97be3c5 100644 --- a/Marlin/src/lcd/menu/menu_motion.cpp +++ b/Marlin/src/lcd/menu/menu_motion.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/endstops.cpp b/Marlin/src/module/endstops.cpp index 8c7c360390d7..6d22c17f624c 100644 --- a/Marlin/src/module/endstops.cpp +++ b/Marlin/src/module/endstops.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/endstops.h b/Marlin/src/module/endstops.h index e8f718daf056..7fe855b930b1 100644 --- a/Marlin/src/module/endstops.h +++ b/Marlin/src/module/endstops.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/motion.cpp b/Marlin/src/module/motion.cpp index 2b03242ad578..93bff7738710 100644 --- a/Marlin/src/module/motion.cpp +++ b/Marlin/src/module/motion.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/motion.h b/Marlin/src/module/motion.h index b306937a3cc6..062ee9021f4c 100644 --- a/Marlin/src/module/motion.h +++ b/Marlin/src/module/motion.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/penta_axis_ht.cpp b/Marlin/src/module/penta_axis_ht.cpp index 6cc33229059f..d7e8926f98c0 100644 --- a/Marlin/src/module/penta_axis_ht.cpp +++ b/Marlin/src/module/penta_axis_ht.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2024 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/penta_axis_ht.h b/Marlin/src/module/penta_axis_ht.h index 7325eb704f93..942151aac1fb 100644 --- a/Marlin/src/module/penta_axis_ht.h +++ b/Marlin/src/module/penta_axis_ht.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2024 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/penta_axis_trt.cpp b/Marlin/src/module/penta_axis_trt.cpp index c37fc18f95dd..8a9820cc4ee8 100644 --- a/Marlin/src/module/penta_axis_trt.cpp +++ b/Marlin/src/module/penta_axis_trt.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2024 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/penta_axis_trt.h b/Marlin/src/module/penta_axis_trt.h index 7ef8021964b0..a806d25e08f3 100644 --- a/Marlin/src/module/penta_axis_trt.h +++ b/Marlin/src/module/penta_axis_trt.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * + * Based on: * Marlin 3D Printer Firmware * Copyright (c) 2024 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * diff --git a/Marlin/src/module/planner.cpp b/Marlin/src/module/planner.cpp index 8f59fd44f476..ec4e61884e75 100644 --- a/Marlin/src/module/planner.cpp +++ b/Marlin/src/module/planner.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/planner.h b/Marlin/src/module/planner.h index 537928052ffb..35e5e818d8b0 100644 --- a/Marlin/src/module/planner.h +++ b/Marlin/src/module/planner.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/probe.cpp b/Marlin/src/module/probe.cpp index 7c7bf3debd76..d7a0e512b071 100644 --- a/Marlin/src/module/probe.cpp +++ b/Marlin/src/module/probe.cpp @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 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/probe.h b/Marlin/src/module/probe.h index 64414e61cccd..e04973a9abfc 100644 --- a/Marlin/src/module/probe.h +++ b/Marlin/src/module/probe.h @@ -1,4 +1,8 @@ /** + * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 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/temperature.cpp b/Marlin/src/module/temperature.cpp index 041d1c822908..7069b9417e03 100644 --- a/Marlin/src/module/temperature.cpp +++ b/Marlin/src/module/temperature.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/temperature.h b/Marlin/src/module/temperature.h index 99448d6f8c90..8aae02a5dd16 100644 --- a/Marlin/src/module/temperature.h +++ b/Marlin/src/module/temperature.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/tool_change.cpp b/Marlin/src/module/tool_change.cpp index 2b439cb715bc..e68f1ce76aae 100644 --- a/Marlin/src/module/tool_change.cpp +++ b/Marlin/src/module/tool_change.cpp @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware diff --git a/Marlin/src/module/tool_change.h b/Marlin/src/module/tool_change.h index ea2447aadeca..5ace503886e4 100644 --- a/Marlin/src/module/tool_change.h +++ b/Marlin/src/module/tool_change.h @@ -1,6 +1,6 @@ /** * Marlin2ForPipetBot [https://github.com/DerAndere1/Marlin] - * Copyright 2019 - 2022 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] + * Copyright 2019 - 2024 DerAndere and other Marlin2ForPipetBot authors [https://github.com/DerAndere1/Marlin] * * Based on: * Marlin 3D Printer Firmware