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
6495c5dc7a
Make sure we can send a home
2014-06-17 09:52:13 -07:00
larsbrubaker
660aa71b8f
Same behavior for printing and manual input of processed commands.
2014-06-16 18:14:59 -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
kevinepope
e372f38f2a
Added scrollbar to slice preset details. Added 'import' button directly to slice preset list.
2014-06-15 14:21:05 -07:00
kevinepope
b802255afd
Handle error that occurred when skipping connection setup (needs review)
2014-06-15 14:20:13 -07:00
kevinepope
499b5705b8
Added 'PREHEAT' option to temp controls. Removed default presets.
2014-06-15 09:49:03 -07:00
kevinepope
c50a650090
Changes to file menu - Added 'Submit A Bug' and 'Add a Printer', 'About MatterControl' now opens as window.
2014-06-15 09:48:23 -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
8bd225b7cc
Working to get the gcode export with leveling working with 2point leveling.
2014-06-12 18:35:11 -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
7e21b2dc3e
Getting the rest of 2 point leveling working.
2014-06-11 17:53:19 -07:00
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
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
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
2143c66c25
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
...
Conflicts:
ActionBar/PrinterActionRow.cs
2014-06-10 11:42:00 -07:00
larsbrubaker
6e7abb73f1
Cleaning up update a bit so we can have first time check for new version.
...
Made more strings push through translations.
Put in a new OEM setting for check for update on first run
2014-06-10 09:25:38 -07:00
larsbrubaker
eaf97dfc44
Made the message box match our theme.
2014-06-09 21:15:46 -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
af3a345ce2
Renaming for clarity.
...
Got the third point data collection to work better.
2014-06-06 19:10:13 -07:00
larsbrubaker
fcfccc5f63
Put more stuff into localization.
...
Made all movements in print leveling try to use the speeds out of manual controls.
Probe the 3rd point in 2 point probing so we can set up the correct level equation.
Put in a getting third point page.
2014-06-06 18:54:12 -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
dad1e096a7
Cleaned up some of the back next behavior in the wizard.
...
More work on getting the 2Point leveling working.
2014-06-05 18:08:33 -07:00
larsbrubaker
54e4494c93
Merge remote-tracking branch 'Greg/development' into development
2014-06-05 14:17:29 -07:00
larsbrubaker
ee6495b20c
Fixed problems in print level wizard.
2014-06-05 14:17:20 -07:00
gregory-diaz
4bb348dd6d
Made variable name more clear.
2014-06-05 13:00:31 -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
b7aedf7ebe
Rolled back changes made to user feedback when cancelling an active print.
2014-06-05 11:04:36 -07:00
gregory-diaz
30b69af5f6
changed message box feedback on cancel print.
2014-06-04 18:29:31 -07:00
larsbrubaker
a8405889fb
Took out some obsolete comments.
2014-06-03 18:14:44 -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
gregory-diaz
610866d2c5
If part preview thumbnail is clicked and the PartPreview window is already opened PartPreview window is brought to front.
2014-06-03 17:02:16 -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
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
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
89c040e1d8
Merge remote-tracking branch 'Greg/development' into development
2014-05-30 14:37:51 -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