LarsBrubaker
304b06301b
fix settings test
2020-06-27 11:01:27 -07:00
LarsBrubaker
15e83d6cbe
make emulator always available
2020-06-26 17:01:36 -07:00
LarsBrubaker
2ec238992c
Improving SelectSliceSettingsField (adding scroll into view)
2020-06-22 15:57:06 -07:00
LarsBrubaker
af89580515
Refactoring settings layout
2020-06-21 13:41:37 -07:00
Lars Brubaker
740bf4c11b
adding more library folder art
...
making pro less obtrusive
2020-05-22 11:29:22 -07:00
LarsBrubaker
c66d6d44db
fixing tests
2020-05-16 08:34:06 -07:00
LarsBrubaker
da450d3c5d
Fixing align and align test
2020-04-21 23:19:48 -07:00
LarsBrubaker
f179b68be6
Fixing bug with exporting tool changes on Marlin
...
It is emitting to many T1s but we should not switch back to T0
2020-04-12 16:38:45 -07:00
LarsBrubaker
e602c7681d
removing unnecessary casts
2020-02-07 17:08:47 -08:00
LarsBrubaker
58e77cfe60
GuiWiget Children working as a SafeList
2020-02-07 15:27:43 -08:00
jlewin
b9da334ff4
Restore support for runtime switchable slicers
2020-02-07 15:26:31 -08:00
jlewin
9b3ab57637
Fix failing tests
2020-02-07 15:26:31 -08:00
John Lewin
3362596776
Update test for new assembly name
2020-02-07 15:26:30 -08:00
jlewin
d97be92d21
Refactor EngineMappingMatterSlice
...
Changes
- Move ApplicationSettings to PrinterSettings readonly static
- Add Resolver to SliceSettingsData
- Move Resolvers from EngineMapping to PrinterSettings
- Move macro replacements from Printer to PrinterSettings
- Change macro replacements to token definitions only
- Change EngineMapping to define Exports with optional conversion
2020-02-07 15:25:02 -08:00
LarsBrubaker
85f2a54b4f
Test updated with new expectations around M109
2019-06-15 08:01:30 -07:00
John Lewin
cb6eb43972
Add support for grouping scene operations into a drop menu button
...
- Issue MatterHackers/MCCentral#5664
consider adding a dual align quick button
2019-06-13 08:16:50 -07:00
jlewin
14ab51af33
Fix tests
2019-05-29 17:01:44 -07:00
Lars Brubaker
e3c3e9580d
fixing tests
2019-05-29 10:33:36 -07:00
Lars Brubaker
0d23c6f33b
adding tests for expected probe behavior when leveling
2019-05-22 16:42:28 -07:00
jlewin
299585d7a9
Use more detailed headings
...
- Issue MatterHackers/MCCentral#5554
2019-05-20 17:13:07 -07:00
jlewin
a7b8251807
Replace duplicate ItemsToSubtract property with SelectedChildren
...
- Update to use new SelecteChildren as HashSet
- Issue MatterHackers/MCCentral#5565
MatterControl extra slow with specific MCX, crashes on copy
2019-05-20 16:37:45 -07:00
LarsBrubaker
f00c632da6
fixed temp tests for new (correct) behavior.
2019-05-19 20:46:04 -07:00
LarsBrubaker
cb81681e4d
Fixing start gcode to have correct intelligence for legacy profiles
...
and still have the correct behavior of pre-heating
start gcode
post heating
2019-05-18 07:25:00 -07:00
Lars Brubaker
b56df934dc
Make sure we issue an M190 rather than M140 when finishing start gcode
...
issue: MatterHackers/MCCentral#5538
Doesn't wait for bed to reach temp before printing
2019-05-16 17:02:17 -07:00
Lars Brubaker
93b8907b8a
fixing tests
2019-05-16 15:19:23 -07:00
jlewin
def78f9d42
Update Add Printer tests
2019-05-14 15:43:14 -07:00
jlewin
27e38d2608
Extract WaitForPage for reuse
2019-05-14 15:43:14 -07:00
jlewin
40721ba1c2
Fix automation test issues
2019-05-09 14:34:55 -07:00
jlewin
e723396c45
Remove conditional "Welcome" steps from wizards
...
- Issue MatterHackers/MCCentral#5490
2019-05-09 14:03:46 -07:00
jlewin
efc8037cd5
Simplify page headers and overviews
...
- Issue MatterHackers/MCCentral#5442
Improve wizard page consistency
2019-05-07 15:58:29 -07:00
Lars Brubaker
b972a2dae8
refactoring
2019-05-02 14:31:18 -07:00
John Lewin
ba08e918e3
Fix build errors
2019-05-02 11:09:47 -07:00
John Lewin
053f8c8068
Set reasonable timeouts, clean up file
2019-05-02 10:23:01 -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
8d4547d706
Revise naming to match behavior
2019-05-01 15:39:16 -07:00
John Lewin
922becba20
Fix failing CancelWorksAsExpected test
2019-04-30 18:51:04 -07:00
jlewin
f0f75689ab
Remove unnecessary switch to General tab
2019-04-30 16:59:12 -07:00
jlewin
93ab9e6d7c
Reduce unnecessary delay at leveling conclusion
...
- Issue MatterHackers/MCCentral#5404
Investigate and reduce automation test delays
2019-04-30 16:49:34 -07:00
jlewin
98e5b1e2b7
Wait for expected child before returning
2019-04-30 16:45:56 -07:00
jlewin
f6f8dc9209
Migrate openAdvanced/pauseAtLayer behavior to StartPrint
2019-04-30 16:00:23 -07:00
jlewin
85ddf57659
Remove incorrect xml comments
2019-04-30 14:32:57 -07:00
jlewin
2704cf8f50
Remove no longer applicable FilamentLoaded workaround
...
- Requirement removed, automatic behavior undesired and causes delay
2019-04-30 14:30:50 -07:00
jlewin
2d96506ce9
Reduce delay on OpenPrintPopupMenu call
...
- Issue MatterHackers/MCCentral#5404
Investigate and reduce automation test delays
2019-04-30 14:24:44 -07:00
jlewin
6f1352648a
Rename to ChildExists to match actual behavior
2019-04-30 14:21:36 -07:00
jlewin
b50efece1e
Allow CancelPrint even if print finished faster than expected
2019-04-30 12:13:50 -07:00
jlewin
68cd1c2aa7
Add delay to pick up missing draw
2019-04-30 12:03:01 -07:00
jlewin
bd14c9a711
CancelPrint test helper should dismiss new PrintCompleted dialog
2019-04-30 10:50:53 -07:00
jlewin
e1686af06e
Modal dialog should be dismissed before clicking StopTask button
...
- Issue MatterHackers/MCCentral#5417
Automation tests invoke actions that are impossible in the UI
2019-04-30 10:49:27 -07:00
Lars Brubaker
b38461a709
Fixing more tests
...
issue: MatterHackers/MCCentral#5398
complete print turns off heat test needs to dismiss 'print complete' dialog
2019-04-29 16:44:13 -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