positron96 / cnc3018-offline-controller

Open-source firmware for popular cnc3018 stm32-based offline controller
MIT License
63 stars 15 forks source link

Feedrate when running file #8

Closed Almazick closed 1 year ago

Almazick commented 2 years ago

Is it possible or add an option to change feed rate when running the program? I always start slow and adjust feedrate to make it run smooth

positron96 commented 2 years ago

Do you mean GRBL's feed overrides 0x90-0x94? What I've encountered is that programs usually contain their own feedrates and setting them by inserting custom feedrate into gcode stream will have little to no effect.