I’m learning CAM… I’ve started with fusion 360, as is a very complete software… but have problems with generated gcode, specifically with “uncharged” Z movements, where no Feedrate is specified, and when my mpcnc try to do them bad things happens (arduino reset, steps loss, etc).
So I start to try Estlcam, and I have the same issues. Some Z movements are done at “undefined” feedrates, that are ok for X and Y, but to high for Z. Changed G00 to G01 and added “repeat” in the F parameter in the setup solve partialy, but still some Z movements without explicit F…
This is not a new issue, as I’ve read some other posts about this problem in the forum, but I don’t know how to solve it.
Should marlin firmware don’t have to limit the speed?
Do I have another problem in my new mpcnc?