Re: TMC2130 Not Moving. Marlin 2.0. M122 "Unknown command"
Hi. Yes the TMC_DEBUG is enabled and also the MONITOR_DRIVER_STATUS. SOFTWARE_DRIVER_ENABLE is disabled. In configuration.h on the driver section I have for both axis X and Y set to TMC2130 too, so I...
View ArticleRe: TMC2130 Not Moving. Marlin 2.0. M122 "Unknown command"
I'm not that experienced with the MKS gen 1.4 boards but could this help you any further? [adrian.siemieniak.net] And is "#if HAS_TRINAMIC" enabled in your advanced config? [www.reddit.com]
View ArticleRe: TMC2130 Not Moving. Marlin 2.0. M122 "Unknown command"
The code is setup so it only activates g-codes you can use The code says #if HAS_TRINAMIC case 122: M122(); break; // M122: Report driver configuration and status case 906: M906(); break; otherwise...
View ArticleRe: MKS SGen L V1.0
Ok so after failing with atom and sublime I removed everything that was done/installed for atom/sublime and installed platformio for vscode. Build completed on the first try and then upload hit a...
View ArticleRe: MKS SGen L V1.0
You just need the Uart jumpers on foe each stepper driver that has a uart, no other jumpers under the stepper drivers
View ArticleRe: MKS SGen L V1.0
QuoteDust You just need the Uart jumpers on foe each stepper driver that has a uart, no other jumpers under the stepper drivers This is how it is currently configured as far as jumpers are concerned.
View ArticleRe: MKS SGen L V1.0
You sure the stepper modules are in correctly? with mks the pins are color coded black to black and green to green
View ArticleRe: TMC2130 Not Moving. Marlin 2.0. M122 "Unknown command"
Yes, I have enabled the TMC 2130 type of driver. It is really weird to see the next stuff when I send the M122 command: SENDING:M122 X Y Enabled false false Set current 900 800 RMS current 887 795 MAX...
View ArticleRe: MKS SGen L V1.0
QuoteDust You sure the stepper modules are in correctly? with mks the pins are color coded black to black and green to green Steppers are in correctly. Maybe it was a bad initial flash. I did as the...
View ArticleRe: TMC2130 Not Moving. Marlin 2.0. M122 "Unknown command"
check your ends stops with a M119 command. Any that say triggered that aren't is a problem.
View ArticleRe: TMC2130 Not Moving. Marlin 2.0. M122 "Unknown command"
Hi. I have verified that and the return Open on both on the axis. Could this be a motor wiring issue? I have been running my printer for some weeks with A4988 and LV8729 without any problems. Also...
View ArticleRe: MKS SGen L V1.0
I can't seem to get my motors to move. I am using the mks tmc2209 v1 that came with the sgen L. I removed the diag jumpers that were installed for sensorless homing since I read that the mks v1 2209...
View ArticleRe: Marlin 2.0 Hardware
Thanks for the reply. My current setup is an Arduino mega with ramps 1.4 and TMC2130 drivers. I guess 32bit is the way to go with a new build? I hadn't realised Marlin 2.0 would run on an 8 bit chip....
View ArticleRe: Problem z axis
QuoteRhartl Another maybe unrelated problem is that the EEPROM setting in Marlin is V56 and the EEPROM I have on the printer is V55. Do you know how to fix that? From terminal, execute: M502 M500 M501...
View ArticleRe: Lin advance compatible drivers
There are a couple of issues with Linear Advance and TMC drivers. The first is that if Linear Advance is enabled, it is possible that step pulses may be too short for the drivers. Recent versions of...
View ArticleRe: TMC2130 Not Moving. Marlin 2.0. M122 "Unknown command"
TMC2130 definitely need 12/24v before they can move stepper motors.. I've never heard of any issues setting up with only usb. (apart from boards that wont take power from usb at all) You do need to...
View ArticleRe: TMC2130 Not Moving. Marlin 2.0. M122 "Unknown command"
Ohhh, yeah, if you didn't connect to the PSU, they show 'false' while connection is 'ok'. Just connect the PSU and try to move them. All good. Just be careful with any operations, always power down...
View ArticleRe: Help with Controlling an LED While Idle and Printing
The latter would be easier and wouldn't need firmware modifications but please don't use a mega... use a attiny85 or something similarly small. A mega would be like dropping a mountain on a nail in...
View ArticleMarlin bugfix-2.0.x Additional Preheat settings
I was able to add additional Preheat settings to the Marlin bugfix-2.0.x branch. By default PLA and ABS are already defined. I have added HIPS, PP, PET, FLEX and NYLON definitions. The fork can be...
View ArticleCould use some help with step calculations
I have an Anycubic Kossel Linear Plus, with Marlin 1.1.9 loaded. The steps/mm is now calculated as follows: // variables to calculate steps #define XYZ_FULL_STEPS_PER_ROTATION 200 // These are the...
View Article