Commit graph

16 commits

Author SHA1 Message Date
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
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
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
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