Scott Lahteine
|
93cd66ac11
|
Tweaky change from (C) to (c)
|
6 years ago |
InsanityAutomation
|
5b2c37d6c1
|
Followup to BLTouch (#13422)
|
6 years ago |
Scott Lahteine
|
0feeef2604
|
Update copyright in headers
|
6 years ago |
Scott Lahteine
|
56150ec030
|
Add reference comments to MeshLevelingState
|
6 years ago |
Scott Lahteine
|
44fa7fb18c
|
Cleanups for leveling-related code
|
6 years ago |
Scott Lahteine
|
f5eab912ed
|
Apply #pragma once, misc cleanup (#12322)
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
|
6 years ago |
Scott Lahteine
|
63f4c9bdb9
|
Followup to float maths patch
|
7 years ago |
etagle
|
1367df2875
|
Replace double with float, optimize calculation
|
7 years ago |
Scott Lahteine
|
836b0bbeee
|
Fix MBL line_to_destination
Fix #10708
|
7 years ago |
Scott Lahteine
|
2057177184
|
Make enums into implicit char
|
7 years ago |
Scott Lahteine
|
60d07f20e7
|
Make mbl.has_mesh() a method
|
7 years ago |
Scott Lahteine
|
86818c9a89
|
Move MBL functions into the class
|
7 years ago |
Scott Lahteine
|
ef2531558c
|
Add an option to segment leveled moves
|
7 years ago |
Scott Lahteine
|
3e3911fb81
|
Use planner.leveling_active for all leveling systems
|
7 years ago |
Scott Lahteine
|
551752eac7
|
Consolidate "bedlevel" code
|
8 years ago |
Scott Lahteine
|
722786966a
|
Add gcode.cpp, motion.*, queue.* - Apply to some G-codes.
|
8 years ago |
Scott Lahteine
|
4a82e95c3e
|
Feature file updates
|
8 years ago |
Scott Lahteine
|
fa5f9c2aec
|
Move 'feature' files
|
8 years ago |
Scott Lahteine
|
4857a3ba48
|
Formatting and spelling
|
8 years ago |
Scott Lahteine
|
081bf1f879
|
Patch #else / #endif comments
|
8 years ago |
Scott Lahteine
|
e79b335367
|
Patches for leveling reactivation in G28 / M48
|
8 years ago |
Scott Lahteine
|
5e4f4d387f
|
Swap MBL z_values dimensions to [X][Y]
|
8 years ago |
Scott Lahteine
|
d13991ae18
|
Use same config name for all mesh dimensions
|
8 years ago |
Scott Lahteine
|
eb1e6aa29b
|
Use same config name for all mesh dimensions
|
8 years ago |
Scott Lahteine
|
25a6bfa7ed
|
Add and apply WITHIN macro
|
8 years ago |
Scott Lahteine
|
c9eb1d6ab7
|
Make MBL a static class, use lookup for index-to-point conversion
|
8 years ago |
Scott Lahteine
|
d076c1b604
|
Apply some general cleanup to code
|
8 years ago |
Scott Lahteine
|
3e927ff204
|
Replace MBL Z hacking
|
8 years ago |
Scott Lahteine
|
84ff78c1e3
|
Pass the fade factor to mbl.get_z
|
8 years ago |
Scott Lahteine
|
85c2b96685
|
Apply const to MBL class methods
|
8 years ago |
Scott Lahteine
|
bad286d52f
|
Save CPU by multiplying by pre-compiled values
|
9 years ago |
Scott Lahteine
|
dce6026e0e
|
Remove premature cast to int
|
9 years ago |
João Brázio
|
3ebad4e020
|
Moves all global enums to a central file
|
9 years ago |
Scott Lahteine
|
cca047424d
|
MBL: cel => cell
|
9 years ago |
Scott Lahteine
|
c2362c1b3c
|
Apply Marlin coding standards to MBL class
|
9 years ago |
Edward Patel
|
c06de0f097
|
MBL: Added keeping MBL active when homing single axises for #3750
|
9 years ago |
Edward Patel
|
06593833ff
|
MBL: Move border macros to Configuration_adv.h
|
9 years ago |
Edward Patel
|
eb2746a34f
|
MBL: Fix for negative x/y positions
|
9 years ago |
Scott Lahteine
|
827738a790
|
set_z parameters marked const
|
9 years ago |
Scott Lahteine
|
4955163959
|
Propose simpler probe index methods
|
9 years ago |
Scott Lahteine
|
a1a5cb5393
|
Propose simpler cel index methods
|
9 years ago |
Scott Lahteine
|
a4ed988c60
|
Two index finding functions for MBL
|
9 years ago |
Scott Lahteine
|
754b0152f5
|
Fix MBL zigzag calls
|
9 years ago |
Scott Lahteine
|
bc5a547d55
|
More robust MBL index / point conversion
|
9 years ago |
Scott Lahteine
|
2129db581e
|
Simplify MBL movement, zigzag
|
9 years ago |
Scott Lahteine
|
0493fccc0b
|
mbl.active is a bool now
|
9 years ago |
Edward Patel
|
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.
|
9 years ago |
Scott Lahteine
|
0da744b7b0
|
Further cleanup of comments, partial Doxygen-style
Following up on #3231
|
9 years ago |
jbrazio
|
5e5d250832
|
Added gplv3 header to all Marlin files
|
9 years ago |
Scott Lahteine
|
6e1bc03d3b
|
Additional wrapping for #3140
|
9 years ago |