Multi-line comments cleanup (#19535)
This commit is contained in:
@ -11,7 +11,6 @@
|
||||
* any later version. The code is distributed WITHOUT ANY WARRANTY;
|
||||
* without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -11,7 +11,6 @@
|
||||
* any later version. The code is distributed WITHOUT ANY WARRANTY;
|
||||
* without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
||||
*
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
|
@ -51,7 +51,6 @@
|
||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "../../inc/MarlinConfig.h"
|
||||
|
@ -1632,7 +1632,6 @@ void update_variable() {
|
||||
* TODO: New code can follow the pattern of menu_media.cpp
|
||||
* and rely on Marlin caching for performance. No need to
|
||||
* cache files here.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef strcasecmp_P
|
||||
|
@ -42,7 +42,6 @@ constexpr uint32_t flash_eeprom_version = 1;
|
||||
* 0 16 DATA STORAGE AREA
|
||||
* 16 1 VERSIONING DATA
|
||||
* 17 inf MEDIA STORAGE AREA
|
||||
*
|
||||
*/
|
||||
|
||||
#define DATA_STORAGE_SIZE_64K
|
||||
|
@ -32,7 +32,6 @@
|
||||
* Selecting an LCD Display
|
||||
* Version 2.1
|
||||
* Issue Date: 2017-11-14
|
||||
*
|
||||
*/
|
||||
#define COMPUTE_REGS_FROM_DATASHEET \
|
||||
constexpr uint16_t Hoffset = thfp + thb - 1; \
|
||||
|
@ -109,7 +109,6 @@ namespace FTDI {
|
||||
* - Handles auto-repetition by sending onTouchHeld to the active screen periodically.
|
||||
* - Plays touch feedback "click" sounds when appropriate.
|
||||
* - Performs debouncing to supress spurious touch events.
|
||||
*
|
||||
*/
|
||||
void EventLoop::process_events() {
|
||||
// If the LCD is processing commands, don't check
|
||||
|
@ -49,7 +49,6 @@
|
||||
* ...
|
||||
* }
|
||||
* }
|
||||
*
|
||||
*/
|
||||
|
||||
class PolyReader {
|
||||
|
@ -375,7 +375,6 @@ namespace ExtUI {
|
||||
* constexpr float increment = 10;
|
||||
*
|
||||
* UI_INCREMENT(TargetTemp_celsius, E0)
|
||||
*
|
||||
*/
|
||||
#define UI_INCREMENT_BY(method, inc, ...) ExtUI::set ## method(ExtUI::get ## method (__VA_ARGS__) + inc, ##__VA_ARGS__)
|
||||
#define UI_DECREMENT_BY(method, inc, ...) ExtUI::set ## method(ExtUI::get ## method (__VA_ARGS__) - inc, ##__VA_ARGS__)
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_5
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
namespace Language_ca {
|
||||
using namespace Language_en; // Inherit undefined strings from English
|
||||
|
@ -31,7 +31,6 @@
|
||||
* Translated by Petr Zahradnik, Computer Laboratory
|
||||
* Blog and video blog Zahradnik se bavi
|
||||
* https://www.zahradniksebavi.cz
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_CZ
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Language_de {
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_GREEK
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_GREEK
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define en 1234
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Language_es {
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
|
||||
|
@ -29,7 +29,6 @@
|
||||
* A Magyar fordítást készítette: AntoszHUN
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
namespace Language_hu {
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -27,7 +27,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
//#define DISPLAY_CHARSET_ISO10646_KANA
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
namespace Language_ko_KR {
|
||||
using namespace Language_en; // Inherit undefined strings from English
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_PL
|
||||
|
@ -27,7 +27,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_1
|
||||
|
@ -27,7 +27,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
namespace Language_pt_br {
|
||||
using namespace Language_en; // Inherit undefined strings from English
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
#define DISPLAY_CHARSET_ISO10646_5
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
*
|
||||
* Translated by Michal Holeš, Farma MaM
|
||||
* https://www.facebook.com/farmamam
|
||||
*
|
||||
*/
|
||||
#define DISPLAY_CHARSET_ISO10646_SK
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
// Select ONE of the following Mappers.
|
||||
|
@ -30,7 +30,6 @@
|
||||
* Bu çeviri dosyasındaki sorunlar ve düzeltmeler için iletişim;
|
||||
* Contact for issues and corrections in this translation file;
|
||||
* Yücel Temel - (info@elektromanyetix.com) - https://elektromanyetix.com/
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_TR
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
|
||||
#define DISPLAY_CHARSET_ISO10646_5
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
namespace Language_vi {
|
||||
using namespace Language_en; // Inherit undefined strings from English
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
namespace Language_zh_CN {
|
||||
using namespace Language_en; // Inherit undefined strings from English
|
||||
|
@ -26,7 +26,6 @@
|
||||
*
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
*/
|
||||
namespace Language_zh_TW {
|
||||
using namespace Language_en; // Inherit undefined strings from English
|
||||
|
@ -101,9 +101,7 @@ void _menu_temp_filament_op(const PauseMode mode, const int8_t extruder) {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* "Change Filament" submenu
|
||||
*
|
||||
*/
|
||||
#if E_STEPPERS > 1 || ENABLED(FILAMENT_LOAD_UNLOAD_GCODES)
|
||||
|
||||
|
Reference in New Issue
Block a user