Skip to content

Commit

Permalink
Robin e3/e3d firmware update to marlin2.0.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
makerbase-mks committed Aug 6, 2020
1 parent 1cebd2c commit 15ce373
Show file tree
Hide file tree
Showing 2,348 changed files with 137,991 additions and 764,418 deletions.
1 change: 1 addition & 0 deletions firmware/firmware bin for Ender3(TMC2209)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This bin file works with MKS motherboard and can be used directly on ender3 mach
- Copy Robin_e3.bin file to TF card
- Insert TF to MKS Robin E3 or MKS Robin E3D board
- Reset board or repower on
- The marlin version is 2.0.1

## Parameter
- Robin_e3.bin firmware, the parameters are the same as the original ender3 machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This bin file works with MKS motherboard and can be used directly on ender3 mach
- Copy Robin_e3.bin file to TF card
- Insert TF to MKS Robin E3 or MKS Robin E3D board
- Reset board or repower on
- The marlin version is 2.0.1

## Parameter
- Robin_e3.bin firmware, the parameters are the same as the original ender3 machine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This bin file works with MKS motherboard and can be used directly on ender3 mach
- Copy Robin_e3.bin file to TF card
- Insert TF to MKS Robin E3 or MKS Robin E3D board
- Reset board or repower on
- The marlin version is 2.0.1

## Parameter
- Robin_e3.bin firmware, the parameters are the same as the original ender3 machine
Expand Down
19 changes: 19 additions & 0 deletions firmware/marlin2.0 for Ender3/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# editorconfig.org
root = true

[{*.patch,syntax_test_*}]
trim_trailing_whitespace = false

[{*.c,*.cpp,*.h}]
charset = utf-8

[{*.c,*.cpp,*.h,Makefile}]
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2

[{*.py,*.conf,*.sublime-project}]
indent_style = tab
indent_size = 4
7 changes: 5 additions & 2 deletions firmware/marlin2.0 for Ender3/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Marlin 3D Printer Firmware
# Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
# Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
#
# Based on Sprinter and grbl.
# Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
Expand All @@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

# Our automatic versioning scheme generates the following file
Expand Down Expand Up @@ -146,6 +146,9 @@ Marlin/*/*/readme.txt
Marlin/*/*/*/readme.txt
Marlin/*/*/*/*/readme.txt

# Secure Credentials
Configuration_Secure.h

#Visual Studio
*.sln
*.vcxproj
Expand Down
8 changes: 4 additions & 4 deletions firmware/marlin2.0 for Ender3/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (c) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (c) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -647,7 +647,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

Expand All @@ -666,12 +666,12 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<https://www.gnu.org/philosophy/why-not-lgpl.html>.

Loading

0 comments on commit 15ce373

Please sign in to comment.