Welcome! Log In Create A New Profile

Advanced

Latest Marlin Software (Marlin-bugfix-2.0.x ) with TMC262C Drivers on ATMEGA2560

Posted by pws 
pws
Latest Marlin Software (Marlin-bugfix-2.0.x ) with TMC262C Drivers on ATMEGA2560
February 22, 2022 12:32PM
I am working on a project with only XYZ Stepping motors.
The standalone configuration ( #define X_DRIVER_TYPE TMC26X_STANDALONE) works.
My problem is with the SPI Configuration ( #define X_DRIVER_TYPE TMC26X .)

I am able to build the Software and upload it but after the initialization i cannot get the motors to move. The software responds with ok to G0/G1 commands but there is no motor movement.

Has anybody used the Marlin software with TMC26X (SPI configuration) ?

Is it possible to disable the E_Stepper, the Heater and the temperature sensor ?

I would be grateful for all the help.
Attachments:
open | download - TMC26X_Error.zip (50.8 KB)
Re: Latest Marlin Software (Marlin-bugfix-2.0.x ) with TMC262C Drivers on ATMEGA2560
February 23, 2022 11:51AM
Try
#define X_ENABLE_ON 1
#define Y_ENABLE_ON 1
#define Z_ENABLE_ON 1
pws
Re: Latest Marlin Software (Marlin-bugfix-2.0.x ) with TMC262C Drivers on ATMEGA2560
February 23, 2022 01:13PM
Thanks for help but i have following questions.

Where should i put the ENABLEs? How will they be used ?
Re: Latest Marlin Software (Marlin-bugfix-2.0.x ) with TMC262C Drivers on ATMEGA2560
February 23, 2022 10:50PM
These are standard setting in Configuration.h change from 0 to 1
Sorry, only registered users may post in this forum.

Click here to login