question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Command line and config option for controller == Marlin is not working

See original GitHub issue

The command line: cnc --controller Marlin seems not to work.

As far as I can see that, the Marlin controller is missing here: https://github.com/cncjs/cncjs/blob/c620aa499e681b3701d4c2f2040d5a5b88f857c7/src/app/services/cncengine/CNCEngine.js#L39

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chetoncommented, Jul 23, 2018

@Hoangthoi

If you didn’t start CNCjs server with pm2, you can kill all running Node.js processes using killall -9 node.

1reaction
MitchBradleycommented, Jul 23, 2018

This error results when you try to start cncjs but it is already running. If cncjs is autostarted, perhaps by using pm2, then if you start it later from the command line, you will get this error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring Marlin
Complete guide to Marlin configuration options.
Read more >
Marlin 2.0.6 Startup Command is now "echo:start" and not "start"
Modify the Simplify3D / Tools / Firmware Configuration setting for Wait for startup command from "start" to "echo:start". Connect to Controller ...
Read more >
Beginner guide to editing Marlin firmware - step by step
UPDATE: Much of this is relevant, but you can no longer use Arduino to easily compile for 8 bit boards. Fortunately VS code...
Read more >
How to Set Up & Edit Marlin Firmware - All3DP
Download Marlin. · Edit the configuration files with your favorite text editor or Arduino IDE. · Compile the Marlin firmware files into binary ......
Read more >
Configure Marlin 2.0.x from scratch and not die trying - 3DWork
This guide is not intended to be a boring manual on how to configure Marlin 2.0.x. Rather, it will show the essential options...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found