Repository Analysis

MarlinFirmware/Marlin

Marlin is a firmware for RepRap 3D printers optimized for both 8 and 32 bit microcontrollers. Marlin supports all common platforms. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.

12.1 Low AI signal View on GitHub
12.1
Adjusted Score
12.1
Raw Score
100%
Time Factor
2026-05-30
Last Push
17,416
Stars
C++
Language
644,085
Lines of Code
3146
Files
8460
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 1HIGH 12MEDIUM 43LOW 8404

Pattern Findings

8460 matches across 14 categories. Click a row to expand file-level details.

Over-Commented Block8270 hits · 7486 pts
SeverityFileLineSnippet
LOWMarlin/Version.h81//#define USB_DEVICE_VENDOR_ID 0x0000
LOWMarlin/Configuration.h121//#define RS485_SERIAL_PORT 1
LOWMarlin/Configuration.h161//#define Z3_DRIVER_TYPE A4988
LOWMarlin/Configuration.h201 #define AXIS5_ROTATES
LOWMarlin/Configuration.h221
LOWMarlin/Configuration.h241#if ENABLED(SWITCHING_EXTRUDER)
LOWMarlin/Configuration.h281 * https://youtu.be/Bqbcs0CU2FE
LOWMarlin/Configuration.h341 * Supports more than 2 Toolheads. See https://youtu.be/JolbsAKTKf4
LOWMarlin/Configuration.h361 #define SWITCHING_TOOLHEAD_RETRACT_FEEDRATE 2400 // (mm/min) Extruder retract feedrate
LOWMarlin/Configuration.h381 //#define GRADIENT_MIX // Support for gradient mixing with M166 and LCD
LOWMarlin/Configuration.h421 */
LOWMarlin/Configuration.h441 //#define PS_ON1_EDM_PIN 9
LOWMarlin/Configuration.h581 * 999 : Dummy Table that ALWAYS reads 100°C or the temperature defined below.
LOWMarlin/Configuration.h601#define DUMMY_THERMISTOR_999_VALUE 100
LOWMarlin/Configuration.h621#if HAS_E_TEMP_SENSOR
LOWMarlin/Configuration.h661#define HEATER_2_MINTEMP 5
LOWMarlin/Configuration.h701 * Temperature Control
LOWMarlin/Configuration.h721 // Specify up to one value per hotend here, according to your setup.
LOWMarlin/Configuration.h741 * @section mpc temp
LOWMarlin/Configuration.h761 // Measured physical constants from M306
LOWMarlin/Configuration.h781
LOWMarlin/Configuration.h821 //#define MIN_BED_POWER 0 // Min power to improve PID stability (0..MAX_BED_POWER).
LOWMarlin/Configuration.h901#define MAX_CHAMBER_POWER 255 // limits duty cycle to chamber heater; 255=full current
LOWMarlin/Configuration.h961 *
LOWMarlin/Configuration.h981//#define COREYZ
LOWMarlin/Configuration.h1001
LOWMarlin/Configuration.h1021 * DELTA kinematics
LOWMarlin/Configuration.h1041
LOWMarlin/Configuration.h1061 #define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // (mm) Get these values from G33 auto calibrate
LOWMarlin/Configuration.h1101 #define SCARA_LINKAGE_2 135 // (mm)
LOWMarlin/Configuration.h1121 // Shoulder and elbow angles when in home position. If left undefined, cartesian home is used and
LOWMarlin/Configuration.h1141 #define TPARA_LINKAGE_2 120 // (mm)
LOWMarlin/Configuration.h1161 #define TPARA_TCP_OFFSET_X 27.0 // (mm) Tool flange: 27 (distance from pivot to bolt holes), extruder tool: 50.
LOWMarlin/Configuration.h1221 // Radius which is unreachable by the tool.
LOWMarlin/Configuration.h1241 //#define ENDSTOPPULLUP_IMIN
LOWMarlin/Configuration.h1261#if DISABLED(ENDSTOPPULLDOWNS)
LOWMarlin/Configuration.h1281 //#define ENDSTOPPULLDOWN_ZMIN_PROBE
LOWMarlin/Configuration.h1401 *
LOWMarlin/Configuration.h1441 * S-Curve Acceleration
LOWMarlin/Configuration.h1581 * A lightweight, solenoid-driven probe.
LOWMarlin/Configuration.h1621 #define MAG_MOUNTED_PROBE_SERVO_ANGLES { 90, 0 } // Servo Angles for Deployed, Stowed
LOWMarlin/Configuration.h1661
LOWMarlin/Configuration.h1721 * | 4 | T <-- Example "4" ( left-, front-)
LOWMarlin/Configuration.h1761 * Tare Probe (determine zero-point) prior to each probe.
LOWMarlin/Configuration.h1821//#define PROBE_OFFSET_XMIN -50 // (mm)
LOWMarlin/Configuration.h1841 * These options are most useful for the BLTouch probe, but may also improve
LOWMarlin/Configuration.h1861// @section stepper drivers
LOWMarlin/Configuration.h1881//#define DISABLE_I
LOWMarlin/Configuration.h1901//#define INVERT_K_DIR false
LOWMarlin/Configuration.h1921/**
LOWMarlin/Configuration.h1941//#define I_HOME_DIR -1
LOWMarlin/Configuration.h1961//#define W_SAFETY_STOP
LOWMarlin/Configuration.h2001 #define MIN_SOFTWARE_ENDSTOP_X
LOWMarlin/Configuration.h2041 *
LOWMarlin/Configuration.h2061 //#define FIL_RUNOUT2_STATE LOW
LOWMarlin/Configuration.h2081 //#define FIL_RUNOUT7_STATE LOW
LOWMarlin/Configuration.h2101 // as the filament moves. (Be sure to set FILAMENT_MOTION_DISTANCE_MM
LOWMarlin/Configuration.h2121 //#define FIL_MOTION2_PULLDOWN
LOWMarlin/Configuration.h2141 //#define FIL_MOTION7_PULLDOWN
LOWMarlin/Configuration.h2261 #define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for G26.
8210 more matches not shown…
Deep Nesting49 hits · 49 pts
SeverityFileLineSnippet
LOWMarlin/src/HAL/LPC1768/upload_extra_script.py27
LOW…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/img2cpp.py57
LOW…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py187
LOW…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py220
LOWbuildroot/bin/config.py99
LOW…ildroot/bin/parallel-examples/fix_host_menu_configs.py115
LOWbuildroot/bin/parallel-examples/build_and_log.py123
LOW…droot/bin/parallel-examples/fix_host_action_configs.py102
LOWbuildroot/share/PlatformIO/scripts/marlin.py44
LOWbuildroot/share/PlatformIO/scripts/configuration.py18
LOWbuildroot/share/PlatformIO/scripts/configuration.py104
LOWbuildroot/share/PlatformIO/scripts/configuration.py205
LOWbuildroot/share/PlatformIO/scripts/preflight-checks.py12
LOWbuildroot/share/PlatformIO/scripts/preflight-checks.py39
LOWbuildroot/share/PlatformIO/scripts/preflight-checks.py52
LOWbuildroot/share/PlatformIO/scripts/config.py65
LOWbuildroot/share/PlatformIO/scripts/preprocessor.py61
LOW…ldroot/share/PlatformIO/scripts/common-dependencies.py48
LOW…ldroot/share/PlatformIO/scripts/common-dependencies.py131
LOW…ldroot/share/PlatformIO/scripts/common-dependencies.py286
LOWbuildroot/share/PlatformIO/scripts/mc-apply.py61
LOWbuildroot/share/PlatformIO/scripts/mc-apply.py113
LOWbuildroot/share/PlatformIO/scripts/mc-apply.py139
LOW…/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py9
LOWbuildroot/share/PlatformIO/scripts/signature.py89
LOWbuildroot/share/PlatformIO/scripts/schema.py67
LOWbuildroot/share/PlatformIO/scripts/schema.py87
LOWbuildroot/share/PlatformIO/scripts/schema.py121
LOWbuildroot/share/PlatformIO/scripts/schema.py484
LOWbuildroot/share/make/validate_boards.py27
LOWbuildroot/share/make/find.py7
LOWbuildroot/share/scripts/pinsformat.py47
LOWbuildroot/share/scripts/pinsformat.py113
LOWbuildroot/share/scripts/upload.py10
LOWbuildroot/share/scripts/image_to_tft.py28
LOWbuildroot/share/scripts/visualize_memory_map.py53
LOWbuildroot/share/scripts/visualize_memory_map.py158
LOWbuildroot/share/scripts/visualize_memory_map.py401
LOWbuildroot/share/scripts/visualize_memory_map.py414
LOWbuildroot/share/scripts/visualize_memory_map.py608
LOW…ildroot/share/scripts/createTemperatureLookupMarlin.py87
LOWbuildroot/share/scripts/languageExport.py19
LOWbuildroot/share/scripts/linesformat.py16
LOWbuildroot/share/scripts/MarlinBinaryProtocol.py343
LOWbuildroot/share/scripts/g29_auto.py59
LOWbuildroot/share/scripts/rle_compress_bitmap.py11
LOWbuildroot/share/scripts/rle_compress_bitmap.py69
LOWbuildroot/share/scripts/rle_compress_bitmap.py73
LOWbuildroot/share/fonts/buildhzk.py31
Cross-File Repetition9 hits · 45 pts
SeverityFileLineSnippet
HIGH…ildroot/bin/parallel-examples/fix_host_menu_configs.py0run build_all_examples. returns (returncode, combined_output).
HIGHbuildroot/bin/parallel-examples/build_and_log.py0run build_all_examples. returns (returncode, combined_output).
HIGH…droot/bin/parallel-examples/fix_host_action_configs.py0run build_all_examples. returns (returncode, combined_output).
HIGH…ildroot/bin/parallel-examples/fix_host_menu_configs.py0extract failing config directory from stat file or build output.
HIGHbuildroot/bin/parallel-examples/build_and_log.py0extract failing config directory from stat file or build output.
HIGH…droot/bin/parallel-examples/fix_host_action_configs.py0extract failing config directory from stat file or build output.
HIGH…ildroot/bin/parallel-examples/fix_host_menu_configs.py0stash any uncommitted changes. returns true if we stashed.
HIGHbuildroot/bin/parallel-examples/build_and_log.py0stash any uncommitted changes. returns true if we stashed.
HIGH…droot/bin/parallel-examples/fix_host_action_configs.py0stash any uncommitted changes. returns true if we stashed.
Decorative Section Separators14 hits · 42 pts
SeverityFileLineSnippet
MEDIUMini/native.ini100#==================================================================================
MEDIUMbuildroot/bin/parallel_build_test.py38# ---------------------------------------------------------------------------
MEDIUMbuildroot/bin/parallel_build_test.py40# ---------------------------------------------------------------------------
MEDIUM…ildroot/bin/parallel-examples/fix_host_menu_configs.py21# ---------------------------------------------------------------------------
MEDIUM…ildroot/bin/parallel-examples/fix_host_menu_configs.py24# ---------------------------------------------------------------------------
MEDIUMbuildroot/bin/parallel-examples/build_and_log.py31# ---------------------------------------------------------------------------
MEDIUMbuildroot/bin/parallel-examples/build_and_log.py33# ---------------------------------------------------------------------------
MEDIUM…droot/bin/parallel-examples/fix_host_action_configs.py22# ---------------------------------------------------------------------------
MEDIUM…droot/bin/parallel-examples/fix_host_action_configs.py25# ---------------------------------------------------------------------------
MEDIUMbuildroot/share/dwin/bin/DWIN_ICO.py18#----------------------------------------------------------------
MEDIUMbuildroot/share/dwin/bin/splitIco.py19#----------------------------------------------------------------
MEDIUMbuildroot/share/dwin/bin/splitIco.py25#----------------
MEDIUMbuildroot/share/dwin/bin/makeIco.py19#----------------------------------------------------------------
MEDIUMbuildroot/share/dwin/bin/makeIco.py25#----------------
Excessive Try-Catch Wrapping26 hits · 38 pts
SeverityFileLineSnippet
LOWMarlin/src/HAL/LPC1768/upload_extra_script.py58 except Exception as e:
LOWMarlin/src/HAL/LPC1768/upload_extra_script.py68 except Exception as e:
LOWMarlin/src/HAL/LPC1768/upload_extra_script.py139 except Exception as e:
MEDIUMMarlin/src/HAL/LPC1768/upload_extra_script.py27def before_upload(source, target, env):
MEDIUM…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py304 print("Error popping tag off list")
LOWbuildroot/bin/parallel_build_test.py51 except Exception:
LOWbuildroot/share/dwin/bin/DWIN_ICO.py151 except Exception as e:
LOWbuildroot/share/dwin/bin/splitIco.py48 except Exception as e:
MEDIUMbuildroot/share/dwin/bin/splitIco.py49 print('Error: ', e)
LOWbuildroot/share/dwin/bin/makeIco.py48 except Exception as e:
MEDIUMbuildroot/share/dwin/bin/makeIco.py49 print('Error: ', e)
LOWbuildroot/share/PlatformIO/scripts/offset_and_rename.py36 except Exception:
LOWbuildroot/share/PlatformIO/scripts/offset_and_rename.py46 except Exception:
LOWbuildroot/share/PlatformIO/scripts/signature.py209 except Exception as exc:
LOWbuildroot/share/PlatformIO/scripts/schema.py487 except Exception as exc:
MEDIUMbuildroot/share/PlatformIO/scripts/schema.py488 print("Error: " + str(exc))
MEDIUMbuildroot/share/PlatformIO/scripts/schema.py484def main():
LOWbuildroot/share/scripts/upload.py332 except Exception as ex:
LOWbuildroot/share/scripts/visualize_memory_map.py79 except Exception as e:
MEDIUMbuildroot/share/scripts/visualize_memory_map.py169 print(f"Error: nm tool not found: {nm_tool}", file=sys.stderr)
MEDIUMbuildroot/share/scripts/visualize_memory_map.py207 print(f"Error running {nm_tool} for special symbols: {e}", file=sys.stderr)
MEDIUMbuildroot/share/scripts/visualize_memory_map.py289 print(f"Error running nm: {e}", file=sys.stderr)
MEDIUMbuildroot/share/scripts/visualize_memory_map.py1518 print(f"Error: ELF file not found: {args.elf_file}")
MEDIUMbuildroot/share/scripts/languageExport.py268 print(f"Error: Couldn't find the '{LANGHOME}' directory.")
MEDIUMbuildroot/share/scripts/languageImport.py44 print("Error: couldn't read CSV data from %s" % FILEPATH)
MEDIUMbuildroot/share/scripts/languageImport.py66 print('Error: first column should be "name"')
Unused Imports35 hits · 35 pts
SeverityFileLineSnippet
LOWMarlin/src/HAL/LPC1768/upload_extra_script.py7
LOW…tui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/file2cpp.py18
LOW…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/img2cpp.py18
LOW…tui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/font2cpp.py18
LOW…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py19
LOWbuildroot/bin/parallel-examples/build_and_log.py29
LOW…oot/share/PlatformIO/scripts/fix_framework_weakness.py9
LOW…ildroot/share/PlatformIO/scripts/tronxy_cxy_446_v10.py8
LOWbuildroot/share/PlatformIO/scripts/preprocessor.py64
LOW…ldroot/share/PlatformIO/scripts/STM32F1_build_flags.py6
LOW…oot/share/PlatformIO/scripts/generic_create_variant.py12
LOW…oot/share/PlatformIO/scripts/generic_create_variant.py12
LOW…oot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py7
LOW…oot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py7
LOW…oot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py8
LOW…droot/share/PlatformIO/scripts/SAMD21_minitronics20.py7
LOW…droot/share/PlatformIO/scripts/SAMD21_minitronics20.py7
LOW…droot/share/PlatformIO/scripts/SAMD21_minitronics20.py8
LOWbuildroot/share/PlatformIO/scripts/signature.py444
LOWbuildroot/share/PlatformIO/scripts/signature.py450
LOWbuildroot/share/scripts/upload.py1
LOWbuildroot/share/scripts/upload.py184
LOWbuildroot/share/scripts/upload.py190
LOW…ildroot/share/scripts/rle16_compress_cpp_image_data.py8
LOW…ildroot/share/scripts/createTemperatureLookupMarlin.py21
LOW…ildroot/share/scripts/createTemperatureLookupMarlin.py21
LOW…ildroot/share/scripts/createTemperatureLookupMarlin.py23
LOWbuildroot/share/scripts/languageExport.py13
LOWbuildroot/share/scripts/languageExport.py14
LOWbuildroot/share/scripts/MarlinBinaryProtocol.py5
LOWbuildroot/share/scripts/createSpeedLookupTable.py3
LOWbuildroot/share/scripts/createSpeedLookupTable.py3
LOWbuildroot/share/scripts/g29_auto.py8
LOWbuildroot/share/scripts/languageImport.py20
LOWbuildroot/share/scripts/rle_compress_bitmap.py9
AI Slop Vocabulary10 hits · 30 pts
SeverityFileLineSnippet
MEDIUMMarlin/src/HAL/AVR/registers.h121// and code be rewritten to use the following more robust definitions.
MEDIUMMarlin/src/feature/bedlevel/abl/bbl.cpp84 // Median is robust (ignores outliers).
MEDIUMMarlin/src/feature/mmu3/mmu3.cpp433 // Failed autoretry, report an error by forcing a "printer" error into the MMU infrastructure - it is a hack to le
MEDIUMMarlin/src/gcode/calibrate/G28.cpp541 // print, and do_move_after_z_homing is not very nuanced.
MEDIUMbuildroot/share/uncrustify/uncrustify.cfg3534# Whether to apply special formatting for Qt SIGNAL/SLOT macros. Essentially,
MEDIUM…PlatformIO/variants/MARLIN_FLY_CDY_V3/PeripheralPins.c108// Some pins can perform PWM from more than one timer. These were selected to utilize as many channels as
MEDIUM…atformIO/variants/MARLIN_MKS_SKIPR_V1/PeripheralPins.c67// Some pins can perform PWM from more than one timer. These were selected to utilize as many channels as
MEDIUM…are/PlatformIO/variants/MARLIN_F4x7Vx/PeripheralPins.c108// Some pins can perform PWM from more than one timer. These were selected to utilize as many channels as
MEDIUM…are/PlatformIO/variants/MARLIN_FLY_D8/PeripheralPins.c108// Some pins can perform PWM from more than one timer. These were selected to utilize as many channels as
MEDIUM…PlatformIO/variants/MARLIN_BTT_GTR_V1/PeripheralPins.c127 // Some pins can perform PWM from more than one timer. These were selected to utilize as many channels as
Verbosity Indicators18 hits · 27 pts
SeverityFileLineSnippet
LOWMarlin/src/core/serial.h52// Step 1: Find out what the first serial leaf is
LOWMarlin/src/core/serial.h68// Step 2: For multiserial wrap all serial ports in a single
LOWMarlin/src/core/serial.cpp57// Step 2: For multiserial, handle the second serial port as well
LOWMarlin/src/lcd/menu/menu_probe_level.cpp94 // Step 7: Get the Z coordinate, click goes to the next point or exits
LOWMarlin/src/lcd/menu/menu_probe_level.cpp143 // Step 6: Display "Next point: 1 / 9" while waiting for move to finish
LOWMarlin/src/lcd/menu/menu_probe_level.cpp156 // Step 5: Initiate a move to the next point
LOWMarlin/src/lcd/menu/menu_probe_level.cpp171 // Step 4: Display "Click to Begin", wait for click
LOWMarlin/src/lcd/menu/menu_probe_level.cpp189 // Step 3: Display "Homing XYZ" - Wait for homing to finish
LOWMarlin/src/lcd/menu/menu_probe_level.cpp201 // Step 2: Continue Bed Leveling...
LOWMarlin/src/lcd/menu/menu_x_twist.cpp49// Step 9: X Axis Twist Compensation Wizard is finished.
LOWMarlin/src/lcd/menu/menu_x_twist.cpp66// Step 8: Ask the user if he wants to update the z-offset of the probe
LOWMarlin/src/lcd/menu/menu_x_twist.cpp82// Step 7: Set the Z-offset for this point and go to the next one.
LOWMarlin/src/lcd/menu/menu_x_twist.cpp92// Step 6: Wizard Menu. Move the nozzle down until it touches the bed.
LOWMarlin/src/lcd/menu/menu_x_twist.cpp116// Step 5: Display "Next point: 1 / 9" while waiting for move to finish
LOWMarlin/src/lcd/menu/menu_x_twist.cpp129// Step 4: Initiate a move to the next point
LOWMarlin/src/lcd/menu/menu_x_twist.cpp170// Step 3: Display "Click to Begin", wait for click
LOWMarlin/src/lcd/menu/menu_x_twist.cpp193// Step 2: Display "Homing XYZ" - Wait for homing to finish
LOWMarlin/src/lcd/menu/menu_x_twist.cpp202// Step 1: Prepare for the wizard...
Self-Referential Comments6 hits · 17 pts
SeverityFileLineSnippet
MEDIUMbuildroot/bin/parallel_build_test.py181 # Create a new window and send the command
MEDIUMbuildroot/share/PlatformIO/scripts/configuration.py105 # Create a regex to match the option and capture parts of the line
MEDIUMbuildroot/share/PlatformIO/scripts/schema.py151 conditions = [] # Create a condition stack for the current file
MEDIUMbuildroot/share/PlatformIO/scripts/schema.py365 # Create a new dictionary for the current #define
MEDIUMbuildroot/share/scripts/g29_auto.py3# This file is for preprocessing G-code and the new G29 Auto bed leveling from Marlin
MEDIUMbuildroot/share/scripts/languageImport.py85# Create a folder for the imported language outfiles
Redundant / Tautological Comments11 hits · 16 pts
SeverityFileLineSnippet
LOWMarlin/src/HAL/LPC1768/upload_extra_script.py131 # Set upload_port to drive if found
LOWbuildroot/share/PlatformIO/scripts/signature.py112 # Check if we can skip processing
LOWbuildroot/share/make/validate_boards.py42 # Open the file
LOWbuildroot/share/scripts/visualize_memory_map.py434 # Check if this is RAM or Flash by looking at items' original addresses
LOWbuildroot/share/scripts/visualize_memory_map.py478 # Check if heap_start is within our RAM range
LOWbuildroot/share/scripts/visualize_memory_map.py545 # Check if next byte is different (need delimiter)
LOWbuildroot/share/scripts/visualize_memory_map.py571 # Check if next byte is different (need delimiter)
LOWbuildroot/share/scripts/visualize_memory_map.py635 # Check if one is substring of the other
LOWbuildroot/share/scripts/languageExport.py45 # Open the file
LOWbuildroot/share/scripts/languageExport.py98 # Close the file
LOWbuildroot/share/scripts/g29_auto.py192 # Check if G29 already exists
Cross-Language Confusion3 hits · 11 pts
SeverityFileLineSnippet
HIGH…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py140 self.push(0xFFFF)
HIGH…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py142 self.push(x * 0xFFFE)
HIGH…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py143 self.push(y * 0xFFFE)
Hallucination Indicators1 hit · 10 pts
SeverityFileLineSnippet
CRITICALbuildroot/web-ui/data/www/jquery-3.5.1.slim.min.js2!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f
Slop Phrases6 hits · 8 pts
SeverityFileLineSnippet
LOWMarlin/src/pins/mega/pins_GT2560_REV_A.h104// Don't forget to enable POWER_MONITOR_VOLTAGE in Configuration_adv.h
LOWMarlin/src/inc/Warnings.cpp700 #warning "Don't forget to update your TFT settings in Configuration.h."
LOWMarlin/src/module/stepper.cpp1804 // Don't forget to finally reenable interrupts on non-AVR.
LOW.github/ISSUE_TEMPLATE/bug_report.yml55 When pasting formatted text don't forget to put ` ``` ` (on its own line) before and after to make it readable.
LOW.github/ISSUE_TEMPLATE/bug_report.yml165 label: Don't forget to include
LOW.github/ISSUE_TEMPLATE/bug_report.yml184 When pasting formatted text don't forget to put ` ``` ` (on its own line) before and after to make it readable.
Hyper-Verbose Identifiers2 hits · 2 pts
SeverityFileLineSnippet
LOW…xtui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py187 def process_svg_path_data_cmd(self, id, cmd, a, b):
LOWbuildroot/share/scripts/visualize_memory_map.py414def generate_memory_blocks_html(items, module_colors, zoom_level=1, total_memory_size=None, special_symbols=None, arch='