Commit graph

177 commits

Author SHA1 Message Date
Lars Brubaker
591528ee91 Ran code maid against this code. 2015-04-08 15:20:10 -07:00
Lars Brubaker
d4453d199b Merge in touch screen code. 2015-04-06 15:39:22 -07:00
Gregory Diaz
312d36d8e9 Added 'Add To Library' button and functionality to Queue 2015-03-31 17:23:39 -07:00
Lars Brubaker
4f8c0742ce Made the com tester able to respond as if it is MarlinFirmware
Took out the ability to print to printer sd card.
    You can still print from sd card)
    You can still save gcode to an sd card
Put in and EXTENSIONS check from firmware
Putting in a URI_GCODE_SEND
2015-03-14 16:00:04 -07:00
Gregory Diaz
b61887a085 Fixed bug for 'Create Part Sheet' crash when queue is synced to SD Card. 2015-02-23 12:45:11 -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
c484b5746e Warn when adding big parts to the queue 2015-02-18 12:20:58 -08:00
larsbrubaker
fe7ed2a59f Enabled the warning on files too big. 2015-02-18 08:10:33 -08:00
Lars Brubaker
a59b24c2d9 Working on a View menu
Making it possible to tell pop out windows to save states
Took out some dead code
2015-02-13 17:35:48 -08:00
Lars Brubaker
e7c0261d25 Made many more of the factory fixed size settings include the point size scaling so they are the right size. 2015-01-27 09:34:15 -08:00
larsbrubaker
ab0a12d03e Made the mesh hash code include file size and write time. 2015-01-24 10:25:22 -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
55fa89d684 Making GCodeFile a abstract base class
implementing a loaded gcode file and as streamed gcode file
2015-01-20 12:57:30 -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
Lars Brubaker
11707589e6 Fixed a bug with the list that we passed not being used. 2015-01-19 13:15:48 -08:00
Lars Brubaker
9072019db9 Fixed a regression loading from SD 2015-01-14 11:51:53 -08:00
Lars Brubaker
9dc75284b4 Took out some dead code. Put in some code for warning about parts that might cause problems. 2015-01-10 16:18:08 -08:00
Lars Brubaker
ab4c46dcc6 Made more stuff render through graphics2D Rectangle as it is faster. 2015-01-02 18:06:01 -08:00
Kevin Pope
4f546458a8 Ensure selection of part on load of QueueDataView. 2014-12-28 17:27:48 -08:00
Lars Brubaker
8a6c0106ae Put in a new edit 32x32 icon
Made edit more consistent.
2014-12-19 12:24:49 -08:00
Lars Brubaker
c454eaaad9 Put in a done button. Put in an edit icon. 2014-12-19 09:39:29 -08:00
Lars Brubaker
958d01c30e Deleted some dead code
Change some bools to enums
2014-12-16 11:59:20 -08:00
larsbrubaker
30c77146ec Took out all the user folder stuff and put it into the file dialog.
Also made file dialog remember what folder was last used and use that one if it has been set.
Does the old user folder when not set.
2014-12-06 11:12:05 -08:00
John Lewin
eba756966b Initial StaticData platform abstraction 2014-12-04 12:22:34 -08:00
Kevin Pope
f5e0720429 Added 'Send' button to Queue. Replacing zip library. 2014-12-03 15:29:11 -08:00
Lars Brubaker
e1fc6838a3 Upgrading to .net 4.5. 2014-11-25 12:19:37 -08:00
Kevin Pope
a93ed8c658 Change all flat action buttons to use a consistent base class. 2014-11-10 12:38:00 -08:00
Kevin Pope
4768cd95e8 Add 'View' button to PrintQueueItems. Make action buttons slide out after click. 2014-11-10 11:58:46 -08:00
larsbrubaker
150417f03d Made thumbnails save as tga on mac
Made copies in the queue of amf work.
2014-11-07 11:42:40 -08:00
larsbrubaker
bffbb89752 fixed text color on export to sd 2014-11-04 13:40:16 -08:00
John Lewin
1ff9131ad0 Switch to async file dialogs 2014-10-31 17:37:40 -07:00
larsbrubaker
f1aa75369e Made create part sheet work with amf. 2014-10-31 12:24:51 -07:00
larsbrubaker
61536cb01b Made all the code that was only handling stl also do amf 2014-10-30 17:37:28 -07:00
larsbrubaker
0e0ca82d21 Made output to folder understand amfs 2014-10-30 17:23:32 -07:00
John Lewin
dde50031ee Remove Import from Zip option from QueueOptionsMenu 2014-10-29 13:48:02 -07:00
John Lewin
326d35ae96 Ensure Queue status label has correct color 2014-10-29 12:55:18 -07:00
John Lewin
21b46d25d6 Do not autocheck selected/active part when entering EditMode - Fixes #81701156 2014-10-29 10:23:10 -07:00
John Lewin
171d781a05 Avoid firing SelectedIndexChanged when thumbnail icon is clicked - Fixes #81694554 2014-10-29 10:07:12 -07:00
John Lewin
5c5e57f2be Revise checkbox and selection behavior in Queue and Library views - Fixes #81695578 2014-10-29 09:40:50 -07:00
John Lewin
5a2fcb995f Avoid setting properties on shopButton when ShowShopButton is false 2014-10-28 15:36:12 -07:00
John Lewin
ab704b13e3 Remove unneeded ClickContainer on Queue Items 2014-10-28 12:11:38 -07:00
Lars Brubaker
c6b54cb5b9 Merge pull request #71 from jlewin/development
Restore Shop button
2014-10-27 15:30:49 -07:00
John Lewin
0bf97be768 Restore Shop button 2014-10-27 15:24:33 -07:00
Kevin Pope
a01ac75979 Do not include part list option on unsupported platforms. 2014-10-27 13:53:23 -07:00
John Lewin
c48c6de316 Correct Widget ordering for Remove button 2014-10-27 11:59:33 -07:00
John Lewin
9280a53542 Update Print Queue Edit functionality 2014-10-27 10:25:54 -07:00
larsbrubaker
c70f30594c Merge remote-tracking branch 'Greg/development' into development 2014-10-27 09:18:17 -07:00
larsbrubaker
0d454acd9f Fixed more memory leaks. 2014-10-24 18:50:41 -07:00
larsbrubaker
08dc379472 Merge remote-tracking branch 'Greg/development' into development
Conflicts:
	PrinterControls/PrinterConnections/PrinterListItems.cs
2014-10-24 13:53:00 -07:00
larsbrubaker
222a5a46a7 Changed ButtonEventHandler to EventHandler
Made lock disable the selection widget but be more inteligent about re-enabling it after unlock
2014-10-24 13:41:13 -07:00