 Edward PatelandScott Lahteine
|
c06de0f097
|
MBL: Added keeping MBL active when homing single axises for #3750
|
2016-06-03 21:42:29 -07:00 |
|
Edward Patel
|
06593833ff
|
MBL: Move border macros to Configuration_adv.h
|
2016-05-30 20:50:16 +02:00 |
|
Edward Patel
|
eb2746a34f
|
MBL: Fix for negative x/y positions
|
2016-05-28 21:05:43 +02:00 |
|
 Edward PatelandScott Lahteine
|
c7d90dc5ec
|
Add option to configure G28 all axis resting position for MBL
|
2016-05-20 11:52:27 -07:00 |
|
 Edward PatelandScott Lahteine
|
14afe1a017
|
Move to Z=0 for G28 when using Manual Bed Leveling
copy of https://github.com/MarlinFirmware/MarlinDev/pull/199/commits/406992f9dd44655b33dab46e0cb4fd4a29be1695
|
2016-03-25 04:58:44 -07:00 |
|
 Edward PatelandScott Lahteine
|
c606ed447a
|
Add "G29 S4" to fine tune Z level for Mesh Bed Leveling.
Also add mbl.z_offset to the EEPROM, bumping the version to V23.
|
2016-03-25 04:58:43 -07:00 |
|
Edward Patel
|
cb0dbfa3b5
|
Fix for #3160 MESH_BED_LEVELING broke correct G1 movement in Z
|
2016-03-16 01:26:00 +01:00 |
|
Edward Patel
|
a37c7ff16d
|
Manual bed leveling menu fixes.
lcdDrawUpdate = 2 helped a lot!
|
2015-04-12 16:56:17 +02:00 |
|
Edward Patel
|
7dc64efe67
|
Added sanity check for MESH_NUM_X_POINTS and MESH_NUM_Y_POINTS
|
2015-04-08 20:52:48 +02:00 |
|
Edward Patel
|
a9ed39b12d
|
Moved checks into SanityCheck.h + removed previous added checks.
|
2015-04-07 22:58:08 +02:00 |
|
Edward Patel
|
002340f32c
|
Merge branch 'Development-Marlin' into Development
|
2015-04-07 22:49:12 +02:00 |
|
Edward Patel
|
d27c82a450
|
Added check for Delta printers in Mesh, #error not yet supported.
|
2015-04-06 23:03:06 +02:00 |
|
Edward Patel
|
9a093b2e8f
|
Added #error + mention not to enable ABL and Mesh at the same time
|
2015-04-06 19:38:59 +02:00 |
|
Edward Patel
|
5360158545
|
Merge branch 'Development-Marlin' into Development
|
2015-04-05 20:28:44 +02:00 |
|
Edward Patel
|
d24ea7c03f
|
Added Comment in hope of github seeing these updates
|
2015-04-05 05:14:06 +02:00 |
|
Edward Patel
|
61de6ecd54
|
Added change to example Configuration.h's
|
2015-04-05 04:26:35 +02:00 |
|
Edward Patel
|
2f0081bbb5
|
Compile error fix! Fix for merge artifacts.
|
2015-04-05 04:16:16 +02:00 |
|
Edward Patel
|
0e6514e7bd
|
Bug fix! Missed putting z value back in right slot after zigzag mod.
|
2015-04-05 04:13:34 +02:00 |
|
Edward Patel
|
ea10601406
|
Merge branch 'Development-Marlin' into Development
Conflicts:
Marlin/Configuration.h
Marlin/Marlin_main.cpp
|
2015-04-05 04:06:02 +02:00 |
|
Edward Patel
|
48b1c3822f
|
Merge branch 'Development-Marlin' into Development
|
2015-04-03 00:46:30 +02:00 |
|
Edward Patel
|
6bdebede27
|
Added description in the documentation for the new parts.
|
2015-04-01 21:32:28 +02:00 |
|
Edward Patel
|
6b91b7b411
|
Mesh bed leveling: Added G29 S3 + finer steps in manual probing.
* Use "G29 S3 Xn Yn Zn.nn" to modify bad probed point manually
* Changed manual Z steps from 0.05 to 0.025 and made brought it to Configuration.h
|
2015-04-01 21:18:51 +02:00 |
|
Edward Patel
|
782464ea4d
|
Parentheses need here otherwise sanitycheck.h does wrong thing on line 222
|
2015-03-27 20:22:59 +01:00 |
|
Edward Patel
|
92a7260fd0
|
typos
|
2015-03-25 21:34:55 +01:00 |
|
Edward Patel
|
4a78db29eb
|
Added instructions for Mesh bed leveling
|
2015-03-25 21:28:05 +01:00 |
|
Edward Patel
|
3d0a060a7a
|
Added G29 command
|
2015-03-21 14:50:47 +01:00 |
|
Edward Patel
|
c516747847
|
Merge branch 'Development' into manual-bed-leveling+mesh-bed-level
|
2015-03-21 14:49:52 +01:00 |
|
Edward Patel
|
a7e89d4cfa
|
Merge branch 'Development' into manual-bed-leveling+mesh-bed-level
|
2015-03-20 15:46:01 +01:00 |
|
Edward Patel
|
5112cf8422
|
Added comment for the EEPROM storage
|
2015-03-20 11:46:47 +01:00 |
|
Edward Patel
|
4619d80524
|
Merge branch 'Development' into manual-bed-leveling+mesh-bed-level
|
2015-03-20 11:45:06 +01:00 |
|
Edward Patel
|
a61f679568
|
Merge branch 'Development' into manual-bed-leveling+mesh-bed-level
|
2015-03-20 02:28:35 +01:00 |
|
Edward Patel
|
c87faa69ed
|
Shortened mesh_plan_buffer_line()
|
2015-03-20 02:18:49 +01:00 |
|
Edward Patel
|
28c91deb5c
|
EEPROM saving of z_values.
Tried to make it a little intelligent.
|
2015-03-18 21:07:07 +01:00 |
|
Edward Patel
|
240b5cfe04
|
Merge branch 'Development' into manual-bed-leveling+mesh-bed-level
|
2015-03-18 19:19:46 +01:00 |
|
Edward Patel
|
0d43898a22
|
Remove of mesh_plan_buffer_line parameter reference (e)
|
2015-03-17 22:55:29 +01:00 |
|
Edward Patel
|
8067a985ce
|
Merge branch 'Development' into manual-bed-leveling+mesh-bed-level
Fixed conflicts:
Marlin/planner.h
|
2015-03-17 22:48:08 +01:00 |
|
Edward Patel
|
e983a5ab92
|
Disable option. Enable for use/test.
|
2015-03-16 02:50:11 +01:00 |
|
Edward Patel
|
f34b9c83d1
|
Added comment about MESH_NUM axis points.
|
2015-03-16 01:48:46 +01:00 |
|
Edward Patel
|
8005d22c81
|
Added menu option for bed leveling.
|
2015-03-15 23:24:32 +01:00 |
|
Edward Patel
|
0e51e53813
|
WIP. Adding bed leveling code.
|
2015-03-15 23:24:32 +01:00 |
|