John Lewin
5c27a24339
Switch to native VS NuGet support
2015-08-02 20:00:51 -07:00
larsbrubaker
c818b56be9
use 7 point but don't need it.
2015-08-01 17:18:23 -07:00
larsbrubaker
6521348cde
Make sure we commit our leveling data.
...
Cleaned up the 7 point math.
2015-08-01 16:58:25 -07:00
larsbrubaker
3eaa715c22
Wrote the triangle interpolator for radial leveling.
...
Took linq out of PrintLevelingPlane
2015-08-01 15:50:39 -07:00
larsbrubaker
2e1e555bb1
Run the correct setup wizard when required
...
Throw errors if we don't have code for a wizard.
2015-08-01 15:03:43 -07:00
larsbrubaker
5e6af4b2f6
Making print leveling code go through the loaded print leveling solution (rather than the leveling plane).
...
Refactoring.
Working on a new 7 point radial print leveling solution for delta printers.
2015-08-01 14:44:53 -07:00
Lars Brubaker
87f2934cf3
Took out dead code.
2015-07-31 18:44:28 -07:00
Lars Brubaker
73fd06a39d
The library selector can now return the right selected library.
2015-07-31 18:18:21 -07:00
Gregory Diaz
acaf2b77e0
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-31 17:34:15 -07:00
Lars Brubaker
f21881305d
Made the selection list remain accurate.
2015-07-31 16:54:09 -07:00
Lars Brubaker
888bb86b6d
Made the button options bar hide and show again with edit.
...
Improved what call back function take
Killed dead code
2015-07-31 16:20:16 -07:00
Lars Brubaker
40220aa8f2
Refactoring
2015-07-31 16:01:57 -07:00
Lars Brubaker
b7005ae579
Made the bread crumbs start out initialized
2015-07-31 13:24:45 -07:00
Gregory Diaz
5b419da32c
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-31 12:23:14 -07:00
Gregory Diaz
2cc9831c84
Fixed some grammar issues in UI text
2015-07-31 12:22:32 -07:00
Lars Brubaker
148d72b24c
new MS
2015-07-31 12:04:27 -07:00
Lars Brubaker
4a7a82097e
More work on save as.
2015-07-31 12:04:11 -07:00
Lars Brubaker
79fa6f3db8
Making the bread crumbs be a portable widget.
2015-07-30 17:42:58 -07:00
Gregory Diaz
ffa9c0d409
took out debug show bounds
2015-07-30 14:26:01 -07:00
Gregory Diaz
c29396d824
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-30 13:29:52 -07:00
Gregory Diaz
b02fb0cfac
Added list of printers to scrollable widget
2015-07-30 13:28:07 -07:00
Lars Brubaker
46a8d63c39
Made the hover work again.
...
Made selecting the thumbnail or a action not select the item.
2015-07-30 13:27:21 -07:00
Gregory Diaz
6fe1e9d7af
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-30 13:05:34 -07:00
Lars Brubaker
9d4c94a824
latest agg
2015-07-30 12:04:49 -07:00
Gregory Diaz
cd9ff496bf
Made sure we cannot restart MatterControl when a print is active (e.g clicking restart for display or language options). Instead we open up a message box warning the user.
2015-07-30 11:07:56 -07:00
Gregory Diaz
044cc3efc1
Fixed Bug: Previously you could not add zip files to the queue using the Add File menu item in the File dropdown.
2015-07-30 10:42:06 -07:00
Lars Brubaker
e2a7f01eda
Merge pull request #343 from gregory-diaz/master
...
Ported Python printer configuration unit tests to c# (still need to d…
2015-07-30 10:06:15 -07:00
Gregory Diaz
145b545f64
Ported Python printer configuration unit tests to c# (still need to do a bit of re-factoring to conform to our Nunit standards). Logic is correct and doesn't break anything
2015-07-29 17:55:17 -07:00
Lars Brubaker
721dcf4578
Make Focus work better
...
don't return a bool, assert that there is a parent
Set focus on save as window to text field.
Set focus to text field on terminal window.
2015-07-29 16:31:24 -07:00
Lars Brubaker
18bcc08e1d
have to pass by ref not out for this function
2015-07-29 13:23:38 -07:00
Lars Brubaker
cdd5245e44
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-29 12:03:59 -07:00
Lars Brubaker
0bbd4ed4da
Made the provider selector not have an instance function so it can work in the provider selector dialog.
...
Made a GetRootProvider function
Made the downloading progress bar show better on dark backgrounds
Made the help text for outer perimeter speed clearer.
2015-07-29 12:03:51 -07:00
Lars Brubaker
70cfa6c81c
Merge pull request #341 from gregory-diaz/master
...
Printer Setting Modifications and Material Presets Bug fix
2015-07-29 11:29:06 -07:00
Gregory Diaz
4835dda11c
Bug Fix: previously imported material presets were not being added to the material drop menu. Reloading the advanced controls panel fixes the problem.
2015-07-29 11:03:38 -07:00
Gregory Diaz
3086095fd7
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-29 10:19:25 -07:00
Lars Brubaker
d2147f46ef
Bread crumbs are aligned better.
...
Don't show test providers
2015-07-28 18:15:31 -07:00
larsbrubaker
09db21f663
Rename working for SQLite provider.
2015-07-28 14:38:47 -07:00
larsbrubaker
38d55cb2f2
Can rename file provider items.
2015-07-28 14:21:17 -07:00
Gregory Diaz
8c8cce6193
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-28 14:12:26 -07:00
larsbrubaker
7e35924fb6
Made non-edit selection work
...
More authoritative source (less state caching)
Removed a bunch of dead code
Made the buttons show all the time
Made the bread crumbs smaller.
2015-07-28 13:19:29 -07:00
larsbrubaker
0aa0f7e97f
Now we can rename folders in file provider.
2015-07-28 12:12:42 -07:00
larsbrubaker
2e706a084f
Working on a new print tracking translator for printer communication.
2015-07-28 11:52:21 -07:00
larsbrubaker
f1f1dac568
Merge remote-tracking branch 'origin/1.3.0'
...
Conflicts:
StaticData/PrinterSettings/Me3D/Me2/material/PolyPlusLT.slice
Make it clear this is an out not a ref.
2015-07-28 11:51:35 -07:00
Lars Brubaker
aa5bb5ed0d
Merge pull request #340 from gregory-diaz/1.3.0
...
Changed default temperature for R1 to 210
2015-07-28 11:30:10 -07:00
Gregory Diaz
362ef78ca0
Set default extruder temp for R1 to 200
2015-07-28 09:42:13 -07:00
Gregory Diaz
26e6ed4d66
changed default temp for R1 to 200 (requested by ROBO 3D)
2015-07-28 09:38:42 -07:00
Gregory Diaz
35aeb9caef
Added start/end gcode for Me3D material setting
2015-07-28 08:22:33 -07:00
Gregory Diaz
d6fb0f1aab
Makes sense to keep start and end gcode for this material(ME3D)
2015-07-28 08:18:32 -07:00
Gregory Diaz
49a5f40ae9
Merge branch 'master' of https://github.com/MatterHackers/MatterControl
2015-07-28 07:59:39 -07:00
Gregory Diaz
e93591e3f6
Changed R1 defaut temperature to 210
2015-07-28 07:59:26 -07:00