MCPcopy Create free account

hub / github.com/MarlinFirmware/Marlin / functions

Functions11,590 in github.com/MarlinFirmware/Marlin

↓ 4 callersFunctiondigitalRead
Marlin/src/HAL/LINUX/arduino.cpp:59
↓ 4 callersFunctiondigitalRead_mod
Use Teensyduino's version of digitalRead - it doesn't disable the PWMs
Marlin/src/HAL/AVR/pinsDebug.h:369
↓ 4 callersFunctiondisable_pwm
Marlin/src/HAL/STM32F1/SPI.cpp:680
↓ 4 callersFunctiondisp_assets_update_progress
Marlin/src/lcd/extui/mks_ui/mks_hardware.cpp:741
↓ 4 callersFunctiondisp_cur_wizard_pos
Marlin/src/lcd/extui/mks_ui/draw_z_offset_wizard.cpp:63
↓ 4 callersFunctiondisp_extru_amount
Marlin/src/lcd/extui/mks_ui/draw_extrusion.cpp:192
↓ 4 callersFunctiondisp_wifi_list
Marlin/src/lcd/extui/mks_ui/draw_wifi_list.cpp:134
↓ 4 callersMethoddmaSend
Marlin/src/HAL/STM32F1/SPI.cpp:482
↓ 4 callersFunctiondoCommand
Send a command to the attached device together with the supplied data, if any, and get the response
Marlin/src/lcd/extui/mks_ui/wifi_upload.cpp:412
↓ 4 callersFunctiondo_blocking_move_to_y
Marlin/src/module/motion.cpp:1021
↓ 4 callersFunctiondo_z_clearance_by
Marlin/src/module/motion.h:435
↓ 4 callersFunctiondo_z_post_clearance
Marlin/src/module/motion.h:432
↓ 4 callersMethoddraw
Marlin/src/lcd/e3v2/proui/menus.cpp:346
↓ 4 callersFunctiondrawAxisValue
Marlin/src/lcd/tft/ui_move_axis_screen_1024.cpp:98
↓ 4 callersFunctiondrawMenuLine
Marlin/src/lcd/e3v2/proui/menus.cpp:75
↓ 4 callersFunctiondrawPrepareMenu
Marlin/src/lcd/e3v2/creality/dwin.cpp:737
↓ 4 callersFunctiondrawStatFloat
Marlin/src/lcd/e3v2/creality/dwin.cpp:602
↓ 4 callersFunctiondrawStatusArea
The status area is always on-screen, except during full-screen modal dialogs. (TODO: Keep alive during dialogs)
Marlin/src/lcd/e3v2/creality/dwin.cpp:2004
↓ 4 callersFunctiondrawTitle
Marlin/src/lcd/e3v2/proui/menus.cpp:47
↓ 4 callersFunctiondraw_adjuster
Marlin/src/lcd/extui/ftdi_eve_touch_ui/ftdi_eve_lib/extended/adjuster_widget.cpp:48
↓ 4 callersMethoddraw_select_screen_prompt
Marlin/src/lcd/marlinui.cpp:507
↓ 4 callersMethoddwell
* Dwell waits immediately. It does not synchronize. */
Marlin/src/gcode/gcode.cpp:248
↓ 4 callersFunctiondwinDrawDegreeSymbol
Draw the degree (°) symbol color: color x/y: Upper-left coordinate of the first pixel
Marlin/src/lcd/e3v2/jyersui/dwin_lcd.cpp:43
↓ 4 callersFunctiondwinDrawPlot
Marlin/src/lcd/e3v2/proui/dwin.cpp:1636
↓ 4 callersFunctiondwinDrawStatusLine
Draw status line
Marlin/src/lcd/e3v2/proui/dwin.cpp:481
↓ 4 callersFunctiondwinFrameSetDir
Set screen display direction dir: 0=0°, 1=90°, 2=180°, 3=270°
Marlin/src/lcd/e3v2/common/dwin_api.cpp:133
↓ 4 callersFunctiondwinHandshake
Handshake (1: Success, 0: Fail)
Marlin/src/lcd/e3v2/common/dwin_api.cpp:48
↓ 4 callersFunctiondwinJPGCacheTo1
Unzip the JPG picture to virtual display area #1 id: Picture ID
Marlin/src/lcd/e3v2/common/dwin_api.h:285
↓ 4 callersFunctiondwinMPCTuning
Marlin/src/lcd/e3v2/proui/dwin.cpp:1764
↓ 4 callersFunctiondwinSetColorDefaults
Marlin/src/lcd/e3v2/proui/dwin.cpp:1854
↓ 4 callersFunctione
(a)
buildroot/web-ui/data/www/filesaver.min.js:1
↓ 4 callersMethodeat_token
Looks for a token at the start of self.d. If found, the token is removed.
Marlin/src/lcd/extui/ftdi_eve_touch_ui/ftdi_eve_lib/scripts/svg2cpp.py:199
↓ 4 callersFunctionecho_not_entered
Save 130 bytes with non-duplication of PSTR
Marlin/src/gcode/bedlevel/mbl/G29.cpp:53
↓ 4 callersFunctionee_IsPageClean
Marlin/src/HAL/DUE/eeprom/eeprom_flash.cpp:582
↓ 4 callersFunctionee_Read
Marlin/src/HAL/DUE/eeprom/eeprom_flash.cpp:414
↓ 4 callersFunctioneeprom_init
Marlin/src/HAL/STM32/eeprom/eeprom_if_iic.cpp:39
↓ 4 callersFunctioneeprom_write_byte
Marlin/src/HAL/STM32/eeprom/eeprom_if_iic.cpp:45
↓ 4 callersMethodelapsed
Marlin/src/module/temperature.h:504
↓ 4 callersFunctionenable
Uncomment or comment the named defines in the given file path. Returns True if the define was found, False otherwise.
buildroot/bin/config.py:65
↓ 4 callersMethodenable_all_steppers
Marlin/src/module/stepper.cpp:621
↓ 4 callersMethodenable_stall_prevention
Marlin/src/module/planner.cpp:1480
↓ 4 callersMethodend_loop
Marlin/src/lcd/extui/ftdi_eve_touch_ui/ftdi_eve_lib/extended/polygon.h:92
↓ 4 callersMethodenqueue_one
* Enqueue with Serial Echo * Return true if the command was consumed */
Marlin/src/gcode/queue.cpp:125
↓ 4 callersFunctionensure_safe_temperature
* Ensure a safe temperature for extrusion * * - Fail if the TARGET temperature is too low * - Display LCD placard with temperature status * - Retu
Marlin/src/feature/pause.cpp:144
↓ 4 callersFunctionerr
(board, msg)
buildroot/share/scripts/validate_boards.py:14
↓ 4 callersFunctionext_vertex2ii
Marlin/src/lcd/extui/ftdi_eve_touch_ui/ftdi_eve_lib/extended/unicode/font_bitmaps.cpp:45
↓ 4 callersFunctionf
(t,e)
buildroot/web-ui/data/www/chart.min.js:7
↓ 4 callersFunctionfastDigitalRead
* Read pin value * @param[in] pin Arduino pin number * @return value read */
Marlin/src/libs/softspi.h:41
↓ 4 callersFunctionfastPinConfig
* Set pin configuration * @param[in] pin Arduino pin number * @param[in] mode If true set output mode else input mode * @param[in] level If mode is
Marlin/src/libs/softspi.h:551
↓ 4 callersMethodfont_height
Marlin/src/lcd/tft/tft_string.h:108
↓ 4 callersFunctionfontgroup_drawstring
* @brief try to process a utf8 string * * @param pu8g : U8G pointer * @param fnt_default : the default font * @param utf8_msg : the UTF-8 string
Marlin/src/lcd/dogm/u8g_fontutf8.cpp:128
↓ 4 callersFunctionformat_position
* Formats a position value (e.g. "10 mm") */
Marlin/src/lcd/extui/ftdi_eve_touch_ui/generic/string_format.cpp:91
↓ 4 callersFunctionforward_kinematics
Marlin/src/module/delta.h:121
↓ 4 callersMethodfree
Marlin/src/HAL/LINUX/include/serial.h:42
↓ 4 callersFunctionftostrX1rj
Convert unsigned float to string with a single digit precision
Marlin/src/libs/numtostr.cpp:374
↓ 4 callersFunctionfullScreenMsg
Marlin/src/feature/mmu3/mmu3_reporting.cpp:573
↓ 4 callersFunctiong
(t,e)
buildroot/web-ui/data/www/chart.min.js:7
↓ 4 callersFunctiongetBuildFlagValue
(name)
buildroot/share/PlatformIO/scripts/stm32_serialbuffer.py:9
↓ 4 callersMethodgetCount
Marlin/src/HAL/LINUX/hardware/Timer.cpp:116
↓ 4 callersFunctiongetIDEX_Mode
Marlin/src/lcd/extui/ui_api.cpp:690
↓ 4 callersMethodgetIndexName
Marlin/src/lcd/extui/ia_creality/FileNavigator.cpp:68
↓ 4 callersFunctiongetMaxValue
Marlin/src/lcd/e3v2/jyersui/dwin.cpp:343
↓ 4 callersFunctiongetMinValue
Marlin/src/lcd/e3v2/jyersui/dwin.cpp:349
↓ 4 callersMethodget_address
Marlin/src/feature/encoder_i2c.h:174
↓ 4 callersMethodget_correction_uint8
Marlin/src/feature/backlash.h:80
↓ 4 callersFunctionget_dyn_freq_mode_name
Marlin/src/lcd/menu/menu_motion.cpp:331
↓ 4 callersMethodget_height
Returns the height of the font
Marlin/src/lcd/extui/ftdi_eve_touch_ui/ftdi_eve_lib/extended/unicode/font_size_t.cpp:41
↓ 4 callersFunctionget_homing_bump_feedrate
* Homing bump feedrate (mm/s) */
Marlin/src/module/motion.cpp:1991
↓ 4 callersFunctionget_pin_mode
Marlin/src/HAL/STM32/pinsDebug.h:168
↓ 4 callersMethodget_progress_permyriad
Marlin/src/lcd/marlinui.h:351
↓ 4 callersFunctionget_pwm_channel
get PWM channel for pin - if none then attach a new one return -1 if fail or invalid pin#, channel # (0-15) if success
Marlin/src/HAL/ESP32/HAL.cpp:302
↓ 4 callersFunctionget_shaper_name
Marlin/src/lcd/menu/menu_motion.cpp:315
↓ 4 callersMethodget_temp_fastest
Marlin/src/module/temperature.h:1261
↓ 4 callersMethodget_time_fastest
Marlin/src/module/temperature.h:1262
↓ 4 callersFunctionget_utf8_char_and_inc
Marlin/src/lcd/extui/ftdi_eve_touch_ui/ftdi_eve_lib/extended/unicode/unicode.h:59
↓ 4 callersFunctiongotoMainMenu
Marlin/src/lcd/e3v2/proui/dwin.cpp:692
↓ 4 callersMethodhas_string
Marlin/src/gcode/parser.h:100
↓ 4 callersFunctionhmiGet
Get a value using the encoder draw : draw the value Return value: 0 : no change 1 : live change 2 : apply change
Marlin/src/lcd/e3v2/proui/menus.cpp:282
↓ 4 callersFunctionhmiMoveDone
Marlin/src/lcd/e3v2/creality/dwin.cpp:1278
↓ 4 callersFunctionhmiPlanMove
Marlin/src/lcd/e3v2/creality/dwin.cpp:1270
↓ 4 callersFunctionhome_bump_mm
Marlin/src/module/motion.h:160
↓ 4 callersFunctioni
(e)
buildroot/web-ui/data/www/jquery-3.5.1.slim.min.js:2
↓ 4 callersFunctioni2s_push_sample
Marlin/src/HAL/ESP32/i2s.cpp:373
↓ 4 callersFunctioniconPrint
Main Menu: "Print"
Marlin/src/lcd/e3v2/creality/dwin.cpp:224
↓ 4 callersFunctioniconStop
Printing: "Stop"
Marlin/src/lcd/e3v2/creality/dwin.cpp:327
↓ 4 callersFunctioniconTune
Printing: "Tune"
Marlin/src/lcd/e3v2/creality/dwin.cpp:284
↓ 4 callersMethodinit
Provide a little time for drives to prepare
Marlin/src/sd/cardreader.cpp:524
↓ 4 callersFunctioninitSDItemShift
Marlin/src/lcd/e3v2/creality/dwin.cpp:1876
↓ 4 callersFunctionisAnalogPin
Marlin/src/HAL/HC32/pinsDebug.h:89
↓ 4 callersMethodisHeatingBed
Marlin/src/module/temperature.h:1060
↓ 4 callersMethodisHeatingHotend
Marlin/src/module/temperature.h:1014
↓ 4 callersFunctionisMenu
Marlin/src/lcd/e3v2/proui/menus.cpp:458
↓ 4 callersFunctionisPrinting
Marlin/src/lcd/e3v2/proui/dwin.cpp:297
↓ 4 callersMethodisRoot
* \return True if this is the root directory. */
Marlin/src/sd/SdBaseFile.h:282
↓ 4 callersMethodisSleeping
Marlin/src/lcd/tft/touch.h:109
↓ 4 callersMethodis_off
Marlin/src/feature/leds/leds.h:92
↓ 4 callersMethodis_page
Marlin/src/module/planner.h:216
↓ 4 callersMethodisr_off
Marlin/src/HAL/STM32/HAL.h:156
↓ 4 callersMethodisr_on
Marlin/src/HAL/STM32/HAL.h:155
↓ 4 callersFunctionk
(t)
buildroot/web-ui/data/www/chart.min.js:7
← previousnext →1,401–1,500 of 11,590, ranked by callers