Lars Brubaker
b9f3448093
Working on a win usb ser unified driver (inf) that will handle all known printer boards (using usbser)
2015-01-05 12:44:04 -08:00
Lars Brubaker
634031b9ce
Name consistency on slider constructor params.
...
Made the touch screen adjustment slider size smaller
2015-01-05 11:31:52 -08:00
Lars Brubaker
d74105a532
Don't load parts until there is a draw. This will make sure we don't load parts that will never been seen.
2015-01-05 11:18:30 -08:00
Lars Brubaker
6cfc1e67f9
Made the CREATE_AND_SELECT_PRINTER load the correct settings.
...
Took out a bunch of redundant code that was in both PrinterSetupStatus and SetupStepMakeModelName (took out of SetupStepMakeModelName)
renamed PrinterSetupStaus variable to currentPrinterSetupStatus as the first is also the name of the class and quite confusing.
2015-01-05 10:27:24 -08:00
Lars Brubaker
369f3c7d70
Fixed a bug when setting the slice settings to say there are 0 extruders.
2015-01-05 10:09:28 -08:00
larsbrubaker
d8ac624724
Making this build in 64 bit.
2015-01-05 08:15:40 -08:00
larsbrubaker
8e96267b6d
turn off run in process.
2015-01-04 20:38:50 -08:00
larsbrubaker
0fcc22ca5e
Fixed a bug with while editing presets with a pop out window. The window was loosing its content.
2015-01-03 09:03:23 -08:00
Lars Brubaker
ab4c46dcc6
Made more stuff render through graphics2D Rectangle as it is faster.
2015-01-02 18:06:01 -08:00
Kevin Pope
c975dcc1c5
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2015-01-02 13:07:46 -08:00
Kevin Pope
4d513ab51b
Adjust slice settings save/revert buttons
2015-01-02 13:07:30 -08:00
Lars Brubaker
b49ec237bb
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2015-01-02 12:06:52 -08:00
Lars Brubaker
d3942127bb
Use the right point size for wrapping.
2015-01-02 12:06:41 -08:00
Kevin Pope
8869b92b2e
Don't show menu bar in some cases.
2015-01-02 11:47:00 -08:00
Lars Brubaker
a7faad70fd
Help text lays out a bit better on startup.
2015-01-02 11:34:47 -08:00
Lars Brubaker
c426ae0a96
Made the edit buttons all get bigger when the point size is bigger.
...
Made the help text wrap.
2015-01-02 11:16:39 -08:00
larsbrubaker
7edeb5d52f
Make sure that during this run of MC we use the right 2d or 3d gcode as set by the sure.
2015-01-01 19:57:03 -08:00
larsbrubaker
2db0d9ea0b
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-31 18:08:50 -08:00
Lars Brubaker
ed48949350
Merge pull request #149 from jlewin/development
...
Cleanup resources after USB disconnect while Connected - Fixes #85321330
2014-12-31 18:07:44 -08:00
larsbrubaker
c0ff2f5121
Merge remote-tracking branch 'origin/1.1.4' into development
2014-12-31 14:49:12 -08:00
Kevin Pope
c773f35e8d
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-31 14:17:38 -08:00
Kevin Pope
2c106fa44f
Working on slice settings widget UI.
2014-12-31 14:17:18 -08:00
John Lewin
914a58f2a2
Cleanup resources after USB disconnect while Connected - Fixes #85321330
2014-12-31 14:08:22 -08:00
Lars Brubaker
d1f73271d3
Merge pull request #148 from gregory-diaz/1.1.4
...
Added new slice settings for 3DStuffmaker
2014-12-31 12:42:02 -08:00
Lars Brubaker
cb49c6a434
comment
2014-12-31 12:37:04 -08:00
Lars Brubaker
a65a1407c0
Better tester
2014-12-31 12:32:00 -08:00
Gregory Diaz
6f8a8b67cb
Added new slice settings for 3DStuffmaker
2014-12-31 12:08:22 -08:00
Lars Brubaker
114ad7cbac
Changed OPEN_WITH_ACTIVE_PRINTER > CREATE_AND_SELECT_PRINTER
...
Made it a bit more generic.
2014-12-31 11:37:08 -08:00
Lars Brubaker
b10ee7c140
Merge pull request #147 from gregory-diaz/development
...
Added code so that when MatterControl is started with command line args(...
2014-12-31 11:13:37 -08:00
Lars Brubaker
5dff18c421
Made the gcode warning checkbox work
...
Made the terminal view show correctly when printing.
2014-12-31 11:09:57 -08:00
Gregory Diaz
e8b2439ec2
Added code so that when MatterControl is started with command line args("OPEN_WITH_ACTIVE_PRINTER"). MatterControl will open with a printer selected.
2014-12-31 10:33:38 -08:00
Kevin Pope
7216823c7a
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-31 10:15:05 -08:00
Kevin Pope
4d10e76f47
Add spacer to gcode warning box.
2014-12-31 10:14:53 -08:00
Lars Brubaker
7a9de67a98
no message
2014-12-31 10:01:13 -08:00
Lars Brubaker
a82b30698b
Put in printrbot driver
2014-12-31 09:52:22 -08:00
Lars Brubaker
58353881e5
Make the generate button show up after a print is done.
2014-12-30 11:48:53 -08:00
Lars Brubaker
58ec7718f9
Merge branch '1.1.4' into development
2014-12-30 09:41:23 -08:00
Lars Brubaker
f5f31acc7d
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-30 09:41:17 -08:00
Lars Brubaker
c3f2638384
Slicing queue does not need anything in the queue to exist or be selected to do slicing.
2014-12-30 09:41:08 -08:00
Kevin Pope
ae1f2418ba
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-29 18:35:54 -08:00
Kevin Pope
097d0cfc12
Updated visuals of pop-out placeholder info.
2014-12-29 18:35:38 -08:00
Lars Brubaker
dc0b3e641a
Got the support interface extruder to be settable.
2014-12-29 17:14:56 -08:00
Lars Brubaker
ffe200c19f
Made the average timer a shared resource
...
Put in the interface material extruder setting
2014-12-29 16:31:30 -08:00
Lars Brubaker
519c857832
Took out the outline stuff on android as it currently doesn't work.
2014-12-29 11:45:26 -08:00
Lars Brubaker
e815566aff
nuget
2014-12-29 10:36:28 -08:00
Lars Brubaker
0761a9b75c
Added OpenTK as a nuget
2014-12-29 10:33:45 -08:00
Kevin Pope
6993a6541e
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-28 17:29:56 -08:00
Kevin Pope
66726af531
Set max height for model chooser in setup wizard.
2014-12-28 17:28:39 -08:00
Kevin Pope
27f5bcfddd
Adjust spacing of 3D View buttons.
2014-12-28 17:28:09 -08:00
Kevin Pope
4f546458a8
Ensure selection of part on load of QueueDataView.
2014-12-28 17:27:48 -08:00