Loads a few crucial tools in your new Unix/Linux box.
# In OSX, this will script will paste the cmd to the clipboard:
$ ./gen-cmd.sh
# This is the Dendrite configuration file. | |
# | |
# The configuration is split up into sections - each Dendrite component has a | |
# configuration section, in addition to the "global" section which applies to | |
# all components. | |
# The version of the configuration file. | |
version: 2 | |
# Global Matrix configuration. This configuration applies to all components. |
diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h | |
index 0b8691f..4377bc6 100644 | |
--- a/Marlin/Configuration.h | |
+++ b/Marlin/Configuration.h | |
@@ -87,7 +87,8 @@ | |
// Choose the name from boards.h that matches your setup | |
#ifndef MOTHERBOARD | |
- #define MOTHERBOARD BOARD_RAMPS_14_EFB | |
+ //#define MOTHERBOARD BOARD_RAMPS_14_EFB |
.github/workflows/release_build.yml
. Pay attention to line 30, you may want to
adjust that for your project.Settings > Developer Settings > Personal access tokens
.
Save the token.Secrets > Actions
add a secret name with the value of the
token that you just created.*.cert | |
*.crt | |
*.key |
Gist away! |
Start here. |