Commit graph

200 commits

Author SHA1 Message Date
larsbrubaker
c5f88756f2 Merge remote-tracking branch 'Greg/development' into development
Conflicts:
	StaticData/PrinterSettings/Printrbot/Simple Metal/config.ini
	StaticData/PrinterSettings/Printrbot/Simple Metal/setup.ini
2014-07-02 16:30:26 -07:00
gregory-diaz
9851571a8d Edited strings in Taz 4 slice files. Also changed config files so that parts can be sliced in MatterSlice and CuraEngine. 2014-07-02 16:23:59 -07:00
larsbrubaker
19883085fb Fixed first layer heights for robo 2014-07-02 15:49:29 -07:00
gregory-diaz
b3e0c56fe5 edited Taz 4 config file 2014-07-02 14:15:21 -07:00
gregory-diaz
11ab998742 Added TAZ 4 Printer Profiles 2014-07-02 14:01:39 -07:00
Kevin Pope
e032c4f928 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2014-07-02 13:33:05 -07:00
Kevin Pope
f1d1fffd1f Adding some printer profiles. 2014-07-02 13:32:13 -07:00
larsbrubaker
b75ae71d24 Made 3D views editable while printing (if not the embedded view).
Made the eeprom windows have the correct tab stops.
2014-07-02 13:28:51 -07:00
Kevin Pope
4726bfad86 Changed 2D/3D layer view toggle UI, setting also now saves state. 2014-07-01 19:29:13 -07:00
larsbrubaker
1aaade2275 enabling sd card reader on Robo R1 2014-07-01 14:46:39 -07:00
kevinepope
0f47609de0 More polish to cloud monitor. 2014-06-29 15:14:14 -07:00
james jones
4e41d10b06 Getting it working with vs 2013. 2014-06-27 18:18:00 -07:00
Kevin Pope
b3a66f7557 Added link to release notes.
Added sized icon for notifications.
Added link to instructions for cloud monitor.
2014-06-27 14:45:21 -07:00
larsbrubaker
30fbe6d855 Fixed color or gcode printing screen.
sd card working all but cancel.
made max extrusion ratio go to 3 (which is 3mm to 1.75 conversion for gcode (mostly))
2014-06-26 18:13:53 -07:00
larsbrubaker
7fd9597c8b Made the end of gcode printing not throw and exception. 2014-06-25 17:57:10 -07:00
larsbrubaker
f5fe599a99 Merge remote-tracking branch 'Greg/development' into development 2014-06-25 17:28:34 -07:00
larsbrubaker
22cf4bfb2d Can now send to sd.
Can print from sd (mostly)
can remove from sd.
2014-06-25 17:28:28 -07:00
gregory-diaz
5d92863bcc Merge remote-tracking branch 'upstream/development' into development
Conflicts:
	ConfigurationPage/PrinterConfigurationPage.cs
	StaticData/Translations/Master.txt
2014-06-25 14:19:25 -07:00
gregory-diaz
8cb50c900c Added "Print Notification" option to Configuration Page. 2014-06-25 13:19:07 -07:00
larsbrubaker
fc9665e8a0 Added dialog to ask for remove from sd on remove from queue. 2014-06-24 18:53:17 -07:00
larsbrubaker
8c2ff38b41 Put in a go button with the cloud monitoring. 2014-06-24 14:26:14 -07:00
larsbrubaker
f78260fdfc More work on sd card printing. 2014-06-23 13:18:51 -07:00
kevinepope
c593396647 Added device type to Printer model. Refactoring changes. 2014-06-22 20:53:38 -07:00
larsbrubaker
dc85f31280 Robo settings. 2014-06-19 17:20:40 -07:00
larsbrubaker
e8247a8481 Put all the icons into the icons directory
Lots of work on printing from SD card
Put in hardware options to describe printer settings (fan, heated bed, sd card)
moved icons into subdirectory.
2014-06-19 11:25:28 -07:00
larsbrubaker
1db346d024 Removed dead code.
Make sure bed leveling stays on after export to SD card.
Put bridge speed into MatterSlice.
Default to slower bridge speed.
2014-06-17 17:57:50 -07:00
larsbrubaker
47e89e8956 In 2 point probe leveling marlin will not return the z probe if it is outside the software endstops.
So when homing we make sure to be within the endstops.
2014-06-17 11:19:32 -07:00
larsbrubaker
dd308308eb Fixed a spelling error
Made sure we can convert gcode with comments.
Made the export order the instructions correctly.
Made printing order the instructions correctly.
2014-06-16 18:13:02 -07:00
larsbrubaker
15d03cb802 Renamed the ROBO printer to BETA 2014-06-16 10:14:15 -07:00
larsbrubaker
1dff90acfc Put in 565 command for r1
Made gcode export do the wizard code injection
2014-06-13 10:05:56 -07:00
larsbrubaker
95a703d371 work on
2 point leveling work
fixed a bug with macros being sent during printing.
Put the home reading into the 3 point leveling wizard
2014-06-12 16:51:22 -07:00
larsbrubaker
e6a1cabadf Fixed the style of the export window
Got rid of some parameters to print leveling that were not used
Made it possible to ignore below 0 for leveling
2014-06-11 12:13:30 -07:00
Kevin Pope
f480785e6e Reverse non-general change to vanilla settings. 2014-06-10 19:40:50 -07:00
larsbrubaker
6a85f91f16 Hade a bug in drag and drop onto a plate with multiple parts. 2014-06-10 18:19:17 -07:00
larsbrubaker
93c71a08ed We now collect enough data to create the correct bed level matrix for 2 from leveling.
Changed the R1 to use the new 2 point leveling.
2014-06-10 16:39:02 -07:00
larsbrubaker
bee3d2e716 RoBo needs to check for updates. 2014-06-10 14:34:58 -07:00
larsbrubaker
52c174fbfb Put in concentric infill. 2014-06-07 20:19:03 -07:00
larsbrubaker
2c33408a6b Put in a triangle infill 2014-06-07 19:36:26 -07:00
larsbrubaker
ee6495b20c Fixed problems in print level wizard. 2014-06-05 14:17:20 -07:00
larsbrubaker
7003eff736 Merge remote-tracking branch 'Greg/development' into development
Conflicts:
	CustomWidgets/PartThumbnailWidget.cs
	StaticData/Translations/Master.txt
2014-06-05 12:59:25 -07:00
larsbrubaker
6d2980c76a Move the auto connect out of the constructor and into the first draw.
Turn off new 2 point leveling until it works.
Don't connect to the printer communication in 3d view until we are fully constructed.
2014-06-05 12:55:05 -07:00
larsbrubaker
a04ab3d050 Made the type of print leveling that will happen for a printer be selectable
Turned some bools into enums for clarity
Broke some of the print leveling wizard into separate files.
Started work on a new 2 point probe (actually an n point switch -> bed position maper).
2014-06-05 11:45:40 -07:00
gregory-diaz
57f9e18161 New message appears when the user cancels an active print while the extruder is heating up to its target temperature. Cancel and Pause buttons are also disabled. 2014-06-03 15:44:35 -07:00
larsbrubaker
a688b5cc05 Translation that was missing. 2014-06-02 17:06:29 -07:00
larsbrubaker
75df7fd980 Made the 3D GCode better scaled. 2014-05-31 16:18:36 -07:00
larsbrubaker
0356d1b7bf Made the print leveling window follow the theme.
Improved the text and corrected layout errors.
Improved other theme consistency.
2014-05-31 10:59:00 -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
0b9ab80129 Fixed for canceling the add button in 3d view
Made 3d gcode color match theme
Updated robo build to have the -1 offset for the probe (565)
2014-05-28 11:13:21 -07:00
larsbrubaker
61d40457b4 The 3D Stuffmaker Creator needs a small calibration object. 2014-05-27 14:55:38 -07:00
larsbrubaker
9c07e6ec35 Putting in the Japanese translation. 2014-05-27 13:25:33 -07:00