with — Scoped settingsFeed & dynamics

Apply settings to one block, then restore.

with <setting> … { … }
ParameterTypeDefault
settingsettingany `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.

one slow finishing pass
with feed 150, mode finish {
  g1 x40 f150
}

See also: defaults

← all commands