Commit graph

19 commits

Author SHA1 Message Date
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
1e41bca15d Fixed the number of samples message. 2015-10-16 12:22:28 -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
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
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