Radek Pietruszewski
e6a675e6ec
Fix missing string for M48 build ( #16708 )
5 years ago
Neskik
1db9d9f76f
Fix probe temp calibration ( #16718 )
5 years ago
InsanityAutomation
0fcf2b1110
Quad Z stepper support ( #16277 )
5 years ago
Scott Lahteine
707349d492
Updates for L64XX
5 years ago
tompe-proj
a338dce83f
PINDA v2 temperature sensor / compensation ( #16293 )
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
Jason Smith
3cade6245e
Fix MIN_PROBE_EDGE bug in default ABL G29 ( #16367 )
5 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
5 years ago
randellhodges
0b6c2d893e
Fix G34 with Z_DUAL_STEPPER_DRIVERS compile ( #16274 )
5 years ago
Scott Lahteine
deff538909
Fix broken M100_dump_routine
5 years ago
Scott Lahteine
b49a0e39d5
HOME_USING_SPREADCYCLE is obsolete
Co-Authored-By: teemuatlut <teemu.mantykallio@live.fi>
5 years ago
Moshi Binyamini
dcdaa2025f
Sanity-check Z_STEPPER_AUTO_ALIGN coordinates ( #16231 )
5 years ago
Scott Lahteine
0400783444
Tweak G34, fix a declaration
5 years ago
danym21
6e8dcba698
Fix G28 debug line, M569 calls ( #16213 )
5 years ago
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 years ago
Jason Smith
b904ba0f29
Improve Delta probing / calibration ( #15887 )
5 years ago
Evgeny-SPB
7116a8645c
G34 logic / typo fix ( #15938 )
5 years ago
Roxy-3D
f19fa64e98
Eliminate multiple settings to extruder_duplication_enabled in G28
If the IDEX mode was previously set (via GCode or the LCD Panel) to a duplication mode... It was lost after a G28 due to this redundant setting of 'extruder_duplication_enabled'.
It is very important to the various use cases of IDEX machines that extruder_duplication_enabled is preserved across a G28. The reason is this allows a person to use the LCD Panel to put the machine into a duplication mode, and then send a 'normal' part file to the printer and get two parts out of the process.
5 years ago
danym21
28e1614c2e
Add Sensorless Homing current ( #15690 )
5 years ago
Jason Smith
770adcfa15
Raise Z before homing X/Y on unknown Z ( #15859 )
5 years ago
Jacob Jordan
9895e6d766
Only use slow homing speed where applicable ( #15640 )
5 years ago
Scott Lahteine
cd3ec5a77b
Add error-check to M422
5 years ago
Jason Smith
832cb7e1ac
Z_STEPPER_AUTO_ALIGN — To align with Z stepper points ( #15195 )
5 years ago
Marcio Teixeira
6a865a6146
Multi-language support ( #15453 )
5 years ago
Scott Lahteine
f307ff68f7
Multiply by float, not double
5 years ago
Alex Somesan
10bbed7f69
Fix comma/semicolon typo ( #15420 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
5 years ago
Robby Candra
9c288a682d
Followup to probe_at_point change ( #15342 )
5 years ago
Scott Lahteine
5288c399ce
Patch probe offset name, defines
5 years ago
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
5 years ago
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets ( #15202 )
5 years ago
Scott Lahteine
5e13fe989f
Rename some feedrate-oriented functions
5 years ago
Scott Lahteine
13d725d24d
Tweak debug messages
5 years ago
Scott Lahteine
b71a755a30
Add float suffix in G33
5 years ago
Scott Lahteine
c353eaa146
Misc changes from struct refactor ( #15289 )
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor ( #15256 )
5 years ago
Scott Lahteine
f9992c5f33
Implausible
5 years ago
Giuliano Zaro
9958f5e322
Home on G34 if steppers slept ( #15127 )
5 years ago
Luu Lac
081e4506ca
Fix G53 as prefix, G28 with CNC_COORDINATE_SYSTEMS ( #15069 )
5 years ago
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI ( #14967 )
5 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.
5 years ago
Acenotass
4af9908764
Update M48 command in the status line ( #14816 )
5 years ago
teemuatlut
d4974ea719
TMC SPI Endstops and Improved Sensorless Homing ( #14044 )
5 years ago
InsanityAutomation
6f8b8c394d
Homing backoff per-axis / delta Z ( #14789 )
5 years ago
Acenotass
659d06d9b9
M48 menu item, result to status ( #14772 )
5 years ago
Giuliano Zaro
290466578f
Adafruit Grand Central M4 ( #14749 )
5 years ago
Scott Lahteine
1088846cae
Cosmetic updates from 14044
5 years ago
Jason Smith
f2c5740d06
Add 'E' argument to G34 to allow stowing between probes ( #14533 )
- Use the return value from probe_pt during `G34`
Eliminate the assumption that probe_pt leaves current_position set to values relative to the probed points. This is not always true, depending on the raise_after argument.
- Add '`E`' argument to `G34` command allowing stowing between each probe.
5 years ago