Commit graph

193 commits

Author SHA1 Message Date
John Lewin
ac41480e41 Remove ViewControlsBase 2017-10-19 09:04:11 -07:00
John Lewin
5e117eba23 Simplify ViewGCodeBasic 2017-10-17 13:37:04 -07:00
John Lewin
9edde00fcf Clear bed should invalidate GCode render data
- Disable 'File Not Found' messages on empty LoadedGCode
- Issue MatterHackers/MCCentral#2088
Clear bed should invalidate GCode render data
2017-10-17 12:55:58 -07:00
John Lewin
ad770bfa22 Handle null printer case for 'Create Part' mode 2017-09-17 12:12:58 -07:00
John Lewin
294df0a588 Convert ActiveSliceSettings usage from static to local references 2017-09-17 01:12:18 -07:00
John Lewin
8f9953ef12 More generic dependencies to break Part view coupling to Printer 2017-09-15 16:49:21 -07:00
John Lewin
25d6cdbd22 Guard for null 2017-09-13 06:45:19 -07:00
Lars Brubaker
e692492c31 Make sure we can switch back to solid 2017-08-25 15:24:36 -07:00
John Lewin
c0a4074d4f Remove PrintItemWrapper dependency in GCodeBasic, reduce static refs 2017-08-16 07:41:15 -07:00
John Lewin
d7010c8c56 Remove unused ViewGCodeBasic parameters, reduce static refs 2017-08-16 07:41:15 -07:00
John Lewin
5e0b016e89 Simplify property name 2017-08-16 05:55:23 -07:00
Lars Brubaker
9f14121268 Get the extrusion colors to match material colors 2017-08-15 09:35:55 -07:00
Lars Brubaker
f7d4163125 Refactoring VAnchor and HAnchore names
Making more debug info for show bounds
2017-08-07 15:47:27 -07:00
John Lewin
4ff6c5cbb8 Convert from ReportProgressRatio to Action<T> 2017-07-18 20:51:44 -07:00
John Lewin
4eb8ebe254 Revise ReportProgressRatio implementation 2017-07-14 13:55:02 -07:00
John Lewin
ae93fedc46 Move TrackballTumble and GCode viewer 2017-07-10 16:28:41 -07:00
John Lewin
a50e8acc2a Move keyboard hooks to parent 2017-07-10 16:28:41 -07:00
John Lewin
b2c898be6c Move 2D layer view to same context as siblings views 2017-07-10 16:28:41 -07:00
John Lewin
5e85b29e11 Move view mode selection buttons into main toolbar, revise icons 2017-07-06 18:15:53 -07:00
John Lewin
e95803d68e Remove unused cancel implementation 2017-07-06 16:31:12 -07:00
John Lewin
92e397fabd Remove unused items 2017-07-06 16:30:46 -07:00
John Lewin
097a20b08d Consolidate model references 2017-07-06 16:24:25 -07:00
John Lewin
82b1cb3a5a Remove unused items 2017-07-06 16:20:10 -07:00
John Lewin
d2c25ca814 Move GCode rendering registration to PrinterTabPage 2017-07-06 16:05:08 -07:00
John Lewin
03799e8fda Remove unused, unnecessary items 2017-07-06 15:51:04 -07:00
John Lewin
840f2f9cc9 Move sliders and overflow menu to parent control 2017-07-06 14:54:26 -07:00
John Lewin
50b60868f2 Rename method for clarity 2017-07-06 07:56:38 -07:00
John Lewin
6491f83df6 Remove unused event listener 2017-07-06 07:24:00 -07:00
John Lewin
0784900080 Always in part select mode on desktop 2017-07-05 13:55:38 -07:00
John Lewin
d6829ff52d Update RenderType on settings change 2017-07-05 12:45:42 -07:00
John Lewin
171016c16f Use initializer syntax 2017-07-03 09:30:30 -07:00
John Lewin
fad2e0080c Revise slider positions 2017-06-30 23:44:04 -07:00
John Lewin
2f13959f0e Use initializer syntax 2017-06-30 23:44:04 -07:00
John Lewin
290eb8bedb Wire up control reloads to new LoadedGCodeChanged event 2017-06-30 23:44:03 -07:00
John Lewin
e441f25c63 Add LoadedGCodedChanged event, more code to model, less dynamic controls 2017-06-30 23:44:01 -07:00
John Lewin
7fdae3bfe5 Discard GCodeFileIsComplete logic 2017-06-30 23:07:48 -07:00
John Lewin
50957e856b Add async Slice method, move into PrinterActionsBar, switch after 2017-06-30 23:07:48 -07:00
Lars Brubaker
1a9ebebaed Changed ReportPregress delegate to have touple and use CancellationTokenSource 2017-06-30 16:09:31 -07:00
John Lewin
694024443c Theme specific wireframe color 2017-06-29 14:17:08 -07:00
John Lewin
81e3cc1425 Rename NumChangesInZ to LayerCount 2017-06-29 14:17:08 -07:00
John Lewin
a2651a1ec8 Restore key up/down functionality for layer view, use new pattern 2017-06-29 14:17:08 -07:00
John Lewin
3ab89b8d3f Move ownership of GCode ActiveLayer & FeatureToStart/StopOn to model 2017-06-29 14:17:08 -07:00
John Lewin
17b4cb8b77 Downgrade ValueTuple to 4.3.0, fix null reference in ViewGCodeBasic 2017-06-29 14:09:47 -07:00
John Lewin
bcf4c08d1e Use lambda event handlers for clarity 2017-06-28 19:49:31 -07:00
John Lewin
27f4a3ef14 Extract GCode details view to class 2017-06-28 18:43:30 -07:00
John Lewin
c1462d1749 Extract GCode details to model 2017-06-28 18:18:22 -07:00
John Lewin
b7c457309e Improve GCode/Model view toggling
- Switch models to Wireframe while in GCode view
- Conditionally render layers data on visibility of GCode widget
- Short term: Clear Scene selection on entering GCode view
- Use consistent formatting for GCodeRenderInfo constructor
2017-06-26 12:49:39 -07:00
John Lewin
878d004a50 Remove inherited MeshViewer, push rendering to external mesh viewer 2017-06-24 13:17:43 -07:00
John Lewin
848708c36c Revise ViewGCodeWidget naming to clarify behavior 2017-06-24 12:35:02 -07:00
John Lewin
822faa99a1 Fix 2D/3D view button event listeners 2017-06-24 12:24:40 -07:00