Scott Lahteine
83922dd4e6
🩹 Fix some vector_3 cast operators
2 년 전
Scott Lahteine
1dafd1887e
🎨 Apply F() to various reports
3 년 전
DerAndere
7726af9c53
🏗️ Support for up to 6 linear axes (#19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
3 년 전
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' (#21505 )
3 년 전
Scott Lahteine
be775ed72d
Move apply_rotation_xyz into matrix_3x3
3 년 전
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 년 전
Scott Lahteine
bfad23d3e2
(c) 2020
4 년 전
Jason Smith
b904ba0f29
Improve Delta probing / calibration (#15887 )
5 년 전
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 년 전
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
5 년 전
Scott Lahteine
c2b319360d
Remove extra pragmas
5 년 전
Scott Lahteine
b6546ea33a
Add include guards to some headers
5 년 전
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 년 전
Scott Lahteine
0feeef2604
Update copyright in headers
5 년 전
Scott Lahteine
0c85869c26
Clean up file endings
6 년 전
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
6 년 전
AnoNymous
a644d8cb93
Avoid copies in vector and matrix (#11959 )
6 년 전
Scott Lahteine
32512332df
Apply some formatting
7 년 전
Scott Lahteine
d7ee81202f
Libs updates
7 년 전
Scott Lahteine
efa578d6b0
Move 'libs' files
7 년 전
Scott Lahteine
a3645ec921
Reference op with variable name
7 년 전
Scott Lahteine
492bc536bf
Modify debug methods to take PSTR
7 년 전
Scott Lahteine
ea0dbee3c9
Enable ABL by type, support bilinear on cartesian
8 년 전
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
8 년 전
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
8 년 전
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
9 년 전
Richard Wackerbarth
6292d9e815
Rename ENABLE_AUTO_BED_LEVELING
With the introduction of the #if ENABLED(…)
reads better than
9 년 전
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
9 년 전
Scott Lahteine
460f73056b
Fix ECHOPAIR ambiguity
- Also patch up some warnings
9 년 전
alexborro
d74aabf259
Revert "Change Auto_Bed_Leveling to Auto_Bed_Compensation"
10 년 전
John Davis
cfe80e1def
Update vector_3.h
10 년 전
fsantini
b64661070e
Fixed the plane vector equation to a simpler one (only dependent on the normal)
Removed the calculation of the inverse matrix since the rotation matrix is orthogonal, therefore inverted == transposed.
Much simpler and mathematically robust.
11 년 전
Alex Borro
253dfc4bc1
Bed Auto Leveling feature
Check the Readme for instruction how to enable and configure the feature
11 년 전