John Lewin
365e23d105
Remove duplicate error reporting event registration
2015-06-10 10:33:10 -07:00
Lars Brubaker
0af0b35388
Change to 1.3
2015-06-09 16:27:10 -07:00
Lars Brubaker
9e62c6b523
make reporter static
2015-06-05 18:31:48 -07:00
Lars Brubaker
ca1297e564
Put in a mac raygun tracking key
2015-06-05 14:42:52 -07:00
Lars Brubaker
72eb70ac49
Make sure we always set culture invariant.
2015-06-04 18:29:45 -07:00
Lars Brubaker
4fdfe1efe2
Code maid
2015-05-30 12:48:16 -07:00
Lars Brubaker
f28acf8f88
Don't turn on any tracking in debug
...
Make sure we don't track in stable builds (we'll make a user option in the future).
2015-05-28 11:52:29 -07:00
Lars Brubaker
7d8dff4040
handle bad requests better (don't fail when connection not available)
...
Don't crash when writing log to protected directory.
2015-05-28 11:03:45 -07:00
John Lewin
155500710a
Add Raygun reporting
2015-05-22 15:21:38 -07:00
John Lewin
caec1c16ee
Remove Insights
2015-05-22 15:20:58 -07:00
John Lewin
09b00041ec
Correct invalid key
2015-05-22 15:20:57 -07:00
John Lewin
07ff0fc5cc
Insights integration
2015-05-20 17:08:02 -07:00
John Lewin
92d08ae395
Restore command line "TEST" functionality
2015-05-06 10:29:32 -07:00
John Lewin
314496ba7b
Extract tests to dedicated assemblies
2015-05-06 09:08:30 -07:00
Lars Brubaker
43b658a5a7
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2015-04-15 10:09:25 -07:00
Lars Brubaker
6d7b0280bb
Made the library actually copy gcode to the library folder
...
Working on adding support for reporting errors when enabled
Made PrintActiveItem check for error conditions.
2015-04-15 10:08:36 -07:00
Gregory Diaz
61a5b564a6
Created command line utility to start MatterControl and export gcode.
2015-04-14 17:15:58 -07:00
Lars Brubaker
08abfe9930
Moving more HTML code into its own classes.
2015-04-11 14:29:35 -07:00
Lars Brubaker
5c0c983c9b
Added the ability to force open matter control to not do any 3d rendering.
2015-04-08 17:47:17 -07:00
Lars Brubaker
591528ee91
Ran code maid against this code.
2015-04-08 15:20:10 -07:00
Lars Brubaker
1aa57d0f70
Took out the Xamarin insights code.
2015-04-03 15:31:20 -07:00
Lars Brubaker
1ce2f09103
Just trying to get the Xamarin code in a place that works in release.
2015-04-03 14:38:00 -07:00
Lars Brubaker
0fead55523
Doing some test with Xamarin Insights.
2015-04-03 12:55:58 -07:00
Gregory Diaz
92ab8374b4
Added command line arguments to start mattercontrol in different states.
2015-04-02 16:15:30 -07:00
Lars Brubaker
07b6937b45
Making it easier to set up a printer from the command line for testing.
2015-03-27 14:13:11 -07:00
Lars Brubaker
53ded760e9
Put a try catch around the printer on idle call
...
Refactor / renaming
2015-03-25 18:01:57 -07:00
Lars Brubaker
c081fce6c0
Putting in references to use the new print server code
2015-03-09 16:23:38 -07:00
John Lewin
3ea67a3127
Revise Clipboard initialization
2015-03-05 13:05:32 -08:00
Lars Brubaker
072a25e0ce
Made the resume gcode control if we restore the print position or reset the extruder position.
2015-03-04 17:59:28 -08:00
Lars Brubaker
01f3478a68
Moved the delete cache data to a common location.
...
Took out the M109 from 3D STuffmaker so it uses the new override correctly.
2015-02-19 11:37:20 -08:00
Lars Brubaker
fd094f25af
Fixed a bug where the temp could get in a state of ping-ponging between values.
...
Working on better cache cleaning.
Added a heat extruder before homing config option
Made 3D Stuffmaker use the new setting
2015-02-19 10:56:54 -08:00
Lars Brubaker
804da8967e
Made unit tests for slicing a cube
...
Got the code passing the tests.
2015-02-17 19:16:10 -08:00
Kevin Pope
c212510fa5
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2015-02-10 18:30:58 -08:00
Kevin Pope
627a79a5ca
Don't attempt to play notification on Mac.
2015-02-10 18:29:36 -08:00
Lars Brubaker
0af9175f97
Got menus to be able to be scrolled on Android.
...
Put in some license text.
2015-01-28 16:07:40 -08:00
Lars Brubaker
3f0afeb0e4
Fixed it so we don't show the window when only running tests.
2015-01-23 10:22:02 -08:00
Lars Brubaker
6cdb38e1dc
Made all we page requests go through MatterControlApplication.Instance.LaunchBrowser so they work platform independent.
2015-01-22 12:27:18 -08:00
Lars Brubaker
b5f8c9fc37
Made ComTester understand commands while printing.
...
Made it possible to creat HUGE test gcode files.
Made a massage when trying to load huge gcode.
2015-01-19 17:33:17 -08:00
kevinepope
cd184c5670
Made 'PlaySound' not a static method.
2015-01-18 17:30:04 -08:00
Lars Brubaker
110a27ef93
Fixed G28 in metal simple
...
Added makeit to the dirver list
Put in a function to parse our .inf into code for Android.
2015-01-15 14:17:26 -08:00
Lars Brubaker
9072019db9
Fixed a regression loading from SD
2015-01-14 11:51:53 -08:00
Lars Brubaker
53214e70fc
Made MatterControlApplication have an instance function.
2015-01-13 10:56:20 -08:00
kevinepope
bad93a561f
Change OpenCameraPreview to static method. Move NotificationRequest to separate file.
2015-01-12 08:37:57 -08:00
Kevin Pope
8797c1504d
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2015-01-11 18:33:17 -08:00
Kevin Pope
72d66eefa3
Adding some camera functionality.
2015-01-11 18:32:43 -08:00
Lars Brubaker
b891465f27
Turned off switching to gcode view (was confusing when switching queue items).
2015-01-10 12:47:06 -08:00
larsbrubaker
5a551e3c56
Don't write useless 0s (no real change other than aesthetics).
2015-01-07 07:43:26 -08:00
Lars Brubaker
6cfc1e67f9
Made the CREATE_AND_SELECT_PRINTER load the correct settings.
...
Took out a bunch of redundant code that was in both PrinterSetupStatus and SetupStepMakeModelName (took out of SetupStepMakeModelName)
renamed PrinterSetupStaus variable to currentPrinterSetupStatus as the first is also the name of the class and quite confusing.
2015-01-05 10:27:24 -08:00
Lars Brubaker
114ad7cbac
Changed OPEN_WITH_ACTIVE_PRINTER > CREATE_AND_SELECT_PRINTER
...
Made it a bit more generic.
2014-12-31 11:37:08 -08:00
Gregory Diaz
e8b2439ec2
Added code so that when MatterControl is started with command line args("OPEN_WITH_ACTIVE_PRINTER"). MatterControl will open with a printer selected.
2014-12-31 10:33:38 -08:00