Scott Mudge
Scott Mudge
> I then copy and pasted the files from your initial commit (meatpack.h, .c and queue) @Di3mex Which commit did you copy from? Looking at your fork, it looks like...
@Di3mex Try this branch, I copied your config: https://github.com/scottmudge/Marlin/tree/Dimex_Branch_testing ``` git clone https://github.com/scottmudge/Marlin.git cd Marlin git checkout Dimex_Branch_testing ```
Okay, well at least that's been narrowed down. If the only difference is the `Configuration.h` and `Configuration_adv.h` changes, then something in there must be causing a problem.
Alright so there is some configuration difference between the builds produced on https://marlin.crc.id.au/ and those you're producing. Can you produce a standard set of Configuration.h and Configuration_adv.h for your respective...
@Taomyn yes I was looking at the wrong side of my diff view, the other (Marlin default) was set to 0. Does setting it to 0 have any effect though?...
Thank you for clarifying, should have noticed it was `ACM0`, not `AMA0`. On that note, I should pass-through control in the plugin w/o MP enabled if it is USB emulated....
Interesting, I'll take a look at it. Thank you for the report.
Hi Johannes, It could be removed if you like, but the automatic creation and latching of a WinProc by providing a simple HWND handle helps immensely with anyone where they...
Standalone app, the plugin variants work fine. I think the problem lies in the fact that there is no edit control for the input to be focused into. All that...
Hi Oli, Well if I change the plugin window from WS_CHILD to WS_OVERLAPPED, the beeping/alert noise stops. Of course, doing so causes the child plugin window to be a new,...