Commit graph

206 commits

Author SHA1 Message Date
Lars Brubaker
d5ef77ef4c Merge branch 'master' into master 2016-12-01 18:28:26 -08:00
rytz
9396673523 help text changes 2016-12-01 16:20:26 -08:00
rytz
142a147494 minor help text changes. 2016-12-01 15:51:26 -08:00
Tyler Anderson
09e067133b Moved networking and sailfish options to Connection page 2016-12-01 13:11:21 -08:00
Matt Moening
60b3fe5133 Networked Printing enabled in MC
- Added properties to enable s3g coms, enable networked communication, store IP and port
 - updated Settings on Change to be a dictionary that stores what they are changing and how to do it
 - added handling in check box for SettingsOnChange
 - SerialPortIsAvailable returns true when networked printing is enabled
 - Engine mapping base updated for new properties
2016-11-29 10:57:44 -08:00
Lars Brubaker
216c0cef2f Made a function to filter com port names for mac
Change the text in basic mode
2016-11-02 15:57:26 -07:00
Lars Brubaker
6f74f5a9de Reload UI when power controls setting changes. 2016-10-31 12:49:21 -07:00
Lars Brubaker
a22ef1d32b Put in the ability to turn off Merge Overlapping Lines
Fixes a possible regression in slicing
2016-10-27 18:36:02 -07:00
Lars Brubaker
47968f566f Going back to the old leveling method. 2016-10-19 16:03:08 -07:00
Lars Brubaker
11575d8496 Removed interal leveling infor from visibility. 2016-10-13 13:34:01 -07:00
Lars Brubaker
3bb439d198 Make it possible to have the print leveling go negative
Took out the 2 point leveling solution
MatterHackers/MatterControl#804
2016-10-11 14:56:36 -07:00
larsbrubaker
426c0ede6a Code to enable going below 0 for printe recovery 2016-10-10 19:30:48 -07:00
Tyler Anderson
6d2c83b013 Revised help text for air gap 2016-10-03 12:08:15 -07:00
Lars Brubaker
b23c7e6b4a Improved disconnect behavior
Recover setting shows blue override when used
2016-09-16 15:27:58 -07:00
Lars Brubaker
5ffd4c168e Added the ability to emit 'G0' for movement 2016-09-13 14:09:35 -07:00
Lars Brubaker
9f8cd19a56 Renaming slice settings
Skirt and Raft -> Raft / Priming
fixes MatterHackers/MCCentral#295
Change wording of 'Skirt and Raft' section of General Settings
2016-09-07 10:00:15 -07:00
Lars Brubaker
443aecafc3 Default new thin filling code to on. 2016-09-06 17:15:20 -07:00
Lars Brubaker
fbd67c0dd7 Put in code to refresh the library selector
Renamed ResumePrinting to PrintRecovery
2016-09-06 14:42:14 -07:00
Lars Brubaker
619c20aff0 Restore functionality to put default items in queue when new printer is created.
Made default calibration files include the calibration box
2016-09-01 10:53:10 -07:00
Lars Brubaker
d799c79224 Fixed MatterHackers/MCCentral#340
Fill thin gaps/walls does not toggle to blue like sibling settings
Make development always run on test by default
2016-08-29 09:41:42 -07:00
Lars Brubaker
7981513b6e Adding in the ability to turn on and off thin line code
Sorted some settings lists
Put in minimum thin line width option
Clean thin line output
2016-08-26 12:13:39 -07:00
Lars Brubaker
bd417d390a spelling error
fixes #1291
2016-08-16 16:39:46 -07:00
Lars Brubaker
261b613689 Made resume failed print able to be turned on and off
Made show if set have an & operator
Made a new test for parsing the show if set parameter
2016-08-11 16:09:45 -07:00
Lars Brubaker
cc240b1ecc Took out non-working slic3r setting
always try to import ini files.
2016-08-05 18:01:12 -07:00
Tyler Anderson
cdb930b922 Revised improvement 2016-08-01 18:38:44 -07:00
Tyler Anderson
b9fe8485f9 Help text improvement 2016-08-01 16:27:49 -07:00
johnlewin
c427edbcb1 Merge pull request #841 from unlimitedbacon/master
added some more infill patterns for slic3r
2016-07-29 15:27:24 -07:00
Tyler Anderson
a3d44a22d8 added some more infill patterns for slic3r 2016-07-28 11:15:36 -07:00
rytz
cf60c3caf4 minor help text/settings edits 2016-07-28 09:39:48 -07:00
Lars Brubaker
9b54d5f114 put back in perimeter_start_end_overlap 2016-07-27 09:33:04 -07:00
Tyler Anderson
ffc9c94d4d Moved some settings around 2016-07-26 17:55:40 -07:00
Lars Brubaker
a3c0cdcea5 Refactored PrinterActionRow
made show_reset_connection a SettingsKey
Made the show_reset_connection less expensive to change
2016-07-26 09:30:12 -07:00
Matt Moening
7d7baa4f5a Convert Properties.json to Tabs to remain consistent with our standards
This also prevents auto formatting from altering the entire file when you edit
2016-07-22 15:25:21 -07:00
Lars Brubaker
e7279aa32f Put in the ability to set how much the perimeter overlap is set to 2016-07-22 14:02:39 -07:00
Lars Brubaker
4c3b9e58f5 Fixed the auto_connect setting 2016-07-20 13:29:28 -07:00
Lars Brubaker
1458980214 Updated the layout of the Filament tab 2016-07-19 09:45:10 -07:00
Lars Brubaker
c36918e480 Check in new settings rebuild gcode rules. 2016-07-18 11:17:57 -07:00
Lars Brubaker
b90b62528d Made it so we add the delete and update info for a printer as a new component
left aligned printer list (took out icon space)
2016-07-15 11:52:06 -07:00
Lars Brubaker
7951b22044 Bringing in the work from unlimitedbacon #1026
Adding density setting to filament
Adding cost option to filament
2016-07-05 12:24:00 -07:00
Lars Brubaker
c9b6e4762e Merge remote-tracking branch 'unlimitedbacon/density' 2016-07-05 12:13:54 -07:00
Greg
c41b6efd9c Display "Last Time Updated" to Settings Panel. We can add it to the Printer Setup Wizard later if needed. 2016-06-29 14:47:57 -07:00
Tyler Anderson
1030b06d62 Added print cost estimate to Layer View 2016-06-27 13:02:37 -07:00
Tyler Anderson
f9c446d52b added filament density and cost settings to UI 2016-06-27 12:32:50 -07:00
Lars Brubaker
6ee626e794 Refactoring print settings strings into SettingsKey string consts
Made a new ReloadUiWhenChanged propertie for Properties.json
2016-06-21 09:38:37 -07:00
Lars Brubaker
bd6bd0ce38 Fixed a config name. 2016-06-17 12:37:31 -07:00
Lars Brubaker
7f85f168d5 Took out the prepend of MatterControl on profile settings and made them consistent lower case underscore. 2016-06-16 16:35:10 -07:00
Lars Brubaker
d83982089a Changed the SettingsKeys from an enum to a static class of const strings. 2016-06-16 14:35:42 -07:00
rytz
646c60cd8b Fixing incorrect help text. 2016-06-15 11:01:47 -07:00
Lars Brubaker
28420d8b80 Merge pull request #933 from unlimitedbacon/helptext
Help text changes
2016-06-13 14:04:51 -07:00
Lars Brubaker
85caa12dfe Moved default settings into Properties.json and removed default config.ini
deleted some dead code
updated some error messages
2016-06-13 12:31:17 -07:00