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.23k stars 19.22k forks source link

"test multiline" should not be in ultralcd.cpp as default #1536

Closed kreidler closed 9 years ago

kreidler commented 9 years ago

Line 379 of ultralcd.cpp contains

/JFR TEST/ MENU_ITEM(gcode, "test multiline", PSTR("G4 S3\nM104 S50\nG4 S1\nM104 S200\nG4 S2\nM104 S0")); // SD-card changed by user

which leds to an extruder heating process if selected. Should be not avialable in this live version.

avluis commented 9 years ago

Yep, agree. Does Arduino have compile time arguments such as debug and release? Would be a good way of keeping items out of compilation when building the hex binary.

avluis commented 9 years ago

Related: https://github.com/MarlinFirmware/Marlin/issues/1530 https://github.com/MarlinFirmware/Marlin/issues/1531

thinkyhead commented 9 years ago

I have a PR pending that fixes this and other outstanding issues. I'll merge it forthwith. #1526

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.