Commit graph

14 commits

Author SHA1 Message Date
Kevin Pope
5663289ef7 Make application controller a generic object. Fix title of auto-leveling warning window. 2014-09-22 14:16:40 -07:00
larsbrubaker
005f5e5ec6 Made leveling calibration include the width of the paper (subtract it) when calculating the plane of the bed. 2014-07-26 15:51:44 -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
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
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
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
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
Renamed from ConfigurationPage/PrintLevelWizard.cs (Browse further)