larsbrubaker
|
5271896ada
|
Tried to merge in Greg's changes fixing the messed up stuff.
|
2014-03-27 18:41:02 -07:00 |
|
gregory-diaz
|
495cef1f7a
|
Set Button is now visible in the "Fan Controls" group box on the manual controls window (still need to add padding and margin).
|
2014-03-26 11:29:48 -07:00 |
|
gregory-diaz
|
b31897ace8
|
Added functional "Remove All" button to "Queue Options" drop menu in the print queue. Also converted some light strings to primary text color.
|
2014-03-24 17:31:24 -07:00 |
|
gregory-diaz
|
00910197cb
|
Changed button and text color from white to black on print level wizard
|
2014-03-24 14:44:43 -07:00 |
|
gregory-diaz
|
ca0a547112
|
Changed text color for widgets, buttons and labels.
|
2014-03-24 13:57:46 -07:00 |
|
Kevin Pope
|
738b2d5a57
|
Lots of theme and UI related updates.
|
2014-03-21 16:18:47 -07:00 |
|
Kevin Pope
|
bc0369d797
|
Added language selector widget to project.
|
2014-03-20 15:53:45 -07:00 |
|
gregory-diaz
|
c1c937a36e
|
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
|
2014-03-19 10:13:12 -07:00 |
|
gregory-diaz
|
ed573deb2d
|
Changes to SaveAsWindow
|
2014-03-19 10:12:55 -07:00 |
|
larsbrubaker
|
7f8300bafc
|
Got pause, resume and cancel gcode into the settings and working in printer communication.
|
2014-03-17 14:41:36 -07:00 |
|
larsbrubaker
|
14de4d8b49
|
Deleted the mattercontrolarduino.inf (not useful to getting drivers installed)
Removed dead code
adding in arduino.inf for install.
|
2014-03-13 16:20:12 -07:00 |
|
larsbrubaker
|
a74dcce12f
|
The name of ImageBMPIO changed to ImageIO
|
2014-03-12 15:37:19 -07:00 |
|
larsbrubaker
|
5c0993f83e
|
Changed the interface to translations.
|
2014-03-11 15:24:47 -07:00 |
|
larsbrubaker
|
ab0950e0d0
|
Merge branch '1.0.5' into development
Conflicts:
MatterControl.csproj
|
2014-03-11 11:09:38 -07:00 |
|
larsbrubaker
|
a4d41acfd0
|
Fixed a terrible problem with the gcode parsing that resulted in print leveling not working.
Made the not printing commands also go through bed leveling when enabled.
|
2014-03-07 16:09:07 -08:00 |
|
larsbrubaker
|
db8ff174c2
|
Merge remote-tracking branch 'origin/development' into development
|
2014-03-05 21:04:32 -08:00 |
|
larsbrubaker
|
f52eae0f33
|
Merge branch '1.0.5' of https://github.com/MatterHackers/MatterControl into development
|
2014-03-05 21:04:28 -08:00 |
|
Kevin Pope
|
5e96cc9b5d
|
Added named widget to ManualPrinterControls
Added firmware check to PrinterCommunication
Added event hook to MainSlidePanel for reload of Advanced Controls
|
2014-03-05 12:16:52 -08:00 |
|
larsbrubaker
|
0cebab830a
|
Moved frosted serial into agg
changed some namespaces
|
2014-03-05 10:33:19 -08:00 |
|
larsbrubaker
|
1ea4162948
|
the interface in gcode changed and this is just to keep in synch with it.
|
2014-03-04 13:42:30 -08:00 |
|
larsbrubaker
|
841ddc2a2c
|
Using the new GetFirstNumberAfter interface in GCodeFile
|
2014-03-03 10:15:21 -08:00 |
|
larsbrubaker
|
5f364b4db7
|
Don't know how I left this (edited during debug?).
|
2014-03-01 23:30:19 -08:00 |
|
larsbrubaker
|
f2b11e2a33
|
Merge remote-tracking branch 'origin/development-kp' into development
Conflicts:
PrinterControls/ManualPrinterControls.cs
|
2014-03-01 23:27:34 -08:00 |
|
kevinepope
|
92096291bc
|
Stylistic exploration.
|
2014-03-01 18:48:25 -08:00 |
|
larsbrubaker
|
7e03ee8dfb
|
Only enable eeprom after connected.
|
2014-03-01 15:02:00 -08:00 |
|
Kevin Pope
|
ebcbd37b67
|
Removed eeprom and print leveling from manual controls page.
|
2014-03-01 13:18:37 -08:00 |
|
Kevin Pope
|
8ab9f15a70
|
Refactoring and cleanup. Added new separate tab for configuration actions.
|
2014-03-01 13:10:48 -08:00 |
|
larsbrubaker
|
c7ac37a5cb
|
Make sure we output g11 and g10 commands correctly.
Put in spaces when outputting leveled GCode (export)
|
2014-02-28 14:12:19 -08:00 |
|
larsbrubaker
|
8b44d69fab
|
Fixed the layout bug with the repetier eeprom window.
|
2014-02-25 09:34:59 -08:00 |
|
larsbrubaker
|
9f427b629a
|
Make the window big enough to hold all the manufacturers. Will change to a new list with search in a future build.
|
2014-02-24 17:50:24 -08:00 |
|
larsbrubaker
|
09887e50e5
|
Made the probe positions for print leveling be smaller on round beds.
Made the jog controls have a bit more space when window minimized in x.
|
2014-02-24 17:42:52 -08:00 |
|
Kevin Pope
|
bd099dff57
|
Further compression of manual controls (jog controls specifically).
|
2014-02-24 10:54:20 -08:00 |
|
Kevin Pope
|
f8ab5158e7
|
Edit manual movement speeds window now closes on the UI thread.
|
2014-02-24 10:53:36 -08:00 |
|
Kevin Pope
|
3dcc5cf74b
|
Edit macros window now closes on the UI thread.
|
2014-02-24 10:53:08 -08:00 |
|
Kevin Pope
|
4ec57b97ca
|
UI - Manual controls more compact.
More clarify for automatic print leveling UI
|
2014-02-23 21:50:09 -08:00 |
|
Kevin Pope
|
728af4bc07
|
UI Fixes for connection setup widgets.
|
2014-02-23 21:48:49 -08:00 |
|
larsbrubaker
|
5e2d39205f
|
Merge remote-tracking branch 'origin/development' into development
|
2014-02-22 14:53:02 -08:00 |
|
larsbrubaker
|
221134e64f
|
Put in marlin eeprom settings panel.
|
2014-02-22 14:52:53 -08:00 |
|
Kevin Pope
|
301ba01ab2
|
Added 'pressed' label to Checkbox buttons.
Committing leveling indicator icon.
|
2014-02-21 18:34:36 -08:00 |
|
larsbrubaker
|
b83a0354d7
|
Made printer communication unconditional have a separate event for read and write.
Got the repatier eeprom working and looking better.
|
2014-02-20 18:25:23 -08:00 |
|
larsbrubaker
|
a8690d8cc8
|
Merge remote-tracking branch 'Greg's_Fork/master' into development
|
2014-02-18 18:01:38 -08:00 |
|
larsbrubaker
|
9c8a0fa5a8
|
Creating eePromSettings window for repetier firmware.
Put in detection of firmware.
Creating base window and data to construct it.
|
2014-02-18 17:52:50 -08:00 |
|
gregory-diaz
|
5465563e82
|
Localization, Export Windows, Extension Test
|
2014-02-18 13:07:50 -08:00 |
|
gregory-diaz
|
86218c4710
|
Fixed export windows in Print Queue Item and Library Item from opening multiple times. I also added a test for adding ".stl" and ".gcode" file extensions and did more localization.
|
2014-02-18 12:51:11 -08:00 |
|
larsbrubaker
|
8571699814
|
Put in more copy write notices
Made more window closing happen outside the mouse up event
Put in minimalExtrusionBeforeRetraction setting into curaEngine
|
2014-02-17 16:35:24 -08:00 |
|
larsbrubaker
|
263e2325f5
|
Put the slicing configuration files in their own folder
updated copy write date
added bsd to a few files
Made the mapping to slice engines more procedural to support more engines.
|
2014-02-15 18:06:03 -08:00 |
|
larsbrubaker
|
019eb3165b
|
Moved the print leveling code out of PrinterCommunication into ActviePrinterProfile
|
2014-02-14 12:50:55 -08:00 |
|
larsbrubaker
|
aa50fd3722
|
Moved the slice engine code to ActivePrinterProfile
|
2014-02-14 12:11:26 -08:00 |
|
larsbrubaker
|
0040895615
|
Moving the ActivePrinterChanged call back and Active Printer calls all into ActivePrinterProfile
|
2014-02-14 12:06:44 -08:00 |
|
gregory-diaz
|
69dc56d2fd
|
More Localization
Localization 2/10
|
2014-02-10 17:59:57 -08:00 |
|