thomast777 / grbl32

GRBL 1.1f CNC Controller forked/ported to STM32 ARM : STM32F103 and STM32F407
GNU General Public License v3.0
190 stars 102 forks source link

eeprom for STMxC8/CB, spindle enable fix. #5

Closed mike-pittelko closed 4 years ago

mike-pittelko commented 4 years ago

Added a define for stm32f103c8 (64k spec) vs stm32f103cb (128k spec) - I've got several blue pill boards with 128k, some with 64k, all labeled as c8's.

Fixed the spindle enable. With the defines configured to enable this, it is disallowed by the atmel 328 code. Now assumes that spindle enable is used, and invert is allowed.

mike-pittelko commented 4 years ago

Doesn't seem that this is really needed any more, fixes already present.