Commit graph

2655 commits

Author SHA1 Message Date
Lars Brubaker
a378551c69 Don't hold the print item pointer. 2015-08-06 17:44:26 -07:00
Lars Brubaker
7bdf610222 Fixed the bed and the 3D view to always show parts in the right place.
Made a warning if a part is off the bed and offer to fix it.
2015-08-06 15:20:31 -07:00
Lars Brubaker
8caa4d6f0e Fixed the bed and the 3D view to always show parts in the right place.
Made a warning if a part is off the bed and offer to fix it.
2015-08-06 15:20:04 -07:00
Lars Brubaker
28b3048bc8 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-06 11:08:04 -07:00
Lars Brubaker
b183bcf1d5 Sample the center point correctly. 2015-08-06 11:07:55 -07:00
Lars Brubaker
8d5dbad4d3 Merge pull request #354 from gregory-diaz/master
Added has_hardware_leveling to Kossel Pro config
2015-08-05 18:41:57 -07:00
Lars Brubaker
48b8e5b862 Started work on share folder. 2015-08-05 18:33:18 -07:00
Gregory Diaz
0e3fff1907 Added has_hardware_leveling to Kossel Pro config 2015-08-05 17:26:30 -07:00
Lars Brubaker
5eaca76a73 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-05 15:55:59 -07:00
Lars Brubaker
432ed5f505 LibraryPrividerPlugin is a plug in creator. 2015-08-05 15:55:55 -07:00
Lars Brubaker
45c06f7d0e Merge pull request #353 from gregory-diaz/master
Fixed UI regression that I introduced when adding list printers to to…
2015-08-05 14:46:09 -07:00
Gregory Diaz
2217ec9e4a Fixed UI regression that I introduced when adding list printers to to scrollable widget 2015-08-05 14:37:32 -07:00
Lars Brubaker
10fa7f4f61 Save as widget is working correctly. 2015-08-05 13:19:38 -07:00
Kevin E. Pope
6e7e0a15ae Merge pull request #352 from gregory-diaz/master
fixed typo in settings.json
2015-08-05 12:04:53 -07:00
Gregory Diaz
30bf420b33 Added missing comma to after Maker Tool Work's 2015-08-05 11:54:47 -07:00
Gregory Diaz
82345b181e Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-05 11:34:21 -07:00
Lars Brubaker
41e0b174de Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-05 11:12:09 -07:00
Lars Brubaker
b1671feb1d Put in a 13 point disk option. 2015-08-05 11:12:01 -07:00
Lars Brubaker
db1cf363c6 Merge pull request #351 from jlewin/master
Fix hang on Mac - RunOnIdle->CreateFolderWindow
2015-08-05 10:38:45 -07:00
Lars Brubaker
e52afe4e09 Merge pull request #350 from gregory-diaz/master
Added Maker's Tool Works to printer whitelist and added current build number to check for update window
2015-08-05 10:38:07 -07:00
Lars Brubaker
c558f1cb10 More code to allow leveling for beds not with a center at 0,0 2015-08-05 10:30:43 -07:00
Lars Brubaker
3fa6fadcb2 Make 7 point leveling work on any printer. 2015-08-05 10:19:15 -07:00
Lars Brubaker
9ad9354076 use the correct count. 2015-08-05 10:15:34 -07:00
Lars Brubaker
19458b2088 Show and 3 point or multi point leveling. 2015-08-05 10:09:27 -07:00
Gregory Diaz
82603734e0 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-05 10:08:20 -07:00
larsbrubaker
9eb687afb8 Make the current z also be passed back. 2015-08-05 08:49:59 -07:00
larsbrubaker
9594eb2ac6 Fixed the 7 point leveling to intersect the calculated plan rather than the polar interpolation. 2015-08-05 07:59:09 -07:00
John Lewin
0d308d8587 Fix hang on Mac - RunOnIdle->CreateFolderWindow 2015-08-04 17:45:14 -07:00
Lars Brubaker
4bf742b5c7 Wrote unit tests for 7 point print leveling math. 2015-08-04 17:34:52 -07:00
Gregory Diaz
3b97f6904d Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-04 16:19:11 -07:00
Gregory Diaz
51f47f144a Added current build number label on check for update window 2015-08-04 16:19:02 -07:00
Lars Brubaker
1753447e89 Made the bread crumbs for sqlite provider work 2015-08-04 16:17:51 -07:00
Lars Brubaker
8572c9d562 Make the file system provider save as to the right place. 2015-08-04 15:21:56 -07:00
Gregory Diaz
628f30c0c9 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-04 15:02:12 -07:00
Gregory Diaz
bfc96f08e9 Addded Maker's Tool Works to printer white list 2015-08-04 15:02:03 -07:00
Lars Brubaker
41bbc2f5cf 7 point has 21 steps 2015-08-04 12:17:09 -07:00
Lars Brubaker
9de441ea78 parse as double 2015-08-04 11:34:02 -07:00
Lars Brubaker
e18b7551ee Make sure we can still update android
Don't add menus to android (it doesn't have them).
2015-08-04 10:10:15 -07:00
Lars Brubaker
4ae00e749b Merge pull request #347 from gregory-diaz/master
Added logic to parse and test setup.ini files
2015-08-03 18:20:12 -07:00
Lars Brubaker
3435cb611e Added more menus for library handling. 2015-08-03 17:31:53 -07:00
Gregory Diaz
eae88f6b58 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-03 17:24:52 -07:00
Gregory Diaz
22bb87f6c2 Fixed UI regression on the SliceSettingsControlWidget (specifically made the accent bar thicker and made some bottom padding adjustments) 2015-08-03 17:24:44 -07:00
Lars Brubaker
f43860c00f Don't take empty extensions. 2015-08-03 16:46:57 -07:00
Gregory Diaz
8c1627530f Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-03 16:36:12 -07:00
Gregory Diaz
f987ee320e Added logic to parse setup.ini files for testing in the future 2015-08-03 16:36:05 -07:00
Lars Brubaker
f8c1a7a8bc Latest agg and ms 2015-08-03 15:51:18 -07:00
Gregory Diaz
0d8ed38726 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-03 15:50:07 -07:00
Lars Brubaker
78f75e8cf7 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-03 15:48:40 -07:00
Lars Brubaker
b5561d38a7 Made all the print leveling data settable in config 2015-08-03 15:48:36 -07:00
Gregory Diaz
06da98f0a5 Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2015-08-03 14:40:01 -07:00