Lars Brubaker
d49739f490
Make sure we ask for position after auto bed level.
...
Make sure we always show the known position of the printer when we re-build the display.
2015-11-23 15:45:35 -08:00
Lars Brubaker
4bd28d9155
Make 7 and 13 point not run if it has not be initialized.
2015-11-16 12:01:37 -08:00
Lars Brubaker
d06a276c32
Attempting to fix a bug with homing not being immediately accounted for before relative movement in 7 and 13 point print leveling.
2015-11-16 11:55:07 -08:00
Lars Brubaker
02a5d6993d
Made the leveling page easier to use on touch
...
made the message box easier to use on touch
fixed spelling errors.
2015-10-19 15:59:42 -07:00
Lars Brubaker
1e41bca15d
Fixed the number of samples message.
2015-10-16 12:22:28 -07:00
Lars Brubaker
b83b967968
Took out double clicking on library
...
Fixed a bug where print leveling could get bad data by clicking back.
2015-09-01 17:08:59 -07:00
larsbrubaker
0bf526dc02
Put in some more tooltips.
2015-08-15 16:38:07 -07:00
larsbrubaker
8c810f63f1
Made 7 point and 13 point leveling code share a base class
...
Wrote relative movement leveling for 7 and 13 point
Wrote unit tests for relative movement
Improved unit tests to include outputting the expected strings.
2015-08-15 16:18:49 -07:00
larsbrubaker
74a5675f46
also needed the 13 point leveling code.
2015-08-14 21:48:31 -07:00
larsbrubaker
8739a7f9e2
writing relative move leveling for 7 and 13 point code.
...
Starting tests for relative leveling.
2015-08-14 21:46:29 -07:00
Lars Brubaker
2b089cfa4a
Made the bed leveling test pass again.
...
Made library take zips again and filter items it can't take.
Deleted some dead code.
2015-08-07 16:35:36 -07:00
Lars Brubaker
b183bcf1d5
Sample the center point correctly.
2015-08-06 11:07:55 -07:00
Lars Brubaker
b1671feb1d
Put in a 13 point disk option.
2015-08-05 11:12:01 -07:00
Lars Brubaker
c558f1cb10
More code to allow leveling for beds not with a center at 0,0
2015-08-05 10:30:43 -07:00
Lars Brubaker
3fa6fadcb2
Make 7 point leveling work on any printer.
2015-08-05 10:19:15 -07:00
larsbrubaker
9eb687afb8
Make the current z also be passed back.
2015-08-05 08:49:59 -07:00
larsbrubaker
9594eb2ac6
Fixed the 7 point leveling to intersect the calculated plan rather than the polar interpolation.
2015-08-05 07:59:09 -07:00
Lars Brubaker
4bf742b5c7
Wrote unit tests for 7 point print leveling math.
2015-08-04 17:34:52 -07:00
Lars Brubaker
41bbc2f5cf
7 point has 21 steps
2015-08-04 12:17:09 -07:00
Lars Brubaker
b5561d38a7
Made all the print leveling data settable in config
2015-08-03 15:48:36 -07:00
johnlewin
356bdad2d2
Merge pull request #345 from gregory-diaz/master
...
Fixed Bug: Previously you could not add zip files to the queue using …
2015-08-03 11:09:33 -07:00
larsbrubaker
6521348cde
Make sure we commit our leveling data.
...
Cleaned up the 7 point math.
2015-08-01 16:58:25 -07:00
larsbrubaker
3eaa715c22
Wrote the triangle interpolator for radial leveling.
...
Took linq out of PrintLevelingPlane
2015-08-01 15:50:39 -07:00
larsbrubaker
5e6af4b2f6
Making print leveling code go through the loaded print leveling solution (rather than the leveling plane).
...
Refactoring.
Working on a new 7 point radial print leveling solution for delta printers.
2015-08-01 14:44:53 -07:00
Gregory Diaz
2cc9831c84
Fixed some grammar issues in UI text
2015-07-31 12:22:32 -07:00
Lars Brubaker
5cc1b651b4
UI thread is more explicit about what functions it accepts and now accepts no parameter functions.
2015-06-11 12:06:40 -07:00
Lars Brubaker
591528ee91
Ran code maid against this code.
2015-04-08 15:20:10 -07:00
Lars Brubaker
ef20f2e65a
Made lots of windows stay on top of the main window.
...
Fixed a bug with the close menu item and the terminal window being open.
2014-12-17 10:30:45 -08:00
larsbrubaker
222a5a46a7
Changed ButtonEventHandler to EventHandler
...
Made lock disable the selection widget but be more inteligent about re-enabling it after unlock
2014-10-24 13:41:13 -07:00
kevinepope
e936fe98f7
Change message confirmation dialogs from modal to async w/callback.
2014-10-21 21:20:09 -07:00
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
0db380572b
Put in a allow less than zero in print leveling.
2014-08-26 18:44:36 -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
f4d7d0b5c4
Made the print leveling control its own window.
2014-06-27 12:45:14 -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
larsbrubaker
7e72699e94
Move up after last probe point.
2014-06-20 10:13:19 -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
6495c5dc7a
Make sure we can send a home
2014-06-17 09:52:13 -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
kevinepope
b802255afd
Handle error that occurred when skipping connection setup (needs review)
2014-06-15 14:20:13 -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
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