Skip to content

Commit

Permalink
Add Copyright statements
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndere1 committed Feb 21, 2021
1 parent 620a17e commit 361c316
Show file tree
Hide file tree
Showing 78 changed files with 330 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
3 changes: 3 additions & 0 deletions Marlin/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Marlin2ForPipetBot Arduino Project Makefile
#
# Makefile Based on:
# Marlin Firmware Arduino Project Makefile
#
# Makefile Based on:
Expand Down
21 changes: 19 additions & 2 deletions Marlin/Marlin.ino
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,14 +14,25 @@
================================================================================
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
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/
Expand All @@ -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.
Expand Down
7 changes: 5 additions & 2 deletions Marlin/Version.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/AVR/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/DUE/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/ESP32/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/LPC1768/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/SAMD51/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/STM32/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/STM32F1/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/STM32_F4_F7/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/TEENSY31_32/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/HAL/TEENSY35_36/endstop_interrupts.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
6 changes: 5 additions & 1 deletion Marlin/src/MarlinCore.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down Expand Up @@ -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();

Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/MarlinCore.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/core/boards.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/core/drivers.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/core/language.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/core/macros.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/core/serial.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/core/serial.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/core/types.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/calibrate/G28.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/calibrate/G425.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/calibrate/M425.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/config/M92.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/control/M17_M18_M84.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/feature/trinamic/M122.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/feature/trinamic/M569.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/feature/trinamic/M906.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/feature/trinamic/M911-M914.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/gcode.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/gcode.h
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/geometry/G92.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/gcode/host/M114.cpp
Original file line number Diff line number Diff line change
@@ -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]
*
Expand Down
Loading

0 comments on commit 361c316

Please sign in to comment.