mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
FIX:The progress when jumping to the page should display 100
JIRA:STUDIO-4477 Change-Id: Ide09099d9fd7745539f3fab3ead44305b8d3dbd5
This commit is contained in:
@@ -296,6 +296,7 @@ void PrintJob::process()
|
||||
70, // PrintingStageWaiting
|
||||
75, // PrintingStageRecord
|
||||
97, // PrintingStageSending
|
||||
100, // PrintingStageFinished
|
||||
100 // PrintingStageFinished
|
||||
};
|
||||
|
||||
|
||||
@@ -231,6 +231,7 @@ void SendJob::process()
|
||||
99, // PrintingStageWaiting
|
||||
99, // PrintingStageRecord
|
||||
99, // PrintingStageSending
|
||||
100, // PrintingStageFinished
|
||||
100 // PrintingStageFinished
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user