Commit graph

355 commits

Author SHA1 Message Date
John Lewin
d264a9fc7c Restore Software Print Leveling options into Controls section 2017-06-23 15:13:39 -07:00
Lars Brubaker
5fe3e3e433 Fixed the M280 command to work with marlin
Server auto leveling working with marlin firmware
2017-06-21 12:09:55 -07:00
John Lewin
af4838531e Revise theme selector 2017-06-19 18:50:07 -07:00
John Lewin
291ae92eb4 Refactor ThemeControl 2017-06-16 21:50:24 -07:00
John Lewin
a1151fada2 Tune styling, remove unused buttonFactory, default row height working 2017-06-16 21:31:07 -07:00
John Lewin
dccbaa0bad Convert TextSize to SettingsItem format 2017-06-16 21:12:28 -07:00
John Lewin
e7a1ce36eb Group checkboxes together 2017-06-16 20:42:33 -07:00
John Lewin
5e801e3a72 Convert TouchscreenMode to SettingsItem format 2017-06-16 20:41:41 -07:00
John Lewin
97bc421f6a Convert Thumbnails to SettingsItem format 2017-06-16 20:33:12 -07:00
John Lewin
e624de8bac Convert LanguageSelector to SettingsItem format 2017-06-16 20:23:45 -07:00
John Lewin
2122123669 Convert Notifications to SettingsItem format 2017-06-16 20:16:49 -07:00
John Lewin
4034225074 Fix ApplicationSettingsView item colors 2017-06-16 20:05:52 -07:00
John Lewin
9a4d119590 Initial work on new SettingsItem type for ApplicationSettings 2017-06-16 18:06:07 -07:00
John Lewin
8cccf19323 Remove AppSettings wrap widgets, convert to concise white settings menu 2017-06-15 23:55:01 -07:00
John Lewin
d080613eab Merge CloudSettingsView into ApplicationSettings 2017-06-15 23:21:42 -07:00
John Lewin
1e53de4d44 Reduce CloudSettingsView to essentials 2017-06-15 23:16:20 -07:00
John Lewin
a5951deb25 Add SettingsRow helper 2017-06-15 23:09:59 -07:00
John Lewin
93b9b9a5c7 Merge HardwareSettings into ApplicationSettings 2017-06-15 23:02:38 -07:00
John Lewin
887cfb424a Convert ApplicationSettingsWidget to FlowLayoutWidget 2017-06-15 22:52:27 -07:00
John Lewin
23c8993396 Reduce SettingsViews to essentials 2017-06-15 22:45:02 -07:00
John Lewin
2b28f31193 Reduce PrinterConfigurationWidget to essentials 2017-06-15 22:22:35 -07:00
John Lewin
a96302c549 Reduce PrinterSettingsView to essentials 2017-06-15 21:56:07 -07:00
Lars Brubaker
7f8763cd12 Took out alternate engines 2017-06-15 16:54:36 -07:00
Lars Brubaker
ba7f2aec80 Refactoring UI 'Options' position and content
Made an Options menu
Made language apply on select
Made touchscreen a toggle
2017-06-15 12:39:59 -07:00
Lars Brubaker
64e72512a6 Took out z can be negative.
Put z height on leveling wizard
2017-06-14 17:47:02 -07:00
Lars Brubaker
b9c0573b91 Switch language without only a ui reload. 2017-06-14 10:35:45 -07:00
John Lewin
1ac3274e7d Move CommunicationState enums into PrinterCommunication namespace 2017-06-13 17:33:23 -07:00
John Lewin
9aaf0f6311 Rename PrinterConnectionAndCommunication 2017-06-13 17:22:49 -07:00
Lars Brubaker
35b04f04a8 Made the text size a slider 2017-06-08 11:32:54 -07:00
Lars Brubaker
a689781772 Merging in 1.7.1 improvements 2017-06-07 16:09:42 -07:00
Lars Brubaker
4b88969c4e Put in a first pass at a text size control. 2017-06-06 15:04:07 -07:00
John Lewin
4559073237 Move more widgets to printer action bar
- Extract elements in PrinterConnectAndSelectControl to components
- Use new components in printer action bar
- Extract more factories to shared components
- Move shared color to ThemeConfig
- Add support for widget generation during ShowPopup
2017-05-24 14:19:02 -07:00
John Lewin
69e83b3dd9 Continue migrating features to new layout
- Create toolbar for printer
- Migrate ActionBarPlus code to new toolbar
- Migrate printer specific actions from Options to new toolbar
- Consolidate and reuse theme factory instances
- Restore F1 reporting of unnamed widgets, useful for finding types
2017-05-23 19:07:57 -07:00
John Lewin
1e643617c5 Adjust tab styling
- Pass separator bars to tabs, disable drawn borders
- Remove ActionBar from leftnav
- Remove PrintProgressBar from leftnav
- Revise BreadCrumb button attributes
- Revise UpFolder icon
- Revise overflow/pancake menu icon
- Create OverflowButton to encapsulate common menu item
- Use horizontal/VerticalLine for consistent color/weight separators
- Reduce visual clutter
  - Minimize regions created by color and line separators
  - Reduce the contrast of separator lines
  - Reduce the contrast of region backgrounds
  - Use consistent background colors across sibling tab pages
2017-05-23 14:54:36 -07:00
John Lewin
03a593f1b5 Move to new library model and view
- Add new listview control for library content
- Migrate library providers to containers
  - Cloud, Sqlite, Directories, Queue, History
- Migrate SideBar components to containers
  - Primatives, Text, Braille, ImageConverter
- Create new library container types
  - Zip files, Calibration parts, Printer SDCards
- Reduce leftnav to Library, Settings, Controls, Options
- Add DragDrop support for image content
2017-05-20 00:41:02 -07:00
Lars Brubaker
352eb792f1 Merge branch 'smash_1.7.1' into design_tools
# Conflicts:
#	PartPreviewWindow/View3D/View3DWidget.cs
#	SlicerConfiguration/SliceSettingsWidget.cs
#	SlicerConfiguration/SlicingQueue.cs
#	StaticData/SliceSettings/Properties.json
2017-05-19 14:57:04 -07:00
Lars Brubaker
a1e1c48d90 All new 1.7.1 changes 2017-05-19 14:39:57 -07:00
Lars Brubaker
bc9d9ca9c0 Merge remote-tracking branch 'origin/1.7' into design_tools
# Conflicts:
#	StaticData/SliceSettings/Properties.json
2017-04-14 12:51:17 -07:00
Lars Brubaker
8349891061 Made the cursor keys able to help with print leveling 2017-04-14 09:53:13 -07:00
Lars Brubaker
214e25f188 Added ability to sample multiple times on same point. 2017-04-13 17:04:42 -07:00
Lars Brubaker
e1374ece9d Putting in support for filament runout sensor
writing support for sms message on filament run out and pause
2017-04-13 14:25:46 -07:00
Lars Brubaker
3fc69a7e81 Merge branch '1.7' into design_tools
# Conflicts:
#	StaticData/Translations/Master.txt
2017-04-12 18:28:16 -07:00
Lars Brubaker
5660307716 Changed the string we are looking for. 2017-04-12 17:30:58 -07:00
Lars Brubaker
ffc0ea296e Fixed for smoothie probe math 2017-04-12 15:17:55 -07:00
Lars Brubaker
ad5238e5df Read G30 values correctly on smoothie. 2017-04-12 14:32:15 -07:00
Lars Brubaker
c0a7331579 Merge branch '1.7' into design_tools
# Conflicts:
#	SlicerConfiguration/Settings/SettingsHelpers.cs
#	StaticData/SliceSettings/Properties.json
#	StaticData/Translations/Master.txt
2017-04-12 12:29:31 -07:00
Lars Brubaker
d180a0780f Made the ability to probe the be with G30 on printers with probe
Fixed bug with extrusion multiplier layout
Made leveling wizard strings in common class
2017-04-12 12:12:11 -07:00
Lars Brubaker
4c9d976c56 Put in auto-calibration measuring if G30 is available 2017-04-11 17:49:23 -07:00
Lars Brubaker
0b6c4e94f1 Merge branch '1.7'
# Conflicts:
#	StaticData/SliceSettings/Properties.json
2017-03-14 14:18:57 -07:00
Lars Brubaker
4d96a26cd0 Moved all the easy static localized strings to non-static strings 2017-03-01 13:48:49 -08:00