Bob Kuhn
a88e847295
🐛 Fix Sensorless Probing compile (#24455 )
2年前
lujios
41f73cb457
⚡️ Improve Sensorless homing/probing accuracy for G28, G33, M48 (#24220 )
Co-authored-by: Robby Candra <robbycandra.mail@gmail.com >
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com >
2年前
Bob Kuhn
d987e23d5b
🐛 Fix init of delta safe height (for G29, G33, etc.) (#23622 )
2年前
Luc Van Daele
37c488fda1
🚸 G33 R and O options (#22707 )
3年前
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' (#21505 )
3年前
Tanguy Pruvot
a0d312396a
Followup to MP_SCARA/TPARA patches (#21248 )
3年前
Scott Lahteine
dd388aedfd
TPARA followup
3年前
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4年前
Fabio Santos
29753baeee
Adjustable delta_diagonal_rod_trim (#18423 )
4年前
Scott Lahteine
bfad23d3e2
(c) 2020
4年前
Scott Lahteine
c4df5cf9a6
Include macros for delta ABC
4年前
Jason Smith
d22eb261cf
Fix probeless delta build (#16537 )
4年前
Jason Smith
b904ba0f29
Improve Delta probing / calibration (#15887 )
5年前
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
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年前
Thomas Moore
c437bb08f1
Overhaul of the planner (#11578 )
- Move FWRETRACT to the planner
- Combine leveling, skew, etc. in a single modifier method
- Have kinematic and non-kinematic moves call one planner method
6年前
Scott Lahteine
2992112da0
Optimize delta kinematics
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
6年前
Scott Lahteine
68e6650df7
Remove Quake Fast Inverse SQRT (it isn't faster)
6年前
Scott Lahteine
c51e27d11d
Do a hard kill for failed homing moves (#11161 )
6年前
Scott Lahteine
caa5093498
General DELTA_IK macro
6年前
LVD-AC
e334efb2a7
PROBE_MANUALLY etc.
7年前
Thomas Moore
f34c3597dc
Add delta_height variable in lieu of using home_offset
7年前
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7年前
Scott Lahteine
6d5fcac54a
G33 changes from 1.1.x
7年前
Dave Johnson
f58ba3a64e
Improve AVR arch detection
Replace ARDUINO_ARCH_AVR with __AVR__ to better detect architecture for non-Arduino dev environments. Resolves compile failure in PIO for 8-bit Teensduino targets
More info:
https://forum.pjrc.com/threads/33234-Using-Teensyduino-Selecting-Teensy-3-2-3-1-board-has-incorrect-platform-define
http://www.atmel.com/webdoc/avrlibcreferencemanual/using_tools_1using_avr_gcc_mach_opt.html
7年前
Scott Lahteine
551752eac7
Consolidate "bedlevel" code
7年前