Reduce max. Acceleration and Speed
-
@smoki3 said in Reduce max. Acceleration and Speed:
....................... And I am not talking about print speeds I am talking about the travel moves.
Ahh, that's something else that wasn't clear until now.
I think it might be an idea if you detailed or summarised exactly the scope of the changes you are asking for.
-
With a newfound understanding, maybe you could achieve it by means of the object model. I think the sample on that page is outdated so poke around with
M409
to see if you can find the current value and apply a percentage of it?If its not in the object model you could probably use the variables function when its available (in 3.2?)
-
@bearer this a good idea. But I dont find the max acceleration in the object model
-
then you could go with using a variable for now; altough you'd need to do something like create a dummy tool and store the acceleration value as f.ex. tool offsets, or dummy fans/heaters etc.
not sure if you can set
tools[n].offsets[0]
..tools[n].offsets[2]
or if you need to useG10
to set the offset, but you can test that easily enough. If you have more axes than xyz, you can probably set more than 3 offets pr tool as well.