Commit graph

1477 commits

Author SHA1 Message Date
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
503a8ba76f Put in firmware update options. 2017-04-10 18:01:19 -07:00
Lars Brubaker
309132452b Cache the selection shadow mesh. 2017-04-07 11:54:53 -07:00
Lars Brubaker
c29e9a8b39 Made the selection show able to give feedback about demo mode 2017-04-07 11:54:21 -07:00
Lars Brubaker
283c74035d New strings for firmware options. 2017-04-04 13:39:19 -07:00
John Lewin
2c79ac484d Add demo image 2017-03-28 11:05:51 -07:00
Lars Brubaker
78f554ce20 Fixed a bug with changing to a null print item in gcode view 2017-03-21 10:03:03 -07:00
John Lewin
907609b587 Design tools 2017-03-15 16:29:56 -07:00
Lars Brubaker
0b6c4e94f1 Merge branch '1.7'
# Conflicts:
#	StaticData/SliceSettings/Properties.json
2017-03-14 14:18:57 -07:00
Lars Brubaker
5875d0b17d Updating connect button 2017-03-10 16:16:47 -08:00
Lars Brubaker
93d3af2ad8 Updating translations 2017-03-09 12:26:38 -08:00
Lars Brubaker
def442958b Wrote a new test that ensures we can export library items. 2017-03-07 14:13:35 -08:00
Lars Brubaker
3d89a6d071 Fixing the export button to work correctly. 2017-03-06 17:32:46 -08:00
Lars Brubaker
3dc0381d46 Working on power button for Android device. 2017-03-03 16:31:25 -08:00
Lars Brubaker
965ad1c588 Fixed reporting of completion on streamed gcode files
Fixed theme on printing window vertical lines
2017-03-02 17:33:28 -08:00
Matt Moening
596c9e64b2 BaudRate is Visible when network Printing is enabled 2017-02-24 15:21:01 -08:00
Lars Brubaker
0d02cc6536 updated translation 2017-02-23 17:28:28 -08:00
Lars Brubaker
8f36d5d25b Adding initializing text to printer warm up
more aggressive closing of printing window.
2017-02-23 16:01:41 -08:00
Lars Brubaker
16e8ce2940 Added terminal to touchscreen controls
Moved android override into touchscreen
2017-02-23 12:43:37 -08:00
Lars Brubaker
a1c12fd97a 6 new translations 2017-02-22 14:06:22 -08:00
Lars Brubaker
bbb8d440d0 Make sure we send settings changed event
when selecting quality and material settings
Wrote a regression test for this
2017-02-22 11:15:51 -08:00
larsbrubaker
867c74aa04 Merge remote-tracking branch 'origin/1.7' 2017-02-18 14:04:59 -08:00
Lars Brubaker
96cffe5935 Make the printing screen scale well on t7 2017-02-17 12:06:11 -08:00
John Lewin
ee631255e1 Add manual_movement_speeds to properties.json
- Add to SettingsKeys and migrate usage
- Convert non event EventHandler with StringEventArgs to Action<string>
- Remove SetManualMovementSpeeds function
2017-02-16 11:48:04 -08:00
John Lewin
3211eae456 Remove redundant default values from properties.json
- Ensure valid SliceSettingData defaults
- Ensure ExtraSettings keeps "" default if missing
- Use auto properties in SliceSettingsOrganizer
- Remove single use private defaultEngineType variable
2017-02-16 08:33:46 -08:00
Lars Brubaker
d418869448 Made more of the printing window work 2017-02-15 17:43:25 -08:00
johnlewin
39ef7b433f Merge branch 'master' into master 2017-02-15 16:47:09 -08:00
Tyler Anderson
f6c6bbef66 Changed labels for skirt and brim 2017-02-15 15:52:01 -08:00
Lars Brubaker
77ffb2d002 Improved theme colors
bed temp working
2017-02-15 12:14:36 -08:00
Lars Brubaker
5b13d044c3 Current translations 2017-02-10 11:32:29 -08:00
John Lewin
cefc965207 Add screensaver images 2017-02-09 18:22:28 -08:00
Lars Brubaker
63fcda6532 change it's to its
Refactor
2017-02-08 17:17:06 -08:00
Lars Brubaker
397398cf85 Put in a warning message if print recovery on a min z printer. 2017-02-08 13:16:29 -08:00
Lars Brubaker
97dffa1d53 Better images in macros 2017-02-06 14:23:55 -08:00
Lars Brubaker
8134b3f450 Fixed the Macros window to cancel on user closes with the X windows button.
Put cancel into max length and temp stream
Made close function take a bool if the system did it
Moved To EventHandler<> in GuiWidget
Made a ClosedEventsArgs
2017-02-03 13:06:08 -08:00
Lars Brubaker
c3f0957eed Make sure we keep the disable widget on top 2017-02-02 17:06:01 -08:00
Lars Brubaker
8a9467be3a Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2017-02-02 16:42:36 -08:00
Lars Brubaker
3edcb69140 Made load filament macro work. 2017-02-02 16:38:48 -08:00
John Lewin
0f8f81be6e New tuning settings should not invalidate gcode by modifying hash 2017-02-02 14:22:39 -08:00
John Lewin
3aa13d82c4 Persist tuning adjustments into printer settings 2017-02-02 10:56:14 -08:00
Lars Brubaker
8d47359ad9 Clear user baby stepping after new print leveling.
settings save on change
removed redundant expand_thin_walls setting
2017-02-01 13:38:14 -08:00
larsbrubaker
cdab37fbb5 Made the probe height a settings value
MatterHackers/MatterControl#937
On print leveling setup move up an amount from the previous point, not to an absolute point
2017-02-01 07:54:55 -08:00
Lars Brubaker
b0d2ad7718 Put in error for external perimeter being bad value.
MatterHackers/MatterControl#1841
Outside Perimeters (Extrusion Width) setting does not have an error for invalid entries
2017-01-30 16:45:39 -08:00
Lars Brubaker
4fe9457901 Made a mapping for slic3r
Fixed slic3r bed shape
Fixed slic3r centering
2017-01-30 12:55:12 -08:00
Lars Brubaker
f263f588d8 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2017-01-20 16:23:30 -08:00
Lars Brubaker
ec9915e6e0 Improved pathing 2017-01-20 15:52:25 -08:00
John Lewin
8990bf202c Improve screensaver layout 2017-01-20 12:16:40 -08:00
Lars Brubaker
0cdf057cb1 Make sure we work with the new marline rc8 and resend 2017-01-11 17:08:36 -08:00
Lars Brubaker
811daca545 Merge branch 'master' of https://github.com/MatterHackers/MatterControl
# Conflicts:
#	Submodules/agg-sharp
2017-01-10 18:49:16 -08:00