You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-15
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@
7
7
8
8
If you want to modify and share easily your Marlin configuration, Marlin Console Configurator is for **YOU**.
9
9
10
-
Tired of finding each constants by hands to modify and switch between files?
11
-
12
10
This tool will help you to disable, enable and changes values into your Marlin firmware (currently Configuration.h & Configuration_adv.h) with just only a minimalistic wanted config.
@@ -22,17 +20,16 @@ This tool will help you to disable, enable and changes values into your Marlin f
22
20
+[Concrete example: show all changes and save modifications to Marlin firmware files](#concrete-example-show-all-changes-and-save-modifications-to-marlin-firmware-files)
23
21
+[Concrete example: Create a profile from your current config](#concrete-example-create-a-profile-from-your-current-config)
24
22
*[Usage](#usage)
23
+
*[A problem?](#a-problem)
25
24
*[Credits](#credits)
26
25
27
26
Cool things:
28
27
- No need to fork Marlin repository, and have a git pull-rebase-conflicts-f**k. Just download/clone last Marlin sources and run marlin-console-configuration onto wanted profile.
29
-
- Hey bro', I have 5 printers, and it is a loot difficult to maintain Marlin up-to-date for all printers...
30
-
- No problem, just use same Marlin repository, while you just have to apply 5 different profiles
31
-
- Naaaaahh, really ?
32
-
- Yes, it is as simple as it is
33
-
- You can share your profile with friends, or on a tutorial.
28
+
- No more Ctrl+F to find the constant to change
29
+
- Same Marlin version/code, when you can apply the wanted profile of targeted printer
30
+
- Share profile with friends, or on a tutorial.
34
31
- It is not doing anything else than modifying C/C++ header files (`.h`), so it don't care about Marlin version !
35
-
- It will not add/remove/reorder constants, but just modifying only what is needed :)
32
+
- It will not add/remove/reorder constants, but just modifying only what you wanted into your profile :)
36
33
37
34
Bad things:
38
35
- This tool is so quick that you have no time to take a coffee while it is running :D
@@ -110,7 +107,7 @@ marlin-console-configurator.bat help
0 commit comments