Wiki Search Terms
FluidNC Commands and Settings
Controller Board
ESP32 UNO with CNC Shield v3
Machine Description
4 axis X,Y,A,B with A4988 drivers. Used for dual arm rubiks cube solver.
Input Circuits
Configuration file
board: ESP32-WROOM-32E
name: Example
meta: ''
verbose_errors: true
start:
must_home: false
stepping:
engine: RMT
idle_ms: 255
axes:
sharedstepperdisable_pin: gpio.12
x:
stepspermm: 16
maxratemmpermin: 50000
accelerationmmper_sec2: 3000
motor0:
limitallpin: gpio.13:pu:low
standard_stepper:
step_pin: gpio.26
direction_pin: gpio.16
y:
stepspermm: 16
maxratemmpermin: 50000
accelerationmmper_sec2: 3000
motor0:
limitallpin: gpio.5:pu:low
standard_stepper:
step_pin: gpio.25
direction_pin: gpio.27
a:
stepspermm: 8
maxratemmpermin: 50000
accelerationmmper_sec2: 3000
motor0:
standard_stepper:
step_pin: gpio.17
direction_pin: gpio.14:low
b:
stepspermm: 8
maxratemmpermin: 50000
accelerationmmper_sec2: 3000
motor0:
standard_stepper:
step_pin: gpio.19
direction_pin: gpio.18:low
user_outputs:
digital2_pin: gpio.2
macros:
startup_line0: $Motor/Disable
Startup Messages
[MSG:INFO: FluidNC v3.9.8 https://github.com/bdring/FluidNC]
[MSG:INFO: Compiled with ESP32 SDK:v4.4.7-dirty]
[MSG:INFO: Local filesystem type is littlefs]
[MSG:INFO: Configuration file:config.yaml]
[MSG:INFO: Machine Default (Test Drive no I/O)]
[MSG:INFO: Board None]
[MSG:INFO: Stepping:RMT Pulse:4us Dsbl Delay:0us Dir Delay:0us Idle Delay:255ms]
[MSG:INFO: Axis count 3]
[MSG:INFO: Axis X (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Axis Y (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Axis Z (-1000.000,0.000)]
[MSG:INFO: Motor0]
[MSG:INFO: Kinematic system: Cartesian]
[MSG:INFO: STA SSID is not set]
[MSG:INFO: AP SSID FluidNC IP 192.168.0.1 mask 255.255.255.0 channel 1]
[MSG:INFO: AP started]
[MSG:INFO: WiFi on]
[MSG:INFO: Captive Portal Started]
[MSG:INFO: HTTP started on port 80]
[MSG:INFO: Telnet started on port 23]
User Interface Software
FluidTerm
What happened?
I’m trying to set settings from FluidTerm, but since v3.9.8, settings are not set as what I want. Here’s the success log on v3.9.7 and failure log on v3.9.8 (both fresh installed):
Grbl 3.9 [FluidNC v3.9.7 (wifi) '$' for help]
> $HOSTNAME
$Hostname=fluidnc
ok
> $HOSTNAME=aaa
ok
> $HOSTNAME
$Hostname=aaa
ok
> $HOSTNAME=bbb
ok
> $HOSTNAME
$Hostname=bbb
ok
Grbl 3.9 [FluidNC v3.9.8 (wifi) '$' for help]
> $HOSTNAME
$Hostname=fluidnc
ok
> $HOSTNAME=aaa
ok
> $HOSTNAME
$Hostname=aaa
ok
> $HOSTNAME=bbb
ok
> $HOSTNAME
$Hostname=aaabbb
ok
> $HOSTNAME=ccc
ok
> $HOSTNAME
$Hostname=aaabbbccc
ok
if I set hostname/apssid (or whatever) multiple times without reboot, the first time is ok, then value is never correct, it becames “aaa + bbb + ccc”.
GCode File
No response
Other Information
No response
#1 – MitchBradley 于 2025-08-27
Duplicate of #1542