lllars
lllars
Can you clarify if you are running Sway, and if not then Wayland or X11? I'm asking because surely this bug is Wayland related.
I'm happy to test out edge-preview. Is there a summary anywhere of what changes it incorporates? @mhlong10 I was also thinking that checking the state of the pin after the...
I'm getting a lot of errors when trying to compile edge-preview. I'll post the output I'm seeing. Let me know if there's anything I can try on my end to...
Thanks, good suggestion, but it didn't work. Output was identical. ``` $ make PLATFORM=DUE BOARD=gShield SETTINGS_FILE="settings_dynamyte_4000.h" clean "Found that we're in Linux" rm -fR build/gShield rm -fR bin/gShield rm -fR...
I still have many many errors, even trying the same "make CONFIG=MiniMillgShield" line. The bit about HAS_HOBBY_SERVO_MOTOR is resolved, but I'm still seeing all the config.h, planner.h, and gpio.h errors.
Adding `#include ` fixes config.h, and `#include ` fixes gpio.h I'm still stumped on the planner.h errors though.
@justinclift Thanks, that worked. Note that I did still run into a couple errors involving settings_default.h when I compiled with `BOARD=gShield` instead of `CONFIG=MiniMillgShield`. SPINDLE_ACTIVE_HIGH was undeclared and I need...
I've now tried out edge-preview on my machine and am happy to report that the input pin state remains correct following a glitch. I was able to home the machine...
I've also run into this issue with Due on edge-preview. I tried different settings: ``` #define SPINDLE_ENABLE_OUTPUT_NUMBER 4 #define SPINDLE_DIRECTION_OUTPUT_NUMBER 5 #define SPINDLE_PWM_NUMBER 6 ``` I'm not sure if output...