Kevin Pope
4759adbf3b
Merge branch 'development' into greg-development
...
Conflicts:
MatterControl.csproj
StaticData/Translations/Master.txt
2014-08-20 10:52:47 -07:00
Kevin Pope
61e243ef80
Remove missing file.
2014-08-20 10:47:40 -07:00
gregory-diaz
a9bfdf9fd3
implementing part of export as x3g
2014-08-19 18:10:38 -07:00
larsbrubaker
66e0fb3b4d
Put in some code for me to see a graph of the ms count of each frame.
2014-08-17 20:53:00 -07:00
larsbrubaker
d47bb0e6e3
Typedef needed
2014-08-01 17:46:39 -07:00
larsbrubaker
f625762602
Made sure everything is going through frosted serial.
...
Better cross platform support.
2014-07-28 13:48:28 -07:00
larsbrubaker
1a09d13a65
Fixed a beg with prntrbot simple first_layer_speed
...
Working to get more code compiling cross platform
2014-07-28 11:23:46 -07:00
larsbrubaker
9eddf6822b
Moved SliceSettingsWidgetUiState into its own file
...
Fixed the edit locking during loading in 3d view.
Got the 3d views to update the bed size and shape when changed.
2014-07-26 13:43:55 -07:00
larsbrubaker
e3d9da11ba
Put back in the BedSettings singleton.
2014-07-24 16:45:50 -07:00
larsbrubaker
ae5fc574ee
Moved progress control to agg.
2014-07-20 14:56:13 -07:00
larsbrubaker
bee5bbd052
Adde use_opengl to release builds.
2014-07-20 11:32:52 -07:00
james jones
f913525daf
defined USE_OPENGL
2014-07-15 17:48:28 -07:00
larsbrubaker
4c846f08cb
Made sure the launcher gets installed (made it a reference)
2014-07-08 18:05:20 -07:00
larsbrubaker
5e119a672f
Made the third panel view keep its state much better.
...
We can change printers now without the third panel changing tabs.
2014-07-03 11:50:25 -07:00
larsbrubaker
7eec6753e2
Renamed MainScreenTabView -> FirstPanelTabView
2014-07-03 10:19:45 -07:00
larsbrubaker
c4a6a9960a
Making the windows understand their closed states better.
...
Made print history have a data and a view
2014-07-02 11:43:06 -07:00
larsbrubaker
9679512a7b
put the new file in the project.
2014-07-01 18:36:57 -07:00
larsbrubaker
6e0865627a
Making sql work on pc (:
2014-07-01 18:34:24 -07:00
Kevin Pope
334cc4e24e
Sqlite cross-platform fixes.
2014-07-01 16:42:10 -07:00
larsbrubaker
bb47a4724a
Added a file to the project
2014-06-30 21:45:22 -07:00
larsbrubaker
49a7f5c41e
Make sure the default build target is Release.
2014-06-25 17:34:16 -07:00
gregory-diaz
4cc51b6bab
no message
2014-06-25 17:31:08 -07:00
larsbrubaker
db1787d859
Put in a little file to try and help track down some crashes.
2014-06-24 12:32:12 -07:00
larsbrubaker
50c611879b
Getting direct printing from Sd closer to working.
...
We can now start a print (but not much else).
2014-06-23 09:31:14 -07:00
larsbrubaker
254de7251d
Moved ImageIO into a plugin and hooked then made the windows version of that.
2014-06-19 15:55:20 -07:00
larsbrubaker
0e646dca68
Change the namespace of PrinterCommunication and the class name.
...
Deleted lots of unused usings.
Working to get the 2point leveling working.
Started work on a new printer io layer
Fixed the crash on disconnect while printing.
2014-06-11 14:52:58 -07:00
larsbrubaker
6ec46b7ed1
Put the printer configuration page into a matching namespace and renamed it with printer prefix
...
Put in the code to handle multiple bed leveling procedures.
Saving the print level data into the printer as a json string
2014-06-06 16:05:18 -07:00
larsbrubaker
a04ab3d050
Made the type of print leveling that will happen for a printer be selectable
...
Turned some bools into enums for clarity
Broke some of the print leveling wizard into separate files.
Started work on a new 2 point probe (actually an n point switch -> bed position maper).
2014-06-05 11:45:40 -07:00
larsbrubaker
00e10bfbea
Working on 3D gcode view
...
Making the view navigation controls for 2d and 3d a separate class.
2014-05-25 11:11:11 -07:00
larsbrubaker
5e24089aef
Working to make the update button show correctly.
2014-04-28 17:34:54 -07:00
kevinepope
cc44b0ef04
Added menu bar.
2014-04-27 20:24:58 -07:00
larsbrubaker
978d7ddcfa
Making the OEMSettings a single JSon file.
2014-04-23 17:44:49 -07:00
larsbrubaker
157b68545e
The about page now renders most of its content
2014-04-23 13:32:05 -07:00
larsbrubaker
3e5b966fd1
Working to get the about page to be html and easier to customize.
2014-04-22 19:02:41 -07:00
larsbrubaker
416bc54d2c
Adding in an x64 option.
2014-04-21 08:35:38 -07:00
larsbrubaker
3a636783c8
Made the library have the same data / view model as the queue.
...
Refactored a bunch of file names and other data.
The QueueData and the LibraryData are practically the same class and shoud
be shared as we move the QueueData into the data base.
2014-04-19 14:02:51 -07:00
larsbrubaker
16a3654a2d
Refactoring the library control to share the export window and to have a view and a data element.
...
Added some BSD info
Moved stuff around to make it more consistent.
2014-04-19 11:51:02 -07:00
larsbrubaker
aa7d90a915
Renamed the MainScreenTabView.
...
Made it so we store and restore the tab index of the MainScreenTabView
2014-04-19 10:35:53 -07:00
larsbrubaker
60efb72fba
Put in a shop button.
...
Set the release back to x86.
2014-04-17 11:02:38 -07:00
larsbrubaker
db09079196
Refactor for clarity Done -> SlicingDone on PrintItemWrapper
...
Moved a bunch of classes into their own files in ActionBar
Made the part preview be right when the window changes between wide and narrow.
2014-04-16 15:11:01 -07:00
larsbrubaker
4b6a3cfa97
Lots of work on Getting the QueueData instance to be separate form the UI queue and refs.
2014-04-15 18:13:27 -07:00
Kevin Pope
86bb40903e
Started work on improving panel separators.
2014-04-10 19:08:02 -07:00
larsbrubaker
50ead93c1e
Made the language restart actually restart the app.
2014-04-10 10:36:59 -07:00
kevinepope
7d1d2e1e58
Work on SlicePreset configuration window.
2014-04-06 19:26:41 -07:00
larsbrubaker
405b8be6bc
Making for of the 3d view reusable for all places that are implementing redundant stuff.
...
Getting rid of dead code.
Getting rid of warnings
2014-04-04 18:52:51 -07:00
larsbrubaker
afee787587
Working on adding a print level sample position edit window .
...
Cleaned up the names of the functions to get the print level sample positions vs. the measured positions.
2014-04-02 18:14:26 -07:00
larsbrubaker
7020e33c67
Put in functions to test if we are in release builds.
...
Made more projects default to release.
2014-04-01 16:33:07 -07:00
kevinepope
e5196e7e4a
Work on slice settings presets.
2014-03-30 17:54:05 -07:00
Kevin Pope
445f85b1f2
Fixes related to merge.
2014-03-27 19:22:39 -07:00
gregory-diaz
08f9e8e783
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-03-25 10:07:46 -07:00