Katelyn Schiesser
de4b3498c7
🐛 Fix IJK axis references, E stepper indices (#22176 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 years ago
DerAndere
7726af9c53
🏗️ Support for up to 6 linear axes (#19112 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
4 years ago
Scott Lahteine
dd4990252e
♻️ Refactor Linear / Logical / Distinct Axes (#21953 )
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
4 years ago
Scott Lahteine
a6e5492b08
♻️ Refactor axis counts and loops
4 years ago
Scott Lahteine
abbe3f0dc7
🎨 Misc cleanup and fixes
4 years ago
Scott Lahteine
49548c343d
Optimize G-code flag parameters (#21849 )
4 years ago
fedetony
32dba5e0c7
Realtime Reporting, S000, P000, R000 (#19330 )
4 years ago
rdhoggattjr
62680bb356
LCD position in current units (#20145 )
4 years ago
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
5 years ago
Scott Lahteine
c73894308c
Tweak M114 D output
5 years ago
Scott Lahteine
aecfc05748
Align slightly in M114 detail
5 years ago
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
5 years ago
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
5 years ago
Scott Lahteine
3a07b4412d
Asynchronous M114 and (R)ealtime position option (#17032 )
5 years ago
Scott Lahteine
c4db8e49a7
XYZ_CHAR macro
5 years ago
Scott Lahteine
f312ddfa4f
More updates for 8 extruders, REPEAT
5 years ago
Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
InsanityAutomation
0fcf2b1110
Quad Z stepper support (#16277 )
5 years ago
Bob Kuhn
1ad53cee1f
Improved STMicro L64XX stepper driver support (#16452 )
5 years ago
Scott Lahteine
95046c9047
Extend SERIAL_CHAR to take multiple arguments
5 years ago
BigTreeTech
441ee3e53f
Add 'M114 E' to get E position (M114_DETAIL) (#16026 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
5 years ago
Scott Lahteine
586b334c2a
Split up stepper indirection (#15111 )
6 years ago
Scott Lahteine
c8e30b6639
Fix code attempting to sprintf %f (#14869 )
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h (#13388 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Bob Kuhn
2f35747f29
L6470 SPI daisy chain support (#12895 )
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 years ago
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
7 years ago
Scott Lahteine
8f8c6a9bc4
Move get_axis_position_mm to Planner (#10718 )
7 years ago
Scott Lahteine
306f0f2135
Move Stepper::synchronize to Planner (#10713 )
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7 years ago
Scott Lahteine
bfe223e120
Adjust usage of stepper.synchronize
7 years ago
Scott Lahteine
c9bda932fe
Patch M114 D logical output
7 years ago
Scott Lahteine
73e32925e4
References are better for array args
7 years ago
Scott Lahteine
125c572d97
Tweak M114 detail
7 years ago
Scott Lahteine
e70b44dc0b
Make sure leveled[] is defined for later use
7 years ago
Scott Lahteine
009e3a7aa7
Add M114_DETAIL to Configuration_adv.h
7 years ago
Scott Lahteine
e8e92f8969
No leveling data in M114 if no leveling is enabled
7 years ago
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7 years ago
Scott Lahteine
81b8fbf4d6
Move M114 to cpp
8 years ago
Scott Lahteine
4231faf779
Initial split-up of G-code handlers by category
8 years ago