mkrabset / krabzcam

Online CAM tool for generating G-code from vector graphics and bitmaps
77 stars 8 forks source link

[Feature request] Calculate cut time #25

Closed kirkrudolph closed 2 years ago

kirkrudolph commented 2 years ago

One feature I've found extremely useful in other CAM software is the ability to add the cut/travel distance and divide by the respective feed rates to calculate how long the cut will take. Thanks for considering this feature. Awesome work!

mkrabset commented 2 years ago

Thanks for your suggestion! This would be nice, but is not trivial. KrabzCAM does not communicate with the CNC hardware, so it cannot query for information about speed pr axis for rapid move, acceleration etc. I think it might make more sense to have this functionality in the "gcode sender" software.

kirkrudolph commented 2 years ago

Sure, that makes sense. Thanks for considering it. If anyone asks for a similar feature in the future, I found a g-code simulator that's giving me ballpark estimates and is pretty simple to use.

Again, great work!