Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KStars
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Education
KStars
Commits
42ef244a
Commit
42ef244a
authored
Mar 05, 2017
by
Jasem Mutlaq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capture should also abort on guide abort not just IDLE state
parent
a5ebe584
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kstars/ekos/capture/capture.cpp
kstars/ekos/capture/capture.cpp
+1
-1
No files found.
kstars/ekos/capture/capture.cpp
View file @
42ef244a
...
...
@@ -3362,6 +3362,7 @@ void Capture::setGuideStatus(GuideState state)
{
case
GUIDE_IDLE
:
case
GUIDE_ABORTED
:
// If Autoguiding was started before and now stopped, let's abort (unless we're doing a meridian flip)
if
(
guideState
==
GUIDE_GUIDING
&&
meridianFlipStage
==
MF_NONE
&&
activeJob
&&
activeJob
->
getStatus
()
==
SequenceJob
::
JOB_BUSY
)
{
...
...
@@ -3381,7 +3382,6 @@ void Capture::setGuideStatus(GuideState state)
break
;
case
GUIDE_CALIBRATION_ERROR
:
case
GUIDE_ABORTED
:
// TODO try restarting calibration a couple of times before giving up
if
(
meridianFlipStage
==
MF_GUIDING
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment