tombrazier
8f8427ec8f
⚡️ Apply PTC on all probing (#23764 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2 年之前
Scott Lahteine
7f1286a11f
🎨 Apply F() to status message
3 年之前
Scott Lahteine
754b31918a
🎨 Fewer serial macros
3 年之前
Scott Lahteine
528b9bd872
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
3 年之前
Scott Lahteine
24a095c5c1
Reduce math library code size by 3.4KB (#21575 )
3 年之前
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' (#21505 )
3 年之前
Miguel Risco-Castillo
930752d46e
Ender 3 V2 Status Line (#21369 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
deirdreobyrne
468e437390
Allow Zero Endstops (e.g., for CNC) (#21120 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char (#20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
3 年之前
X-Ryl669
27366197f3
Serial refactor followup (#20932 )
3 年之前
Scott Lahteine
d33fe2378c
Move common strings (#20846 )
3 年之前
qwewer0
4eedeabb51
Fix M48 output (#20713 )
3 年之前
Scott Lahteine
eaf6777a66
Rename ultralcd => marlinui
4 年之前
Scott Lahteine
c2c6a679ea
Rename LCD conditionals (#19533 )
4 年之前
Scott Lahteine
5f5f76956f
Fix up tests, warnings
4 年之前
swissnorp
a12ac5e175
Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907 )
4 年之前
Giuliano Zaro
6b549e1971
Optional homing in LCD Repeatability Test (#19104 )
4 年之前
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 年之前
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
4 年之前
Scott Lahteine
118bd2f8b2
Apply loop shorthand macros (#17159 )
4 年之前
Scott Lahteine
be62ab2d02
Move reachable test to Probe class
4 年之前
Scott Lahteine
bfad23d3e2
(c) 2020
4 年之前
Scott Lahteine
90b6324563
Encapsulate probe as singleton class (#16751 )
4 年之前
Radek Pietruszewski
e6a675e6ec
Fix missing string for M48 build (#16708 )
4 年之前
Jason Smith
3cade6245e
Fix MIN_PROBE_EDGE bug in default ABL G29 (#16367 )
4 年之前
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 年之前
Marcio Teixeira
6a865a6146
Multi-language support (#15453 )
5 年之前
Scott Lahteine
f307ff68f7
Multiply by float, not double
5 年之前
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
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
c353eaa146
Misc changes from struct refactor (#15289 )
5 年之前
Scott Lahteine
f9992c5f33
Implausible
5 年之前
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 年之前
Acenotass
4af9908764
Update M48 command in the status line (#14816 )
5 年之前
Acenotass
659d06d9b9
M48 menu item, result to status (#14772 )
5 年之前
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
5 年之前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 年之前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 年之前
Scott Lahteine
0feeef2604
Update copyright in headers
5 年之前
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 年之前
Scott Lahteine
5f6aabccbe
Tweak M48 spacing
6 年之前
etagle
1367df2875
Replace double with float, optimize calculation
6 年之前
Scott Lahteine
99ecdf59af
Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
6 年之前
Scott Lahteine
c352954882
Allow no raise after run_z_probe in probe_pt
6 年之前
Scott Lahteine
14c03cb6f4
[2.0.x] Make MIN_PROBE_EDGE a general option (for electronic probes) (#10069 )
Some probes don't work near the edges of the bed. This change promotes MIN_PROBE_EDGE to a general setting that applies to all probing functions.
6 年之前
AnHardt
133b38b93b
Complete M48 description (#9631 )
6 年之前
Colten Edwards
a6160916b0
[2.0] Fix M48 for delta printers/ABL compile issue (#8286 )
* fix M48 for delta printers
fix M48 for delta printers. home printer if not already homed.
* remove ENABLED(DELTA)
remove ENABLED(DELTA) as it is not needed.
* Update M48.cpp
* abl needs queue.h
without queue.h abl will not compile since there is a script that runs at the end of it and we need to queue it up.
7 年之前
Scott Lahteine
f8393a0908
Operate in Native Machine Space
7 年之前