-
POSSIBLE FIX PLEASE CONFIRM
Uncomment `/.` remove below from `.platformio/packages/framework-arduino-lpc176x/cores/arduino/arduino.cpp`
as it is duplicated in `HAL/shared/eeprom_i2c.cpp`
```
/…
ghost updated
4 years ago
-
### Description
servo angle oscillates with stepper motor action
### Steps to Reproduce
1. verify servo is working via `M280 P1 S0`, etc
2. produce some stepper activity, such as `G28`
**…
-
### Bug Description
Compile error on latest bugfix-2.0.x
### My Configurations
[Configuration.zip](https://github.com/MarlinFirmware/Marlin/files/4301302/Configuration.zip)
### Steps to Repr…
-
### Description
Enabling M100_FREE_MEMORY_WATCHER using LPC1768 results in a compile error.
### Steps to Reproduce
1. Set environment to LPC1768
2. Enable M100_FREE_MEMORY_WATCHER
3. Co…
-
### Description
Using the timing values in the Neopixel fork by @p3p results in glitches in a Neopixel strip that has more than 4 LEDS in the strip
### Steps to Reproduce
Enable `NEOPIXEL_LED…
-
Hello
Since eab3a89a82258641919a2aa03bc4900bdb2b9e63 we got an error on compilation
```
In file included from sketch/src/lcd/lcdprint_u8g.cpp:26:0:
sketch/src/lcd/u8g_fontutf8.h:12:23: fata…
-
### Bug Description
Have a MKS SGEN 1.0 and try to create a bin file.
When i use the Board "BOARD_MKS_SGEN", i got the error:
"Marlin\src\HAL\HAL_LPC1768\../../inc/../pins/lpc1769/../lpc1768…
-
My set-up is X5S (coreXY) with SBase v1.3 (+ 8 diode smothers but didn't do much) & Marlin2.0 17Jan19
Seems that layer shift is OK with
#define MINIMUM_STEPPER_PULSE 4
but what I cannot fix is…
-
### Description
LPC1768 and neopixels has an issue where the value to the pin that is passed to the constructor is greater than 255. This causes issues with the LPC1768.
### Steps to Reproduce
…
-
### Description
When compiling for a board with a LPC1768 you get a multiple definition error on the eeprom functions at the linking stage. The empty eeprom functions in arduino.cpp (from framework…