Add settings to skip new project and save confirmation dialogs#452
Open
appositeit wants to merge 1 commit intoCauldronDevelopmentLLC:masterfrom
Open
Add settings to skip new project and save confirmation dialogs#452appositeit wants to merge 1 commit intoCauldronDevelopmentLLC:masterfrom
appositeit wants to merge 1 commit intoCauldronDevelopmentLLC:masterfrom
Conversation
Users who primarily use CAMotics as a GCode viewer frequently open and close files, making the "Create new project" and "Project Modified" dialogs a constant source of friction. This adds three new settings to the Settings dialog (General tab, "Dialogs" group): - Skip new project dialog: automatically uses default units and tool table when opening non-project files or creating new projects - Default tool table: configurable default (Default/Current/Empty) used when the new project dialog is skipped - Skip save confirmation on close: silently discards unsaved changes instead of prompting Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Motivation
Users who primarily use CAMotics as a GCode viewer frequently open and close files. The mandatory "Create new project" dialog on every file open and the "Would you like to save?" dialog on every close create significant friction for this workflow. These settings are opt-in and default to off, preserving existing behaviour.
Test plan
.ngcfile → verify no dialog appears, project uses default units and tool table🤖 Generated with Claude Code