Commit graph

1795 commits

Author SHA1 Message Date
Lars Brubaker
eafbe2f2b9 Don't fit objects that have no size
issue: MatterHackers/MCCentral#5431
Changing Text to just a space " " crashes MatterControl
2019-05-01 15:23:34 -07:00
Lars Brubaker
fbbd2b959c cleaning warnings 2019-05-01 08:55:23 -07:00
Lars Brubaker
6631f5742a fixing warnings 2019-05-01 08:54:24 -07:00
John Lewin
3bd6f048ee Use generic localizations string 2019-04-30 23:28:23 -07:00
John Lewin
bdb8f4c5f0 Remove localization calls 2019-04-30 23:06:37 -07:00
John Lewin
a3d14c4334 Resize menu items to max sibling width
- Issue MatterHackers/MCCentral#5395
Open Recents menu should be sized to content
2019-04-30 22:46:51 -07:00
John Lewin
118e670839 Add missing color change 2019-04-30 22:09:16 -07:00
John Lewin
2bbe551ab9 Revise tab selection logic
- Prefer Hardware tab during start if printer/part selected
- Remove PrinterTabSelected indicator
- Set ActiveTab when loading workspaces and applicable
2019-04-30 22:08:51 -07:00
John Lewin
b91f40c136 Show controls rather than a picture
- Issue MatterHackers/MCCentral#5406
Make the end of leveling and probe calibration show the actual
controls rather than a picture
2019-04-30 20:43:52 -07:00
jlewin
ce2aeda384 Add expected whitespace 2019-04-30 15:57:54 -07:00
jlewin
15c3a56a33 Remove await call 2019-04-30 15:53:51 -07:00
jlewin
f3c000a5d3 Invert CalibrationPrint logic 2019-04-30 15:52:09 -07:00
jlewin
d4176232b7 Revise backing field naming 2019-04-30 15:51:44 -07:00
John Lewin
50f3dab1a0 Add conditional logic for bed validation
- Issue MatterHackers/MCCentral#5397
export as gcode test failing due to empty bed requirement
2019-04-30 08:19:46 -07:00
jlewin
f2cf19ca46 Enable SyncToPrint by default
- Issue MatterHackers/MCCentral#5409
turn sync to print on by default
2019-04-29 16:19:16 -07:00
jlewin
a6fe9fa824 Consider XYCalibrationWizard in SetupRequired 2019-04-29 16:19:16 -07:00
jlewin
72ad0aea9b Recovery is not possible if lastPrint is null 2019-04-29 16:19:16 -07:00
jlewin
0f087d7783 Relay to PrinterCalibrationWizard for setup complete indicator
- Issue MatterHackers/MCCentral#5408
xy calibration does not need to be complete to be marked as done
2019-04-29 16:19:16 -07:00
jlewin
7cfc0ad69e Inline localization strings 2019-04-29 16:19:16 -07:00
jlewin
7a918af827 Use language rather than platform type 2019-04-29 16:19:16 -07:00
jlewin
9a8d31defd Extract PrintRecovery logic for reuse 2019-04-29 16:17:12 -07:00
jlewin
480851aa44 Extract embedded type to new file 2019-04-29 16:17:12 -07:00
Lars Brubaker
f9c7f35deb align none moving objects back to start position
issue: MatterHackers/MCCentral#5402
fix align and write tests
2019-04-29 13:43:55 -07:00
Lars Brubaker
e214c02472 fixing warnings 2019-04-29 13:06:53 -07:00
Lars Brubaker
f50dce0da1 Improved align icons
fix warnings
2019-04-29 12:22:21 -07:00
Lars Brubaker
6217792c73 make sure we update streams when g92 position change happens
issue: MatterHackers/MCCentral#5338
Unload filament bug
2019-04-29 11:46:25 -07:00
Lars Brubaker
69c8a4b269 Refactoring 2019-04-29 09:13:58 -07:00
Lars Brubaker
2479e01efd Cleaning up warnings in Printer Connection 2019-04-29 09:13:56 -07:00
John Lewin
9539c71fe6 Use large icons, modified date in Open Recent menu 2019-04-28 08:23:23 -07:00
LarsBrubaker
56d783a87e fixing the unload bug
issue: MatterHackers/MCCentral#5338
Unload filament bug
2019-04-27 16:07:05 -07:00
LarsBrubaker
e25571e6f0 Make the store page use the WebCache for the json content 2019-04-27 08:12:45 -07:00
John Lewin
363e8d424f Clear cache and update image
- Issue MatterHackers/MCCentral#5390
Recent item thumbnails rarely displayed
2019-04-27 00:18:46 -07:00
John Lewin
585b04ae07 Simplify 2019-04-26 19:29:28 -07:00
John Lewin
9b4d58442a Theme TumbleCubeControl 2019-04-26 19:29:28 -07:00
jlewin
d2e63ec814 Theme InteractionVolumes 2019-04-26 18:51:45 -07:00
jlewin
f64c20418f Add support for SectionWidgets without expansion icons 2019-04-26 13:03:35 -07:00
jlewin
53435c7e24 Rename to AdjustLightness 2019-04-26 12:22:34 -07:00
jlewin
6391c6d0b2 Adjust lightness 2019-04-26 12:22:34 -07:00
jlewin
a273c5d4fe Add XYCalibration summary 2019-04-26 12:22:34 -07:00
jlewin
0338f24517 Improve conformance 2019-04-26 12:22:34 -07:00
jlewin
1349438a44 Limit accessiblity 2019-04-26 12:22:33 -07:00
jlewin
3e7adc6b8b Use bed theme colors 2019-04-26 12:22:33 -07:00
John Lewin
d9ffa62372 Simplify 2019-04-26 12:22:33 -07:00
John Lewin
56cf2c6f89 Remove unused parameter 2019-04-26 12:22:33 -07:00
jlewin
c9ef82ca33 Make probe points more detectable 2019-04-26 12:22:33 -07:00
jlewin
ca7badb294 Conditional leveling stream, avoid exceptions with invalid data
- Issue MatterHackers/MCCentral#5384
Unable to connect and fix leveling data when leveling data invalid
2019-04-26 12:22:33 -07:00
jlewin
10b10f5e57 Apply common defaults 2019-04-26 12:22:33 -07:00
jlewin
268f78c429 Leveling data drawable should survive invalid leveling data 2019-04-26 12:22:33 -07:00
jlewin
24638675df Debugging drawables should be in Debug builds only 2019-04-26 12:22:33 -07:00
jlewin
b6b3ad5f6e Set MainTabKey when workspace is opened/added
- Issue MatterHackers/MCCentral#5383
MatterControl fails to switch to printer tab
2019-04-26 12:22:33 -07:00