Oliver Köster

Results 65 comments of Oliver Köster
trafficstars

I'm not sure I understood the problem. The limit switches are only read once. Namely when G28 (home) is running. They are then ignored and replaced by software endstops. If...

Hi @hoovercl , I'm sorry that the instructions are no longer up-to-date. I'll update it. Since version 1.5, the printer-specific pin definition has been moved to the file **pins_TRIGORILLA_14.h**. Here...

Good finding. This might be a bug. I'll take a look. Thanks!

You can simply reduce the usb/serial input buffer sizes: https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/blob/97c3391cd9c3f9e12983ebe618891c65b2f95e9e/Marlin/Configuration_adv.h#L2417 Also you can disable the sd card file sorting to save more ram: https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/blob/97c3391cd9c3f9e12983ebe618891c65b2f95e9e/Marlin/Configuration_adv.h#L1614 I haven't had time to work...

2023 and I still can not switch the download folder. Great.

Does this bug still exist? I cannot reproduce the error in the current version 1.5.4. :/

Wow! @uwetaz thats a great finding! Thank you so much! I think that because I always used the original sources from Anycubic and simply assumed that it worked that way,...

It works like a charm but I had to move the `#define WAIT_MS_UNTIL_ACYCLIC_SEND 500` out of the non-dgus define block. Thank you very much! I'll trigger a new release build...

Added in the new [Version 1.5.4](https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/releases/tag/1.5.4) ;)