bdurbrow / grbl-Mega

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/gnea/grbl/wiki
MIT License
35 stars 8 forks source link

Feed rate faster then it should be #33

Closed how-eee closed 3 years ago

how-eee commented 3 years ago

G1 X60 F60
this gcode inserted in MDI keypad moves X from 0 to 60 mm in 43 seconds instead of 60 same code sended via serial performing 43 sec but during powerfeed jog it moves 1mm/sec with F60

I have tried it with original gnea/grbl-Mega and it takes 60 seconds.

how-eee commented 3 years ago

sorry. it was my fault.