Commit graph

116 commits

Author SHA1 Message Date
gregory-diaz
c02e86441a Export X3g Stuff 2014-08-27 12:02:15 -07:00
larsbrubaker
0db380572b Put in a allow less than zero in print leveling. 2014-08-26 18:44:36 -07:00
Kevin Pope
c2721f5ef5 Added close and clear button to terminal window. Terminal window ui cleanup. 2014-08-26 18:09:23 -07:00
larsbrubaker
9e623a2f4a Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
Conflicts:
	StaticData/PrinterSettings/RoBo 3D/R1/setup.ini
	StaticData/Translations/Master.txt
2014-08-26 12:09:17 -07:00
larsbrubaker
841ea5e071 Made RoBo default to MatterSlice
Made consol draw faster
took out dead code
white space
2014-08-26 12:06:16 -07:00
Kevin Pope
9e2eb6e267 Added turkish translation. Changes to default settings. 2014-08-26 11:45:47 -07:00
larsbrubaker
3771ec374f Getting the sync to print working better. 2014-08-18 16:42:04 -07:00
larsbrubaker
b707c9c7ff Put in some new slice settings for matter slice.
Fixed some buttons to go onuithread
2014-08-08 17:03:00 -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
b75ae71d24 Made 3D views editable while printing (if not the embedded view).
Made the eeprom windows have the correct tab stops.
2014-07-02 13:28:51 -07:00
kevinepope
0f47609de0 More polish to cloud monitor. 2014-06-29 15:14:14 -07:00
james jones
4e41d10b06 Getting it working with vs 2013. 2014-06-27 18:18:00 -07:00
larsbrubaker
30fbe6d855 Fixed color or gcode printing screen.
sd card working all but cancel.
made max extrusion ratio go to 3 (which is 3mm to 1.75 conversion for gcode (mostly))
2014-06-26 18:13:53 -07:00
larsbrubaker
7fd9597c8b Made the end of gcode printing not throw and exception. 2014-06-25 17:57:10 -07:00
larsbrubaker
f5fe599a99 Merge remote-tracking branch 'Greg/development' into development 2014-06-25 17:28:34 -07:00
larsbrubaker
22cf4bfb2d Can now send to sd.
Can print from sd (mostly)
can remove from sd.
2014-06-25 17:28:28 -07:00
gregory-diaz
5d92863bcc Merge remote-tracking branch 'upstream/development' into development
Conflicts:
	ConfigurationPage/PrinterConfigurationPage.cs
	StaticData/Translations/Master.txt
2014-06-25 14:19:25 -07:00
gregory-diaz
8cb50c900c Added "Print Notification" option to Configuration Page. 2014-06-25 13:19:07 -07:00
larsbrubaker
fc9665e8a0 Added dialog to ask for remove from sd on remove from queue. 2014-06-24 18:53:17 -07:00
larsbrubaker
8c2ff38b41 Put in a go button with the cloud monitoring. 2014-06-24 14:26:14 -07:00
larsbrubaker
f78260fdfc More work on sd card printing. 2014-06-23 13:18:51 -07:00
kevinepope
c593396647 Added device type to Printer model. Refactoring changes. 2014-06-22 20:53:38 -07:00
larsbrubaker
e8247a8481 Put all the icons into the icons directory
Lots of work on printing from SD card
Put in hardware options to describe printer settings (fan, heated bed, sd card)
moved icons into subdirectory.
2014-06-19 11:25:28 -07:00
larsbrubaker
47e89e8956 In 2 point probe leveling marlin will not return the z probe if it is outside the software endstops.
So when homing we make sure to be within the endstops.
2014-06-17 11:19:32 -07:00
larsbrubaker
15d03cb802 Renamed the ROBO printer to BETA 2014-06-16 10:14:15 -07:00
larsbrubaker
95a703d371 work on
2 point leveling work
fixed a bug with macros being sent during printing.
Put the home reading into the 3 point leveling wizard
2014-06-12 16:51:22 -07:00
larsbrubaker
e6a1cabadf Fixed the style of the export window
Got rid of some parameters to print leveling that were not used
Made it possible to ignore below 0 for leveling
2014-06-11 12:13:30 -07:00
larsbrubaker
6a85f91f16 Hade a bug in drag and drop onto a plate with multiple parts. 2014-06-10 18:19:17 -07:00
larsbrubaker
ee6495b20c Fixed problems in print level wizard. 2014-06-05 14:17:20 -07:00
gregory-diaz
57f9e18161 New message appears when the user cancels an active print while the extruder is heating up to its target temperature. Cancel and Pause buttons are also disabled. 2014-06-03 15:44:35 -07:00
larsbrubaker
9c07e6ec35 Putting in the Japanese translation. 2014-05-27 13:25:33 -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
ad227e1f9d Moved the 'Sync to print' into the display tab. 2014-05-23 15:31:04 -07:00
larsbrubaker
1af9f45da6 Put in a gcode animator (sync to print)
Put in support for a bed image.
2014-05-23 14:19:20 -07:00
Lars Brubaker
00b0997dca Fixed a regression, the export control again shows the buttons on the Mac. 2014-05-22 12:11:56 -07:00
larsbrubaker
9cc1ce8033 Made the gap distance easier to understand (user feedback).
Put in repair options for slicing.
2014-05-17 13:07:04 -07:00
larsbrubaker
6485d79f6e translations of new settings. 2014-05-16 11:25:47 -07:00
larsbrubaker
bc14021c47 Put in the gcode output type for matterslice. 2014-05-12 17:40:19 -07:00
larsbrubaker
0f468aed95 Made the UpdateData and View actually work all the way. 2014-05-12 11:44:07 -07:00
larsbrubaker
1680a6c5c2 Made scale widget not crash when load is canceled. 2014-05-08 08:01:45 -07:00
larsbrubaker
03a5d4a95a add ons text. 2014-05-06 10:16:53 -07:00
larsbrubaker
b2ae04d004 Firmware translations. 2014-05-05 18:46:14 -07:00
larsbrubaker
73c2a903f1 Made a new mh password text edit widget. 2014-05-05 17:28:32 -07:00
larsbrubaker
8048df02ec more translation 2014-05-02 12:41:41 -07:00
larsbrubaker
b66d0058b7 Fixed a bug with remove. 2014-05-01 17:52:45 -07:00
larsbrubaker
b8dda573c2 Moved slider creation into shared base class. 2014-04-30 18:05:45 -07:00
larsbrubaker
7dd9028dd1 More translation stuff. 2014-04-29 16:03:46 -07:00
larsbrubaker
c78af4a41a The update dot is now working (mostly) 2014-04-28 18:17:51 -07:00
larsbrubaker
5e24089aef Working to make the update button show correctly. 2014-04-28 17:34:54 -07:00