MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.27k stars 19.23k forks source link

RE: Frontend for Marlin #23790

Closed jmger closed 2 years ago

jmger commented 2 years ago

Is your feature request related to a problem? Please describe.

No response

Are you looking for hardware support?

Tevo Tornado and Ender 3 Max

Describe the feature you want

Regards to the Frontend for Marlin. This would be really, really nice to have. Think about this as a web type interface, or added to Octoprint or something similar. But the main thing is this... Most options that uses want to change quickly and easily are already available as M code. So this does not seem complicated to program. An interface screen like what is on my Pi3 Repetier Server that just takes the form data fields and sticks it into the M code string and then save it to the Control Board. I type through the Terminal window of Octoprint and Repetier Server to change options like Steps Per/mm, Acceleration, and the like. But it would be nice to have a form screen where I could just change all setting at once and then save Setting. I bet it would not take more than a few hours to code.

Additional context

No response

thisiskeithb commented 2 years ago

Auto Build Marlin is an ongoing/active project and will eventually add a frontend for user configuration through VSCode.

image
thinkyhead commented 2 years ago

…eventually!

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.