Commit graph

4898 commits

Author SHA1 Message Date
gregory-diaz
3901b6a8a9 Set minimum size on edit leveling settings window. 2014-04-08 15:00:46 -07:00
gregory-diaz
2f956ab1cf Changed text on the part sheet feedback window from light text theme to dark 2014-04-08 14:39:40 -07:00
gregory-diaz
ee9e90c2ea Set minimum sizes for widows that did not previously have them. 2014-04-08 13:22:33 -07:00
gregory-diaz
546fb18a96 Re-added skip connection option on "Setup Printer Connection" window. I might add adjustments later but it looks good and works now. 2014-04-08 12:50:26 -07:00
gregory-diaz
d4dbf43d95 All controls are now visible on the 'manual controls' window (even when window is minimized). 2014-04-08 10:54:12 -07:00
gregory-diaz
3603b4259d Merge remote-tracking branch 'upstream/development' 2014-04-08 10:42:28 -07:00
gregory-diaz
14396d7d29 fixed gui on manual controls window 2014-04-08 10:42:20 -07:00
Kevin Pope
85f726f016 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-04-07 18:54:14 -07:00
Kevin Pope
832c503171 More work on SlicePresets. 2014-04-07 18:53:55 -07:00
larsbrubaker
532f2f453e run poly tests first so I can debug faster. 2014-04-07 18:28:47 -07:00
larsbrubaker
2c1db7a661 Made setting minimum size of a system window work correctly. 2014-04-07 16:15:22 -07:00
larsbrubaker
e6f3174694 Put the entire inject gcode into a lock statement.
Made sure injected gcode always go in at the head.
Made sure we clear our current line before we send it to the printer.
2014-04-07 14:04:38 -07:00
larsbrubaker
6831545af0 Adding in better temperature names for MatterSlice. 2014-04-07 13:30:13 -07:00
kevinepope
7d1d2e1e58 Work on SlicePreset configuration window. 2014-04-06 19:26:41 -07:00
kevinepope
90ed89cbba Material and Quantity pulldowns now show and store values correctly. 2014-04-06 19:25:58 -07:00
kevinepope
42defe3825 Renamed dropdown SelectedValue to SelectedLabel 2014-04-06 19:25:02 -07:00
kevinepope
84518e69c3 Add Material and Quality data values to PrinterProfile 2014-04-06 19:24:08 -07:00
kevinepope
cf5aeffe4b Move ContactForm actions to UiThread 2014-04-06 19:23:33 -07:00
Kevin Pope
2ee46f715f More work on SlicePresets. 2014-04-05 15:51:13 -07:00
Kevin Pope
48b4ecd0e0 Revert visual regression in PartThumbnailWidget 2014-04-05 11:00:40 -07:00
Kevin Pope
709536ad7e Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-04-05 10:42:38 -07:00
Kevin Pope
e0fce91a63 Changes to slice preset window. 2014-04-05 10:42:09 -07:00
larsbrubaker
93ccb91f20 Now we save the edited print level values (and use them). 2014-04-04 19:20:27 -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
6a06306f84 refractor for clarity. 2014-04-03 18:30:49 -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
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
ae427550ce Refactoring while writing documentation. 2014-04-03 08:20:50 -07:00
larsbrubaker
cadd8333e0 Don't crash if the export save stl file dialog is canceled 2014-04-03 08:16:11 -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
larsbrubaker
50d340b3ca A bit more work on the bed level position editor. 2014-04-02 18:30:46 -07:00
larsbrubaker
afee787587 Working on adding a print level sample position edit window .
Cleaned up the names of the functions to get the print level sample positions vs. the measured positions.
2014-04-02 18:14:26 -07:00
larsbrubaker
7020e33c67 Put in functions to test if we are in release builds.
Made more projects default to release.
2014-04-01 16:33:07 -07:00
larsbrubaker
b766b35529 Only add to translation data while in debug builds. 2014-04-01 14:34:44 -07:00
Lars Brubaker
2f6da146c3 making it possible to switch to normal serial port.
more translations.
2014-04-01 11:03:38 -07:00
larsbrubaker
e103f232f0 More work on FrostedSerialPort. Getting it to fall back to c# serial port. 2014-04-01 09:32:12 -07:00
larsbrubaker
2a4a6348d5 Changed FrostedSerialPort to IFrostedSerialPort 2014-03-31 22:15:46 -07:00
larsbrubaker
d55e030390 Making a new render mode of outline. 2014-03-31 17:08:27 -07:00
larsbrubaker
d551d8aff4 Made zhop load correctly
Made first layer extrusion multiplier able to be 0 (as the ui says).
2014-03-31 16:09:02 -07:00
larsbrubaker
9fa0e2f1cf Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-03-31 13:42:37 -07:00
larsbrubaker
4532924319 Doing raytrace unit tests on startup.
More translations.
2014-03-31 13:42:18 -07:00
Kevin Pope
21681a01bb Added 'Show Timestamp' option to Print History (timestamps no longer show by default). 2014-03-31 10:56:54 -07:00
Kevin Pope
e7cd255b6b Make ImageButtonFactory invertImageColor attribute public. 2014-03-31 10:56:16 -07:00
Kevin Pope
428e0b8b9c Make leveling icon theme-corrected. 2014-03-31 10:55:35 -07:00
Kevin Pope
730c355040 Fix sizing of queue column in widescreen mode. 2014-03-31 10:55:07 -07:00
kevinepope
e5196e7e4a Work on slice settings presets. 2014-03-30 17:54:05 -07:00
kevinepope
ef65224483 Make StyledDropDownList properly themed. 2014-03-30 17:53:20 -07:00
kevinepope
511646d220 Make image button factory theme-responsive. 2014-03-30 17:52:57 -07:00
kevinepope
e1946250b6 Added restart button to language selector. Cleaned up language selector. 2014-03-30 17:52:33 -07:00
kevinepope
ffb3e4605b Translation related cleanup 2014-03-30 17:51:31 -07:00