svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
696 stars 176 forks source link

Simulation not wait on command G4 #417

Open zengfanfan opened 1 month ago

zengfanfan commented 1 month ago

Describe the bug Simulation ignore command: G4 P10

Expected behavior wait 10 seconds on G4 P10

version 1.7.3.2

svenhb commented 1 month ago

It is simulation: no time to wait for G4 😉 How to adapt G4 delay for different simulation speeds? Same factor?

zengfanfan commented 1 month ago

It is simulation: no time to wait for G4 😉 How to adapt G4 delay for different simulation speeds? Same factor?

yes. It make sense to apply speed on G4 .