Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/src/forms/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ pub fn settings_form() -> Html {
<div class="column col-12">
<FormGroup>
<Checkbox
label="Enable circular interpolation (experimental)"
desc="Please check if your machine supports G2/G3 commands before enabling this"
label="Enable circular interpolation"
desc="Your machine must support G2/G3 commands for this to work"
checked={form_state.circular_interpolation}
onchange={on_circular_interpolation_change}
/>
Expand Down