larsbrubaker
0e646dca68
Change the namespace of PrinterCommunication and the class name.
...
Deleted lots of unused usings.
Working to get the 2point leveling working.
Started work on a new printer io layer
Fixed the crash on disconnect while printing.
2014-06-11 14:52:58 -07:00
larsbrubaker
503726ae65
Fixed the problem with downloads not always working.
...
Made the tab names of tabs be independent of the visible title
Made styled message box have option of custom buttons
More localizations
2014-06-10 11:44:16 -07:00
larsbrubaker
af3a345ce2
Renaming for clarity.
...
Got the third point data collection to work better.
2014-06-06 19:10:13 -07:00
larsbrubaker
7dd57bb6b5
Now the 2 point leveling at least can be instantiated.
2014-06-06 17:33:26 -07:00
larsbrubaker
6ec46b7ed1
Put the printer configuration page into a matching namespace and renamed it with printer prefix
...
Put in the code to handle multiple bed leveling procedures.
Saving the print level data into the printer as a json string
2014-06-06 16:05:18 -07:00
larsbrubaker
c808842d8d
Show the testing 3d view button
...
Hide a bunch of slic3r settings that we don't use.
2014-06-03 18:12:08 -07:00
larsbrubaker
ffb5bcbe9c
Merge remote-tracking branch 'Greg/development' into development
2014-06-02 17:27:21 -07:00
gregory-diaz
53a29071a6
Modified code so that MatterControl will open on Linux. Still Cannot connect to a printer or slice parts.
2014-06-02 17:24:56 -07:00
larsbrubaker
12650e854e
Changed ConnectionStateChanged => CommunicationStateChanged
...
Put in support for running the print level wizard on first print.
Set the R1 to need print leveling
2014-05-30 14:37:30 -07:00
larsbrubaker
449678597a
Putting in perimeter speed settings.
2014-05-30 09:51:09 -07:00
larsbrubaker
00e10bfbea
Working on 3D gcode view
...
Making the view navigation controls for 2d and 3d a separate class.
2014-05-25 11:11:11 -07:00
larsbrubaker
06acb1311b
Don't remove the item being printed no matter what.
...
Hide the air gap on slic3r
Put in Vellerman printer
2014-05-22 15:23:40 -07:00
larsbrubaker
7a40b03139
make sure we are culture invariant in the queue (data to curaengine)
2014-05-19 10:15:49 -07:00
larsbrubaker
9cc1ce8033
Made the gap distance easier to understand (user feedback).
...
Put in repair options for slicing.
2014-05-17 13:07:04 -07:00
larsbrubaker
56f03a368f
Added in the other settings to make raft work well.
2014-05-15 17:27:14 -07:00
larsbrubaker
1a7f5416f2
The replacement delimiters need to be square brackets not curly brackets
2014-05-15 14:32:50 -07:00
larsbrubaker
0aed8d7433
default the min extrusion to retract to 0.
2014-05-15 13:32:48 -07:00
larsbrubaker
00e915ca03
Got the raft working in MatterSlice.
2014-05-15 12:15:29 -07:00
larsbrubaker
bc14021c47
Put in the gcode output type for matterslice.
2014-05-12 17:40:19 -07:00
larsbrubaker
c7b4cd51cc
run it as a command.
2014-05-11 20:15:41 -07:00
larsbrubaker
bfde570e69
Made MatterSlice run from a settings file rather than the command line.
...
Gives us more power to debug problems.
2014-05-11 06:28:39 -07:00
larsbrubaker
4cd14db72f
Working to make sure bad slice settings don't cause failures.
2014-05-09 14:34:02 -07:00
larsbrubaker
a2a08e3324
Handling bad slicing settings better.
2014-05-09 11:28:55 -07:00
Kevin Pope
0c9e6b4fe6
Make pulldowns on slice preset window behave nicely.
2014-05-08 15:55:09 -07:00
larsbrubaker
48633bce32
Put in max height for slice settings.
2014-05-07 16:12:46 -07:00
larsbrubaker
87a29f3714
Moved the MapStartGCode into base class
...
Implemented replacements for temperatures in start gcode.
Put in new start gcode for RoBo 3D r1
2014-05-07 15:03:43 -07:00
larsbrubaker
82ecc59da5
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-05-05 16:07:04 -07:00
larsbrubaker
037cdaa89f
Put zhop into curaengine
...
fixed the retraction amount in matter slice.
2014-05-05 16:06:36 -07:00
kevinepope
fad41196df
Hide duplicate and export buttons after a preset setting has been added (ie preset is in an unsaved state).
2014-05-04 14:30:01 -07:00
larsbrubaker
6e60cce574
Put support 'line' support in for CuraEngine
2014-05-01 11:00:54 -07:00
larsbrubaker
873d1322e7
Made running matter slice in processes work better.
2014-04-28 16:09:33 -07:00
larsbrubaker
9c142bdbf8
Fixed more bugs with refreshing (made advanced controls fast again)
2014-04-27 16:46:00 -07:00
larsbrubaker
ea5544172e
help text has left margin.
...
Release settings drop down works.
2014-04-25 16:57:57 -07:00
kevinepope
d5b052cc25
Consolidated and rearranged the Configuration tab.
2014-04-24 20:54:05 -07:00
larsbrubaker
2955fdbb8a
Fixed the help text margin.
2014-04-24 12:57:03 -07:00
larsbrubaker
83b7e75f2f
Trying to get more cura settings implemented.
2014-04-22 10:05:52 -07:00
larsbrubaker
716a3414d2
More slice settings.
2014-04-22 09:36:13 -07:00
larsbrubaker
a1990f10bd
Changed PrintItemWrapper to have RootedObjectEventHandlers
...
Fixed lots of code to use them correctly
CompactSlidePanel does not need to reload back panel anymore as that happens in wide screen panel
2014-04-21 15:00:32 -07:00
larsbrubaker
6347ff7773
Adding infill settings.
...
Hooking stuff up to the new queue data.
2014-04-16 10:52:25 -07:00
larsbrubaker
4b6a3cfa97
Lots of work on Getting the QueueData instance to be separate form the UI queue and refs.
2014-04-15 18:13:27 -07:00
larsbrubaker
49c8a045a5
fixed the spelling of label
...
an acronymed some variables txt -> text lbl -> label
2014-04-15 10:11:56 -07:00
Kevin Pope
9cd754d2a6
Reversed priority (and coloring) of Material versus Quality slice presets.
2014-04-12 13:56:04 -07:00
Kevin Pope
84b531915b
Order slice presets alphabetically.
2014-04-10 18:32:43 -07:00
Kevin Pope
8aa4b7bca0
Fixed button text color.
2014-04-10 16:42:06 -07:00
Kevin Pope
321a3fd4d5
Added 'copy', 'import', and 'export' function to slice presets.
2014-04-10 16:41:48 -07:00
Kevin Pope
96ea37f86f
Changed slice config extension (for export) to ".slice"
2014-04-10 16:38:18 -07:00
Kevin Pope
141c51b520
Made slice presets tie to PrinterProfile
2014-04-10 16:37:39 -07:00
Kevin Pope
0a57376804
Added lockout overlay to overridden slice settings. Added ability to open specific slice preset detail editor directly.
2014-04-09 18:45:29 -07:00
Kevin Pope
7309ce8fd9
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-04-09 10:13:33 -07:00
Kevin Pope
8f906c04b7
Fixed bug wherein new slice presets weren't saving their settings.
2014-04-09 10:12:25 -07:00