Welcome! Log In Create A New Profile

Advanced

FYSETC F6 v1.3 Marling 1.1.9 TMC2130 M122 not working

Posted by SpainNERD 
FYSETC F6 v1.3 Marling 1.1.9 TMC2130 M122 not working
December 05, 2018 05:24PM
Hi All, first time on the forum.

Been plating with the FYSETC F6, loaded Marlin on it, looks like like it's working, but there are some issues.
I tried running M503 command and it fails:

SENT: M503
READ: echo:Unknown command: "M503"
Unknown command: "M503"
READ: ok

I then move forward and enabled TMC_DEBUG, but M122 S0 has the same output:

SENT: M122 S0
READ: echo:Unknown command: "M122 S0"
Unknown command: "M122 S0"
READ: ok


Anyone else having this issue or know how to correct them? I've not fully connected the board, just loading it from the USB power.

Thanks,
Re: FYSETC F6 v1.3 Marling 1.1.9 TMC2130 M122 not working
December 05, 2018 07:53PM
M503 requires that #define DISABLE_M503 is commented out in configuration.h


M112 Requires at least one _DRIVER_TYPE defined as TMC2130/TMC2208/TMC2660

ie In configuration.h find this code, and set at least one drivers to a TMC

/**
 * Stepper Drivers
 *
 * These settings allow Marlin to tune stepper driver timing and enable advanced options for
 * stepper drivers that support them. You may also override timing options in Configuration_adv.h.
 *
 * A4988 is assumed for unspecified drivers.
 *
 * Options: A4988, DRV8825, LV8729, L6470, TB6560, TB6600, TMC2100,
 *          TMC2130, TMC2130_STANDALONE, TMC2208, TMC2208_STANDALONE,
 *          TMC26X,  TMC26X_STANDALONE,  TMC2660, TMC2660_STANDALONE,
 *          TMC5130, TMC5130_STANDALONE
 * :['A4988', 'DRV8825', 'LV8729', 'L6470', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE']
 */
//#define X_DRIVER_TYPE  A4988
//#define Y_DRIVER_TYPE  A4988
//#define Z_DRIVER_TYPE  A4988
//#define X2_DRIVER_TYPE A4988
//#define Y2_DRIVER_TYPE A4988
//#define Z2_DRIVER_TYPE A4988
//#define E0_DRIVER_TYPE A4988
//#define E1_DRIVER_TYPE A4988
//#define E2_DRIVER_TYPE A4988
//#define E3_DRIVER_TYPE A4988
//#define E4_DRIVER_TYPE A4988

Edited 2 time(s). Last edit at 12/05/2018 07:57PM by Dust.
Re: FYSETC F6 v1.3 Marling 1.1.9 TMC2130 M122 not working
December 06, 2018 02:36PM
Great, thank you on both request, I missed the M503, so now I know that was the issue... as for the TMC drivers I knew I have edited that, I guess I moved the wrong config file into the directory... Had too many Malin versions opened.

Thank you again.
Sorry, only registered users may post in this forum.

Click here to login