Skip to content

GRBL 1.1f CNC Controller forked/ported to STM32 ARM : STM32F103 and STM32F407

License

Notifications You must be signed in to change notification settings

mike-pittelko/grbl32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Includes:

  • Added STM32CubIDE files
  • Fix for spindle enable
  • Fix for stepper_delay > 3.5us
  • More segments per line
  • More planner stages
  • Option for 64k or 128k eeprom (C8 vs CB parts - many C8 parts actually have 128k, some don't. If yours does not, you need to use teh 64k option to properly save settings.

Important Options

  • $50=1 -> Enable spindle output, normal mode (0=off, 2=invert)
  • $40=10000 -> Use 10khz base frequency for PWM

grbl32


Please refer to gnea/grbl for the core GRBL codes. Check the grbl32 WIKI page for more information


About

GRBL 1.1f CNC Controller forked/ported to STM32 ARM : STM32F103 and STM32F407

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.5%
  • C++ 2.2%
  • Assembly 0.3%