Skip to content

Commit 062d78d

Browse files
authored
Update README.md
1 parent d5520aa commit 062d78d

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,47 @@ supported OS: Linux,Mac,Windows
77

88
# Main features
99
* instant changing of Configuration*.h files
10-
* quick help for Marlin options and Gcodes
10+
* quick help for Marlin options and G-codes
1111
* compilation and uploading your customized firmware
1212
* console for access to serial ports
13+
* share your configuration on [the site](http://lt.rv.ua/mc)
1314
# Features:
14-
* automatically clone repository from github if you don't have it
15+
* automatically clone repository from [Marlin github](https://github.com/MarlinFirmware/Marlin) if you don't have it
1516
* instant changing of Configuration*.h files
1617
* allow to filter only changed options overall and for each section
1718
* show help for all options
1819
* show help for G-codes
1920
* show allowed options/gcodes depend to your configuration
21+
* auto search options in Marlin github issues
2022
* reset configuration changes
21-
* switch between releases and update git repository from github
22-
* **upload your old configuration over current**
23-
* **compile and upload the firmware** to your device via PlatformIO
24-
* **access to all serial ports** using console manager (Linux/Mac with auto ports changing detection)
23+
* switch between **releases/branches** and update git repository from github
24+
* switch or load provided examples of configuration
25+
* **upload your old configuration over current** from Configuration files
26+
* **compile and upload the firmware** to your device via [PlatformIO](http://docs.platformio.org/en/latest/installation.html)
27+
* **access to all serial ports** using console manager (with auto ports changing detection)
2528
* simple 3D tool for positioning printer head in console manager
2629
* **snippets** allow compose the BootScreen, calculate a step values for various stepper motors
2730
* quick navigation with a right sided menu
2831
* create an issue on [Marlin github](https://github.com/MarlinFirmware/Marlin) with your configuration
32+
* share your configurator access via LAN or WAN (with changes log)
2933
## Snippets
3034
* stepper motors calculators (belt driven, screw driven, extruder)
3135
* startup bootscreen preview
3236
* custom bootscreen editor
33-
* sharing UPnP helper with QRcodes
37+
* sharing your connection with UPnP helper with QRcodes
3438
* using your phone as webcam
3539

36-
3740
in project used documentation from [MarlinDocumentation](https://github.com/MarlinFirmware/MarlinDocumentation/_configuration/configuration.md)
3841

39-
## Install marlin-config
40-
42+
# Install marlin-config from binaries
4143
We provide [prebuilt binaries](https://github.com/akaJes/marlin-config/releases) for macOS, Linux 32 / 64 and Windows 32 / 64. This is the [latest release](https://github.com/akaJes/marlin-config/releases/latest).
42-
43-
4444
## Dependencies
4545
* [git](https://git-scm.com/downloads)
4646
* [PlatformIO](http://docs.platformio.org/en/latest/installation.html) (optional)
4747
## Using
4848
After run appears a File dialog and asks to open any empty folder (then will be cloning for last version of marlin from github) or folder with the Marlin git repository
49-
# Installation NPM
49+
50+
# Install from NPM package
5051
[![npm version](https://badge.fury.io/js/marlin-conf.svg)](https://badge.fury.io/js/marlin-conf)
5152

5253
`sudo npm -g i marlin-conf`

0 commit comments

Comments
 (0)