MCPcopy Create free account
hub / github.com/bdring/FluidNC / settings_init

Function settings_init

FluidNC/src/ProcessSettings.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168extern void make_user_commands();
169
170void settings_init() {
171 make_settings();
172 make_file_commands();
173}
174
175static Error show_help(const char* value, AuthenticationLevel auth_level, Channel& out) {
176 log_string(out, "HLP:$$ $+ $# $S $L $G $I $N $x=val $Nx=line $J=line $SLP $C $X $H $F $E=err ~ ! ? ctrl-x");

Callers 1

setupFunction · 0.85

Calls 2

make_settingsFunction · 0.85
make_file_commandsFunction · 0.85

Tested by

no test coverage detected