Commit graph

21 commits

Author SHA1 Message Date
Kevin Pope
9e8bdc995f Use 'MACHINE_TYPE' instead of 'PROTOCOL_VERSION' to determine firmware version. 2014-03-12 14:57:25 -07: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
1ea4162948 the interface in gcode changed and this is just to keep in synch with it. 2014-03-04 13:42:30 -08:00
Kevin Pope
48e68b9f8e Fixed issue where bed temperature and extruder temperature were not being set to zero. 2014-03-03 16:31:51 -08:00
Kevin Pope
9579ffa9ea Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-02-26 12:21:10 -08:00
Kevin Pope
ef861020f8 Extensions to PrinterCommunication - added ComPort property and PulseRtsLow method 2014-02-26 09:22:42 -08:00
gregory-diaz
1ac21b2179 More Localization 2014-02-24 16:43:35 -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
gregory-diaz
81b566f5fe More Localization
Fixed the translation for the queue widget on main slide panel and also
added translation for printer connection status on Action Bar.  Made
corrections to previously modified strings.
2014-02-18 17:56:58 -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
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
ca60d24c0d Fixed a bug with print leveling eating g10 and 11 (firmware retract and unretract).
Also fixed a bug with M105 getting entered multiple times while printing.
Fixed a bug with leveling trying to push twice each time it was sent. No printing problem, just a waste of time.
2014-02-14 20:31:00 -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
larsbrubaker
5036b364c0 Creating an ActivePrinterProfile singleton and starting to move the code from PrinterCommunication into that. 2014-02-14 11:54:21 -08:00
larsbrubaker
b472366da7 The printer was having errors with resend interacting with code to try and correct transmission errors of "ok". Took out the code for attempted transmission correction.
Put in the ability to force immediate writes so that we can be sure to turn off the heaters and motors when exiting the program.
Fixed a bug in the injection of m105 during printing so that it does not go in more than once if present.
2014-02-04 10:51:06 -08:00
larsbrubaker
f4c1b0b85c Commit of the code 2014-01-29 19:09:30 -08:00