Open MiguelASTavares opened 4 months ago
That is not the startup messages. See the wiki on how to show the messages.
Sorry, this are the startup messages:
[MSG:INFO: uart_channel0 created] [MSG:RST] [MSG:INFO: FluidNC v3.0.x (main-f996d68d-dirty) https://github.com/MiguelASTavares/FluidNC.git] [MSG:INFO: Compiled with ESP32 SDK:v4.4.7-dirty] [MSG:INFO: Local filesystem type is spiffs] [MSG:INFO: Configuration file:TMC2209_pen_SG.yaml] [MSG:DBG: Running after-parse tasks] [MSG:DBG: Checking configuration] [MSG:INFO: Machine TMC2209 Pen] [MSG:INFO: Board TMC2209 Pen] [MSG:INFO: UART1 Tx:gpio.22 Rx:gpio.21 RTS:NO_PIN Baud:115200] [MSG:DBG: SPI not defined] [MSG:DBG: See http://wiki.fluidnc.com/en/config/sd_card#sdfallbackcs-access-sd-without-a-config-file] [MSG:INFO: Stepping:RMT Pulse:2us Dsbl Delay:0us Dir Delay:1us Idle Delay:250ms] [MSG:INFO: Axis count 3] [MSG:INFO: Shared stepper disable gpio.13:low] [MSG:INFO: Axis X (1500.000,31500.000)] [MSG:INFO: Motor0] [MSG:INFO: Initializing TMC2209Driver...] [MSG:INFO: TMC2209Stepper object created with UART: 0x3ffb3dc4, R_sense: 0.110, Addr: 0] [MSG:DBG: TMCStepper Library Ver. 0x703] [MSG:INFO: tmc_2209 UART1 Addr:0 CS:NO_PIN Step:gpio.27 Dir:gpio.2 Disable:NO_PIN R:0.110] [MSG:INFO: TMC2209Driver initialized and registered.] [MSG:INFO: X Neg Limit gpio.23] [MSG:INFO: Axis Y (1500.000,31500.000)] [MSG:INFO: Motor0] [MSG:INFO: Initializing TMC2209Driver...] [MSG:INFO: TMC2209Stepper object created with UART: 0x3ffb3dc4, R_sense: 0.110, Addr: 3] [MSG:INFO: tmc_2209 UART1 Addr:3 CS:NO_PIN Step:gpio.26 Dir:gpio.15 Disable:NO_PIN R:0.110] [MSG:INFO: TMC2209Driver initialized and registered.] [MSG:INFO: Y Neg Limit gpio.19] [MSG:INFO: Axis Z (-1000.000,0.000)] [MSG:INFO: Motor0] [MSG:INFO: Configuring motor...] [MSG:INFO: TMC2209Stepper begin() called.] [MSG:INFO: Testing TMC2209Driver version...] [MSG:INFO: X Axis driver test passed] [MSG:INFO: Version check passed.] [MSG:INFO: IFCNT before: 31] [MSG:INFO: IFCNT after: 32] [MSG:INFO: Communication test passed.] [MSG:INFO: Setting registers with isHoming: 0] [MSG:INFO: Selected mode: 0] [MSG:INFO: Run current (mA): 1000] [MSG:INFO: RMS current and hold percentage set.] [MSG:INFO: Microsteps set to: 128] [MSG:INFO: X Axis StealthChop mode selected.] [MSG:INFO: StealthChop configuration applied.] [MSG:INFO: Base motor configuration completed.] [MSG:INFO: Configuring motor...] [MSG:INFO: TMC2209Stepper begin() called.] [MSG:INFO: Testing TMC2209Driver version...] [MSG:INFO: Y Axis driver test passed] [MSG:INFO: Version check passed.] [MSG:INFO: IFCNT before: 31] [MSG:INFO: IFCNT after: 32] [MSG:INFO: Communication test passed.] [MSG:INFO: Setting registers with isHoming: 0] [MSG:INFO: Selected mode: 0] [MSG:INFO: Run current (mA): 1000] [MSG:INFO: RMS current and hold percentage set.] [MSG:INFO: Microsteps set to: 128] [MSG:INFO: Y Axis StealthChop mode selected.] [MSG:INFO: StealthChop configuration applied.] [MSG:INFO: Base motor configuration completed.] [MSG:INFO: Kinematic system: Cartesian] [MSG:INFO: Using spindle NoSpindle]
Wiki Search Terms
UART; Homing
Controller Board
Single esp32 with 2 tmc2209
Machine Description
Simple machine with two axis controlled by a TMC2209
Input Circuits
No response
Configuration file
Startup Messages
User Interface Software
No response
What happened?
Homing Process:
Driver Response Post-Homing:
Web Interface Interaction:
Command Visibility:
$J=G91 G21 F1000 X100
) are visible in the terminal log.File Upload Behavior:
NOTE:
The motor continues to pull current from the PSU and stays locked.
GCode File
No response
Other Information
No response