with — Scoped settingsFeed & dynamics
Apply settings to one block, then restore.
with <setting> … { … }| Parameter | Type | Default | |
|---|---|---|---|
setting | setting | — | any `defaults` setting (feed, mode, …) |
Like `defaults`, but **scoped**: the settings apply only inside the braces and revert afterwards — no modal state leaks. Ideal for a one-off finishing pass at a different feed.
with feed 150, mode finish {
g1 x40 f150
}See also: defaults