MCPcopy Create free account

hub / github.com/bdring/FluidNC / functions

Functions3,268 in github.com/bdring/FluidNC

↓ 1 callersFunctionmake_coordinates
FluidNC/src/SettingsDefinitions.cpp:69
↓ 1 callersFunctionmake_file_commands
FluidNC/src/FileCommands.cpp:659
↓ 1 callersFunctionmake_proxies
FluidNC/src/SettingsDefinitions.cpp:113
↓ 1 callersFunctionmake_settings
FluidNC/src/SettingsDefinitions.cpp:93
↓ 1 callersFunctionmake_user_commands
Commands use the same syntax as Settings, but instead of setting or displaying a persistent value, a command causes some action to occur. That action
FluidNC/src/ProcessSettings.cpp:1011
↓ 1 callersMethodmapSpeed
FluidNC/src/Spindles/Spindle.cpp:158
↓ 1 callersFunctionmatchStar
matchStar - search for *regexp at beginning of text
FluidNC/src/Regexpr.cpp:25
↓ 1 callersMethodmaxSpeed
FluidNC/src/Spindles/Spindle.cpp:150
↓ 1 callersFunctionmc_arc
Execute an arc in offset mode format. position == current xyz, target == target xyz, offset == offset from current xyz, axis_X defines circle plane in
FluidNC/src/MotionControl.cpp:126
↓ 1 callersFunctionmc_cancel_jog
FluidNC/src/MotionControl.cpp:95
↓ 1 callersFunctionmc_dwell
Execute dwell in seconds.
FluidNC/src/MotionControl.cpp:270
↓ 1 callersFunctionmc_init
FluidNC/src/MotionControl.cpp:31
↓ 1 callersFunctionmc_linear_no_check
mc_linear_no_check() is used by mc_arc() which pre-checks the arc limits using a fast algorithm, so checking each segment is unnecessary.
FluidNC/src/MotionControl.cpp:107
↓ 1 callersFunctionmc_override_ctrl_update
FluidNC/src/MotionControl.cpp:376
↓ 1 callersFunctionmc_probe_cycle
Perform tool length probe cycle. Requires probe switch. NOTE: Upon probe failure, the program will be stopped and placed into ALARM state.
FluidNC/src/MotionControl.cpp:284
↓ 1 callersMethodmotors_to_cartesian
The status command uses motors_to_cartesian() to convert motor positions to cartesian X,Y,Z... coordinates. */
FluidNC/src/Kinematics/CoreXY.cpp:128
↓ 1 callersFunctionmount_to_vfs_fat
FluidNC/esp32/sdspi.cpp:29
↓ 1 callersFunctionmultiple_bits_set
FluidNC/src/NutsBolts.cpp:208
↓ 1 callersFunctionmyMap
FluidNC/src/NutsBolts.h:91
↓ 1 callersFunctionnamed_param_exists
The LinuxCNC doc says that the EXISTS syntax is like EXISTS[#<_foo>] For convenience, we also allow EXISTS[_foo]
FluidNC/src/Parameters.cpp:378
↓ 1 callersFunctionnavbar
()
embedded/www/js/script.js:14
↓ 1 callersFunctionnext_block_index
Increments the step segment buffer block data ring buffer.
FluidNC/src/Stepper.cpp:357
↓ 1 callersFunctionngc_param_is_rw
FluidNC/src/Parameters.cpp:111
↓ 1 callersFunctionnotify
FluidNC/src/Report.cpp:637
↓ 1 callersMethodnotifyNgc
FluidNC/src/Serial.cpp:151
↓ 1 callersMethodnumber
FluidNC/src/Pins/PinDetail.h:51
↓ 1 callersMethodout_acked
FluidNC/src/Channel.cpp:256
↓ 1 callersFunctionout_sel_name
FluidNC/esp32/esp32s3/gpio_dump.cpp:397
↓ 1 callersFunctionout_sel_name
FluidNC/esp32/esp32/gpio_dump.cpp:311
↓ 1 callersFunctionoutput_level
FluidNC/esp32/esp32s3/gpio_dump.cpp:17
↓ 1 callersFunctionoutput_level
FluidNC/esp32/esp32/gpio_dump.cpp:17
↓ 1 callersMethodpark
FluidNC/src/Parking.cpp:85
↓ 1 callersMethodpercent
FluidNC/src/Channel.h:187
↓ 1 callersFunctionperform_assignments
FluidNC/src/Parameters.cpp:636
↓ 1 callersMethodperiod
FluidNC/include/Driver/PwmPin.h:15
↓ 1 callersFunctionpin_function_name
FluidNC/esp32/esp32s3/gpio_dump.cpp:119
↓ 1 callersFunctionpin_function_name
FluidNC/esp32/esp32/gpio_dump.cpp:90
↓ 1 callersMethodpins_block_unlock
FluidNC/src/Control.cpp:46
↓ 1 callersFunctionplan_check_full_buffer
Returns the availability status of the block ring buffer. True, if full.
FluidNC/src/Planner.cpp:243
↓ 1 callersFunctionplan_discard_current_block
Called from stepper pulse function when the block is complete
FluidNC/src/Planner.cpp:210
↓ 1 callersFunctionplan_get_block_buffer_available
Returns the number of available blocks are in the planner buffer. Called from report_realtime_status
FluidNC/src/Planner.cpp:443
↓ 1 callersFunctionplan_get_exec_block_exit_speed_sqr
FluidNC/src/Planner.cpp:234
↓ 1 callersFunctionplan_get_system_motion_block
Returns address of planner buffer block used by system motions. Called by segment generator.
FluidNC/src/Planner.cpp:222
↓ 1 callersFunctionplan_init
FluidNC/src/Planner.cpp:23
↓ 1 callersFunctionplan_reset_buffer
FluidNC/src/Planner.cpp:202
↓ 1 callersFunctionplan_update_velocity_profile_parameters
Re-calculates buffered motions profile parameters upon a motion-based override change.
FluidNC/src/Planner.cpp:283
↓ 1 callersFunctionplatform_preinit
FluidNC/capture/Platform.h:35
↓ 1 callersMethodprepareSetModeCommand
FluidNC/src/Spindles/VFD/VFDProtocol.cpp:220
↓ 1 callersMethodprepareSetSpeedCommand
FluidNC/src/Spindles/VFD/VFDProtocol.cpp:234
↓ 1 callersMethodprocessModbusMessage
FluidNC/capture/HuanyangSimulator.cpp:26
↓ 1 callersMethodprocess_changes
FluidNC/src/System.h:162
↓ 1 callersFunctionprotocol_cancel_disable_steppers
FluidNC/src/Protocol.cpp:692
↓ 1 callersFunctionprotocol_do_late_reset
This is the final phase of the shutdown activity for a reset The stuff herein is not necessarily safe to do in an ISR.
FluidNC/src/Protocol.cpp:874
↓ 1 callersFunctionprotocol_do_motion_cancel
FluidNC/src/Protocol.cpp:502
↓ 1 callersFunctionprotocol_do_safety_door
FluidNC/src/Protocol.cpp:585
↓ 1 callersFunctionprotocol_exec_rt_suspend
Handles system suspend procedures, such as feed hold, safety door, and parking motion. The system will enter this loop, create local variables for sus
FluidNC/src/Protocol.cpp:961
↓ 1 callersFunctionprotocol_initiate_homing_cycle
FluidNC/src/Protocol.cpp:716
↓ 1 callersFunctionprotocol_main_loop
FluidNC/src/Protocol.cpp:240
↓ 1 callersFunctionprotocol_manage_spindle
FluidNC/src/Protocol.cpp:917
↓ 1 callersFunctionprotocol_reset
FluidNC/src/Protocol.cpp:75
↓ 1 callersMethodread
Replace the library's weak definition of TMC2130Stepper::read()
FluidNC/esp32/tmc_spi.cpp:55
↓ 1 callersMethodread
FluidNC/esp32/esp32s3/UsbHostUart.cpp:53
↓ 1 callersMethodread
X86TestSupport/TestSupport/FS.cpp:58
↓ 1 callersFunctionread_atan
! \brief Reads a slash and the second argument to the ATAN function, starting at the index given by the pos offset. Then it computes the value of the
FluidNC/src/Expression.cpp:623
↓ 1 callersFunctionread_command
FluidNC/src/Flowcontrol.cpp:70
↓ 1 callersFunctionread_operation_unary
! \brief Reads the name of an unary operation out of the line starting at the index given by the pos offset. If a valid one is found, the value of ope
FluidNC/src/Expression.cpp:518
↓ 1 callersFunctionread_unary
! \brief Reads the value out of an unary operation of the line, starting at the index given by the pos offset. The ATAN operation is handled specially
FluidNC/src/Expression.cpp:652
↓ 1 callersMethodready
FluidNC/src/Serial.cpp:83
↓ 1 callersMethodred
(self, s, **kwargs)
fixture_tests/tool/utils.py:51
↓ 1 callersMethodregisterInputPin
FluidNC/src/Uart.cpp:272
↓ 1 callersMethodregister_change_handler
FluidNC/src/System.h:101
↓ 1 callersMethodreleaseMotors
FluidNC/src/Kinematics/CoreXY.cpp:75
↓ 1 callersFunctionremote_file_sha256
(controller, remote_path)
fixture_tests/tool/utils.py:7
↓ 1 callersFunctionreport_build_info
Prints build info line
FluidNC/src/Report.cpp:362
↓ 1 callersFunctionreport_echo_line_received
Prints the character string line that was received, which has been pre-parsed, and has been sent into protocol_execute_line() routine to be executed.
FluidNC/src/Report.cpp:404
↓ 1 callersFunctionreport_ngc_parameters
FluidNC/src/Report.cpp:216
↓ 1 callersFunctionreport_param_error
FluidNC/src/Expression.cpp:83
↓ 1 callersFunctionreport_probe_parameters
Prints current probe parameters. Upon a probe command, these parameters are updated upon a successful probe or upon a failed probe with the G38.3 with
FluidNC/src/Report.cpp:193
↓ 1 callersMethodreport_status
FluidNC/src/Control.cpp:36
↓ 1 callersMethodrequestFrom
X86TestSupport/TestSupport/Wire.cpp:89
↓ 1 callersMethodreset
X86TestSupport/TestSupport/SoftwareGPIO.h:21
↓ 1 callersMethodreset_fluidnc
Pulse the reset line for FluidNC
fluidterm/fluidterm.py:915
↓ 1 callersFunctionrestart_was_panic
FluidNC/esp32/restart.cpp:9
↓ 1 callersFunctionrmt_config
X86TestSupport/TestSupport/driver/rmt.cpp:9
↓ 1 callersFunctionrmt_fill_tx_items
X86TestSupport/TestSupport/driver/rmt.cpp:13
↓ 1 callersMethodroot_name
FluidNC/stdfs/std-path.cpp:115
↓ 1 callersFunctionrtc_clk_disable
FluidNC/esp32/fnc_idf_uart.c:198
↓ 1 callersFunctionrtc_clk_enable
FluidNC/esp32/fnc_idf_uart.c:188
↓ 1 callersFunctionrun
Run a command and return success status.
coverage.py:23
↓ 1 callersMethodrunAll
FluidNC/test/TestFactory.cpp:11
↓ 1 callersMethodrx
(self, text)
fluidterm/fluidterm.py:301
↓ 1 callersMethodrx_buffer_available
FluidNC/src/Uart.cpp:234
↓ 1 callersMethodsafety_polling
FluidNC/src/Spindles/VFD/ModbusVFD.h:39
↓ 1 callersFunctionscale_vector
FluidNC/src/NutsBolts.cpp:151
↓ 1 callersFunctionsd_mount
adapted from vfs_fat_sdmmc.c:esp_vfs_fat_sdmmc_mount() cppcheck-suppress unusedFunction
FluidNC/esp32/sdspi.cpp:130
↓ 1 callersFunctionsd_unmount
cppcheck-suppress unusedFunction
FluidNC/esp32/sdspi.cpp:180
↓ 1 callersMethodsendLine
This overload is used primarily with fixed string values. It sends a pointer to the string whose memory does not need to be reclaimed later. This is
FluidNC/src/Channel.cpp:295
↓ 1 callersMethodsent_line
(self, s)
fixture_tests/tool/utils.py:60
↓ 1 callersMethodsetAnalogPercent
FluidNC/src/Machine/UserOutputs.cpp:54
↓ 1 callersMethodsetDigital
FluidNC/src/Machine/UserOutputs.cpp:45
← previousnext →901–1,000 of 3,268, ranked by callers