Commit graph

41 commits

Author SHA1 Message Date
Kevin Pope
9e9259bfba Adding mutli-material UI support. 2014-10-14 14:39:46 -07:00
Kevin Pope
a03aee76f3 Adjusted touchscreen layout reload behavior. 2014-10-13 15:25:27 -07:00
Kevin Pope
3f0850a752 UI related updates. Work on formatting of print history and print library items. Made slice settings import work asynchronously. 2014-10-09 12:23:31 -07:00
kevinepope
bacd85da89 Added sliding action buttons to PrintLibrary and Print History.
Made it possible to open part preview directly into 'Edit' mode.
2014-10-05 16:07:06 -07:00
larsbrubaker
2881375666 Making it possible to register for specific settings changes (extending what we've been doing to be more generic). 2014-10-02 14:42:18 -07:00
larsbrubaker
7a3d263f9d Improved the parameters that we pass to gcode renderer (made them a class)
Made it so we can remove the offsets when rendering multi material gcode
Default to grid on
Extruder offsets are now loadable and savable and editable
2014-09-29 17:59:57 -07:00
larsbrubaker
1800734347 Starting to get AMF in as a file type
Unified all the open dialogs to use a common file type list
Made application settings hold the file lists
Made the extruder count a member of ActiveSliceSettings
Made an extruderOffsets mapping
2014-09-26 17:52:54 -07:00
larsbrubaker
f39787fa8f Putting in more multi extruder support
Reorganizing the slice settings layouts
2014-09-25 11:01:15 -07:00
Kevin Pope
bdef196434 Changed main application to MVC. UI rework (Configuration Page esp. in progress). 2014-09-19 19:17:12 -07:00
Kevin Pope
e02655f847 Make controls more consistent looking. 2014-09-18 17:06:45 -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
5c506e7317 Changes for new Mesh viewer api
Finer settings for what causes reload of ui in slice settings.
2014-07-25 17:13:42 -07:00
gregory-diaz
fde28c99b0 Finished reload when settings under slice settings -> printer -> general are changed and updated material presets for R1. 2014-07-24 14:11:10 -07:00
gregory-diaz
ba41068840 Fixed tab change on reload 2014-07-23 17:43:35 -07:00
gregory-diaz
17bedffe91 When changing a setting on Slice Settings -> Printer ->General, Ui reloads (have to figure out how to keep tabs from changing on reload) 2014-07-23 17:38:47 -07:00
gregory-diaz
fa8c2b6b6d Made it so that the UI reloads only if a Hardware_Setting is changed on Slice Settings page. 2014-07-23 16:03:15 -07:00
gregory-diaz
430d69493d Modified code so that the 'quality' presets and 'material' presets windows can be opened and edited at the same time. 2014-07-17 10:52:46 -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
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
503726ae65 Fixed the problem with downloads not always working.
Made the tab names of tabs be independent of the visible title
Made styled message box have option of custom buttons
More localizations
2014-06-10 11:44:16 -07:00
larsbrubaker
12650e854e Changed ConnectionStateChanged => CommunicationStateChanged
Put in support for running the print level wizard on first print.
Set the R1 to need print leveling
2014-05-30 14:37:30 -07:00
larsbrubaker
48633bce32 Put in max height for slice settings. 2014-05-07 16:12:46 -07:00
larsbrubaker
9c142bdbf8 Fixed more bugs with refreshing (made advanced controls fast again) 2014-04-27 16:46:00 -07:00
larsbrubaker
ea5544172e help text has left margin.
Release settings drop down works.
2014-04-25 16:57:57 -07:00
larsbrubaker
2955fdbb8a Fixed the help text margin. 2014-04-24 12:57:03 -07:00
larsbrubaker
a1990f10bd Changed PrintItemWrapper to have RootedObjectEventHandlers
Fixed lots of code to use them correctly
CompactSlidePanel does not need to reload back panel anymore as that happens in wide screen panel
2014-04-21 15:00:32 -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
larsbrubaker
49c8a045a5 fixed the spelling of label
an acronymed some variables txt -> text lbl -> label
2014-04-15 10:11:56 -07:00
Kevin Pope
9cd754d2a6 Reversed priority (and coloring) of Material versus Quality slice presets. 2014-04-12 13:56:04 -07:00
Kevin Pope
8aa4b7bca0 Fixed button text color. 2014-04-10 16:42:06 -07:00
Kevin Pope
0a57376804 Added lockout overlay to overridden slice settings. Added ability to open specific slice preset detail editor directly. 2014-04-09 18:45:29 -07:00
larsbrubaker
ac650397a6 Made new text wrapping class. 2014-04-08 17:22:03 -07:00
kevinepope
90ed89cbba Material and Quantity pulldowns now show and store values correctly. 2014-04-06 19:25:58 -07:00
larsbrubaker
9273c3950a removing English translation (this folder should never be here)
put in German translation
More strings in master
2014-04-03 18:27:37 -07:00
kevinepope
e5196e7e4a Work on slice settings presets. 2014-03-30 17:54:05 -07:00
Kevin Pope
4e1d946aad Initial slice concepts. 2014-03-27 19:23:00 -07:00
larsbrubaker
7cbb33e58b fixed spelling of positive
put in more matterslice settings.
2014-03-25 12:14:03 -07:00
kevinepope
868e6d7f6e More theme compliance changes. 2014-03-22 10:04:31 -07:00
larsbrubaker
7f8300bafc Got pause, resume and cancel gcode into the settings and working in printer communication. 2014-03-17 14:41:36 -07:00
larsbrubaker
5c0993f83e Changed the interface to translations. 2014-03-11 15:24:47 -07:00
larsbrubaker
263e2325f5 Put the slicing configuration files in their own folder
updated copy write date
added bsd to a few files
Made the mapping to slice engines more procedural to support more engines.
2014-02-15 18:06:03 -08:00
Renamed from SliceConfiguration/SliceSettingsWidget.cs (Browse further)