Skip to content

Windows Installation

akaJes edited this page Mar 13, 2018 · 5 revisions

If You opent this page and don't understand how to install - just download binaries https://github.com/akaJes/marlin-config/releases

Dependencies

git, node.js, optional PlatformIO

After installing all prerequisites

Check the dependencies installation

You need check these commands below in a new opened command prompt (press Menu-R and type 'cmd') these commands must run without errors

git
node
npm
pio 

pio is optional, PlatformIO troubleshooting

Installation

In the same console

instead sudo npm -g i marlin-conf type

npm -g i marlin-conf

checking

type

mct help

If you got an error - you need add path variable (this command set your local %PATH% variable)

setx PATH "%AppData%\npm"

or add it manually %AppData%\npm path to your modules folder

How to run on Windows

Right click in empty folder and type

mct

then will be a prompt for cloning a new MarlinFirmware repository to this folder ( if it not exists ) and when it over will be opened a browser with the marlin-conf page

Do not close this console!!! - there runs the service for marlin-conf