Jacob Jordan
9895e6d766
Only use slow homing speed where applicable (#15640 )
5 年之前
Scott Lahteine
cd3ec5a77b
Add error-check to M422
5 年之前
Jason Smith
832cb7e1ac
Z_STEPPER_AUTO_ALIGN — To align with Z stepper points (#15195 )
5 年之前
Marcio Teixeira
6a865a6146
Multi-language support (#15453 )
5 年之前
Scott Lahteine
f307ff68f7
Multiply by float, not double
5 年之前
Alex Somesan
10bbed7f69
Fix comma/semicolon typo (#15420 )
5 年之前
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 年之前
Scott Lahteine
455dabb183
Add a feedRate_t data type (#15349 )
5 年之前
Robby Candra
9c288a682d
Followup to probe_at_point change (#15342 )
5 年之前
Scott Lahteine
5288c399ce
Patch probe offset name, defines
5 年之前
Scott Lahteine
4e8d9fe59b
zprobe_offset => probe_offset
5 年之前
InsanityAutomation
df1e51258a
Add M851 X Y probe offsets (#15202 )
5 年之前
Scott Lahteine
5e13fe989f
Rename some feedrate-oriented functions
5 年之前
Scott Lahteine
13d725d24d
Tweak debug messages
5 年之前
Scott Lahteine
b71a755a30
Add float suffix in G33
5 年之前
Scott Lahteine
c353eaa146
Misc changes from struct refactor (#15289 )
5 年之前
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
5 年之前
Scott Lahteine
f9992c5f33
Implausible
5 年之前
Giuliano Zaro
9958f5e322
Home on G34 if steppers slept (#15127 )
6 年之前
Luu Lac
081e4506ca
Fix G53 as prefix, G28 with CNC_COORDINATE_SYSTEMS (#15069 )
6 年之前
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI (#14967 )
6 年之前
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 年之前
Acenotass
4af9908764
Update M48 command in the status line (#14816 )
6 年之前
teemuatlut
d4974ea719
TMC SPI Endstops and Improved Sensorless Homing (#14044 )
6 年之前
InsanityAutomation
6f8b8c394d
Homing backoff per-axis / delta Z (#14789 )
6 年之前
Acenotass
659d06d9b9
M48 menu item, result to status (#14772 )
6 年之前
Giuliano Zaro
290466578f
Adafruit Grand Central M4 (#14749 )
6 年之前
Scott Lahteine
1088846cae
Cosmetic updates from 14044
6 年之前
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.
6 年之前
InsanityAutomation
b8cc61262f
Finish G12, update Nozzle::clean (#14642 )
6 年之前
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
6 年之前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 年之前
GMagician
82ecaa767e
Remove unused code in M100
queue.buffer is in bss area, start_free_memory starts from heap then above of bss
6 年之前
Marcio Teixeira
e6cf7860e8
Improve ExtUI, fix compiler errors, warnings (#14441 )
6 年之前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 年之前
Scott Lahteine
2580104c8b
Revert recent probe changes
- Revert "Fix FIX_MOUNTED_PROBE compile error (#14393 )"
- Revert "Fix G28 with non-BLTouch probes (#14381 )"
- Revert "Fix BLTOUCH deploy/stow in HS mode (#14352 )"
- Revert "Apply needed BLTouch patch (#14233 )"
Co-Authored-By: AnHardt <github@kitelab.de >
6 年之前
BigIronGuru
9f136a7c67
Low-priority homing in G34 (#14391 )
6 年之前
Scott Lahteine
49627069a5
Shorthand for home-after-deactivate
6 年之前
Marcio Teixeira
8e23e9b16c
Fix FIX_MOUNTED_PROBE compile error (#14393 )
6 年之前
BigIronGuru
12d21e642f
Update G34 for non-BLTouch probes (#14380 )
6 年之前
BigIronGuru
5986194c36
Fix G28 with non-BLTouch probes (#14381 )
6 年之前
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control (#14117 )
6 年之前
BigIronGuru
9c83135d40
Only home Z at the end of G34 (#14353 )
6 年之前
InsanityAutomation
a9acd2f497
G34 configurable angle limit (#14321 )
6 年之前
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection (#14236 )
6 年之前
InsanityAutomation
bf64dd4db6
Improve G34, M422 (Z alignment) (#14142 )
6 年之前
Scott Lahteine
04715e04ee
Minor M100 cleanup
6 年之前
Scott Lahteine
3c179bbd47
Simpler G28 home axis conditions
6 年之前
Scott Lahteine
aeec9ef76b
Update backlash code
6 年之前
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command (#14015 )
6 年之前