Commit graph

1833 commits

Author SHA1 Message Date
jlewin
75fb57b805 Hook connection fail/success and update accordingly
- Issue MatterHackers/MCCentral#3457
Setup Wizard does not show error if connection fails
2019-05-06 16:08:26 -07:00
jlewin
e6ca25e43b Remove debugging tools from Release builds
- Issue MatterHackers/MCCentral#5469
Debugging tools in release builds
2019-05-06 16:08:24 -07:00
jlewin
7bc60034fc Remove unused progress reporter
- Original system showed sync progress - later revised with 20s
  delays per profile - reporting would take ages and isn't used
2019-05-06 16:08:24 -07:00
jlewin
556821fdef Fix warnings 2019-05-06 16:08:22 -07:00
LarsBrubaker
b22bd904ad Fixing warnings 2019-05-06 08:26:13 -07:00
LarsBrubaker
f202fe565f Make sure we always turn off the heat 2019-05-05 11:39:28 -07:00
LarsBrubaker
6320c60d83 refactoring 2019-05-05 11:17:51 -07:00
LarsBrubaker
26b403a517 fixing warnings 2019-05-05 10:44:52 -07:00
LarsBrubaker
3a0f725ba3 Make align use name rather than id
issue: MatterHackers/MCCentral#5451
align is not maintaining SelectedChild ids over clone correctly
2019-05-05 09:15:29 -07:00
LarsBrubaker
d1e67d7751 refactoring 2019-05-04 23:33:16 -07:00
LarsBrubaker
a72b18854a fixing warnings 2019-05-04 23:27:58 -07:00
LarsBrubaker
952d735fe6 improving fit to cylinder 2019-05-04 23:27:47 -07:00
LarsBrubaker
1f64a32794 Create HideChildrenFromTreeViewAttribute
Change IVisualLeafNode to HideChildrenFromTreeViewAttribute

Switch all classes that used IVisualLeafNode to use property

start using HideFromTreeViewAttribute rather than check for
GeneratedSupportObject3D
2019-05-04 19:39:11 -07:00
LarsBrubaker
d40a9235c8 Working on making unlockable design apps 2019-05-04 19:39:02 -07:00
John Lewin
015e546c47 Revise scaling logic
- Issue MatterHackers/MCCentral#5439
Leveling Summary view should size itself as expected
2019-05-04 09:47:14 -07:00
Lars Brubaker
5b6265e08f default render moves to off
issue: MatterHackers/MCCentral#5446
default show moves in gcode view to off
2019-05-03 12:35:38 -07:00
John Lewin
b60c2ef960 Enable transparency on design workspace bed
- Issue MatterHackers/MCCentral#5450
Looking up in design view has no bed transparency
2019-05-03 11:12:40 -07:00
LarsBrubaker
d44520e4c1 fix problem with checking printer when null
issue: MatterHackers/MCCentral#5460
Test failures on automation server caused by emulator null reference
2019-05-03 07:59:21 -07:00
LarsBrubaker
0569948437 improved emulator simulation view
made it possible to turn the emulator speed to fast or slow in the terminal
2019-05-02 22:18:54 -07:00
LarsBrubaker
46bf89b5bc fixing android 2019-05-02 20:41:16 -07:00
LarsBrubaker
bc954ba1a2 Make it build on android 2019-05-02 19:39:14 -07:00
Lars Brubaker
2c74f07572 Fixed the tool speed stream to change while printing
Made it possible to visualize the emulator as it is printing
fixing warnings
issue: MatterHackers/MCCentral#5432
Dual Extrusion speed not matching settings
2019-05-02 18:07:18 -07:00
Lars Brubaker
dba782e9c9 Make sure we can always find the completed marker in gcode
Don't write the stl files or the boolean processing commands to the gcode file
Check back until we find what we are looking for

issue: MatterHackers/MCCentral#5416
MC slices when clicking print, even though it was already sliced.
2019-05-02 15:36:53 -07:00
Lars Brubaker
d62f796b52 fixing warnings 2019-05-02 15:36:52 -07:00
Lars Brubaker
236c77d272 fixing warnings 2019-05-02 14:31:19 -07:00
Lars Brubaker
1cbcc5842d Working on new emulator speed settings
Ultimately trying to get the emulator to show position in the 3D view.
This is to help debug problems like speed multiplier for 2 extruders
2019-05-02 09:31:55 -07:00
jlewin
6a1238bdd0 Update totalSteps to consider hotendCount
- Issue MatterHackers/MCCentral#5380
Step 6 of 3
2019-05-01 18:03:00 -07:00
Lars Brubaker
167efb3a75 load filament wizard needs to have pages allocated to run inside the xy calibration wizard 2019-05-01 17:37:43 -07:00
Lars Brubaker
6c7b2a3e30 make sure we can flatten a just flattened subtract and replace child
also make sure we can flatten the inner content of a subtract and replace

issue: MatterHackers/MCCentral#5436
Shark hex tile crashes on ungroup
2019-05-01 16:01:14 -07:00
jlewin
57b3bf0ca4 Ensure NextIncompleteStage moves to a valid page
- Issue MatterHackers/MCCentral#5429
Says to re-calibrate but doesn't show what to re-calibrate.
2019-05-01 15:45:53 -07:00
jlewin
8d4547d706 Revise naming to match behavior 2019-05-01 15:39:16 -07:00
jlewin
570539724f Localize literal string 2019-05-01 15:38:35 -07:00
jlewin
a016c7229d Inline variable 2019-05-01 15:38:35 -07:00
jlewin
96f0826218 XYCalibration SetupRequired should be conditional on NozzleCount
- Issue MatterHackers/MCCentral#5429
Says to re-calibrate but doesn't show what to re-calibrate.
2019-05-01 15:38:35 -07:00
jlewin
41d4101d32 Remove indirection 2019-05-01 15:38:35 -07:00
jlewin
ec5ee71607 Dispose opened stream 2019-05-01 15:38:35 -07:00
jlewin
5e8fdee917 Rename parameter 2019-05-01 15:38:35 -07:00
jlewin
4dc7c45d78 Convert private property into readonly field 2019-05-01 15:38:34 -07:00
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