bigtreetech / BIGTREETECH-SKR-E3-Turbo

79 stars 53 forks source link

Can i change microstepping value ? #77

Closed mlaci001 closed 2 years ago

mlaci001 commented 2 years ago

Are there digital microstepping pins on this card? Marlin says "Unknown command: M503" When I switch to 256 (e.g. #define X_MICROSTEPS 256), it works, but very slowly (I think at 1/16 speed). It's like it works, but Marlin wouldn't notice the change.

radek8 commented 2 years ago

You must enable the M503 in a Marlin configuration comment // # define DISABLE_M503