larsbrubaker
7dd57bb6b5
Now the 2 point leveling at least can be instantiated.
2014-06-06 17:33:26 -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
7003eff736
Merge remote-tracking branch 'Greg/development' into development
...
Conflicts:
CustomWidgets/PartThumbnailWidget.cs
StaticData/Translations/Master.txt
2014-06-05 12:59:25 -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
gregory-diaz
b7aedf7ebe
Rolled back changes made to user feedback when cancelling an active print.
2014-06-05 11:04:36 -07:00
gregory-diaz
30b69af5f6
changed message box feedback on cancel print.
2014-06-04 18:29:31 -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
89c040e1d8
Merge remote-tracking branch 'Greg/development' into development
2014-05-30 14:37:51 -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
gregory-diaz
9205d5312b
Working on fixing feedback when cancelling a print (cancel and pause buttons are no longer enabled between the time the cancel print button is clicked and time the print actually stops)
2014-05-29 18:35:32 -07:00
Kevin Pope
5c96585001
Update status message and disconnect/connect button appropriately based on event trigger.
2014-05-08 11:45:53 -07:00
Kevin Pope
64c33c3538
Fix spacing for ActionBar. Made placeholder part icon semi-transparent.
2014-05-05 11:24:58 -07:00
Kevin Pope
9fb739ceaf
Work on display of action bar components.
2014-05-05 11:09:36 -07:00
Kevin Pope
84955cfcb5
Cleaning up action bar.
2014-05-05 09:07:14 -07:00
kevinepope
2fa0276446
Fixed issue where target temps weren't being reset to zero upon disconnect.
2014-05-04 14:49:31 -07:00
kevinepope
f431fa2fe3
Fixed behavior of CancelConnect button.
2014-05-04 14:38:23 -07:00
larsbrubaker
b66d0058b7
Fixed a bug with remove.
2014-05-01 17:52:45 -07:00
Kevin Pope
dc95cf0fd9
Fix padding on printer selection button.
2014-04-29 14:56:15 -07:00
Kevin Pope
b8db1068a2
Preheat button no longer visible on temperature widgets unless printer is connected and not printing.
2014-04-28 11:27:05 -07:00
kevinepope
d4b924e5e5
Visual adjustments
2014-04-27 20:49:29 -07:00
kevinepope
cc44b0ef04
Added menu bar.
2014-04-27 20:24:58 -07:00
kevinepope
4192e79230
Added preheat button to temperature indicators. Added temp direction indicator arrow to bed temp indicator.
2014-04-24 21:45:33 -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
263f50cd1c
Got the thumbnail to have an image cache
2014-04-20 21:02:28 -07:00
larsbrubaker
9d4bfe8e5f
Make the library remove more robust.
...
Make the print level icon be the right color on light theme.
2014-04-19 14:57:30 -07:00
Kevin Pope
8df0e7a603
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
...
Conflicts:
ActionBar/PrintStatusRow.cs
2014-04-18 18:48:43 -07:00
Kevin Pope
e80bbf7887
Hide bedTemperature display when selected printer does not have heated bed.
2014-04-18 18:40:27 -07:00
larsbrubaker
793284df9f
Made the notification plugin more discrete.
2014-04-18 14:31:34 -07:00
larsbrubaker
bea60eb773
Made the notification button stay as the window gets re-created (a bit hacky).
2014-04-16 17:28:46 -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
4508a25e58
Got the queue and the count tab to work.
2014-04-16 12:01: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
larsbrubaker
49c8a045a5
fixed the spelling of label
...
an acronymed some variables txt -> text lbl -> label
2014-04-15 10:11:56 -07:00
larsbrubaker
2c88fdc1fc
Got the 'connect' button to do a connect after selecting a printer if a printer was not selected.
2014-04-10 16:38:22 -07:00
larsbrubaker
a749bdc6c2
Fixed some strings to not be all caps.
...
Put in a project guid.
2014-04-10 11:00:26 -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
1e08d94eb1
Fixed some problems with part sheet names and copies.
...
Made a warning if print leveling tries to go too low.
2014-04-03 15:59:36 -07:00
larsbrubaker
44da6b1bd8
Making more strings get into localization.
...
Making the print leveling warn if the extruder needs to go below 0.
2014-04-02 21:02:39 -07:00
kevinepope
ffb3e4605b
Translation related cleanup
2014-03-30 17:51:31 -07:00
Kevin Pope
64426951c5
Theme fixes.
2014-03-28 19:05:05 -07:00
larsbrubaker
49a9a20a56
Theme related changes (KP)
2014-03-21 18:44:01 -07:00
Kevin Pope
738b2d5a57
Lots of theme and UI related updates.
2014-03-21 16:18:47 -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
a74dcce12f
The name of ImageBMPIO changed to ImageIO
2014-03-12 15:37:19 -07:00
larsbrubaker
5c0993f83e
Changed the interface to translations.
2014-03-11 15:24:47 -07:00
larsbrubaker
d72836f3a0
Make sure we don't keep a reference around to widgets through the OnIdle call back.
2014-02-27 16:41:52 -08:00
gregory-diaz
1ac21b2179
More Localization
2014-02-24 16:43:35 -08:00
Kevin Pope
d23065a2f8
Changing printer profiles now triggers refresh of the auto-level indicator.
2014-02-24 10:52:24 -08:00
Kevin Pope
4ec57b97ca
UI - Manual controls more compact.
...
More clarify for automatic print leveling UI
2014-02-23 21:50:09 -08:00
Kevin Pope
e78ae5a7c5
Added 'leveling icon' to Action Bar.
2014-02-21 18:32:41 -08:00