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
|
7c5e6900e1
|
Tweak comment
|
5 years ago |
InsanityAutomation
|
0ca6abce72
|
Add reporting to M290 (#15376)
|
5 years ago |
InsanityAutomation
|
a6b0223eea
|
Revive and improve DELTA probe bounds, LRFB options (#15372)
|
5 years ago |
InsanityAutomation
|
5221e2d991
|
Restore Host Prompt Info (#15387)
|
5 years ago |
Scott Lahteine
|
d683f98019
|
Return buffer in duration.toString
|
5 years ago |
Marcio Teixeira
|
a18d16fb8b
|
Do not implicitly concatenate localized strings (#15383)
|
5 years ago |
Scott Lahteine
|
665e45e0ba
|
Reduce string storage, use masking 'seen'
|
5 years ago |
Scott Lahteine
|
455dabb183
|
Add a feedRate_t data type (#15349)
|
5 years ago |
Scott Lahteine
|
b2e1f77f58
|
Fix extraneous "Home XYZ First" message
|
5 years ago |
Scott Lahteine
|
25c4c2f24e
|
Fix bool in M851
|
5 years ago |
Scott Lahteine
|
da1bda493e
|
Apply Marlin conventions to M851
|
5 years ago |
InsanityAutomation
|
e9cf46a9a5
|
M851 XY 3 point followup (incomplete) (#15361)
|
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
|
1a1375964f
|
Drop unused G26 function
|
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 |
Bas Stottelaar
|
847e4ced11
|
Fix M43 without watchdog (#15280)
|
5 years ago |
Scott Lahteine
|
d5f5203880
|
Use "mount" as card verb
|
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 |
Scott Lahteine
|
6091e6300a
|
Fix G90, G91, M82, M83 rel/abs modes (#15218)
|
5 years ago |
Scott Lahteine
|
c590e8ac05
|
Improve Power-loss Recovery (#15135)
|
5 years ago |
Scott Lahteine
|
75927e17dd
|
Filament Width Sensor singleton (#15191)
|
5 years ago |
Scott Lahteine
|
584c86bed1
|
More "zero extruders" changes (#15213)
|
5 years ago |
Scott Lahteine
|
841c8ce0d9
|
Remove PROMPT_INFO / PROMPT_GCODE_INFO (#15210)
|
5 years ago |
InsanityAutomation
|
0693767efa
|
ExtUI Pause/Stop on all Pause/Stop (#15188)
|
5 years ago |
Lucio Tarantino
|
8ac52aedff
|
M118 multiserial support (#15176)
|
5 years ago |
Jamie
|
dbee0e9c54
|
Analog joystick jogging control (#14648)
|
5 years ago |
Ludy
|
068c303742
|
More translatable LCD strings (#15190)
|
5 years ago |
Scott Lahteine
|
7496e1cd67
|
whitespace
|
5 years ago |
Jamie
|
293b890940
|
Apply soft limits to G2/G3 final target (#15156)
|
5 years ago |
Giuliano Zaro
|
9958f5e322
|
Home on G34 if steppers slept (#15127)
|
5 years ago |
Scott Lahteine
|
a2e412c0ce
|
Rename command buffer var
|
5 years ago |
Scott Lahteine
|
586b334c2a
|
Split up stepper indirection (#15111)
|
5 years ago |
Luu Lac
|
081e4506ca
|
Fix G53 as prefix, G28 with CNC_COORDINATE_SYSTEMS (#15069)
|
5 years ago |
InsanityAutomation
|
b7796bcce6
|
Disable steppers on M112 (#15065)
And change verbiage to not refer to "Emergency Stop."
|
5 years ago |
InsanityAutomation
|
f218405c36
|
Fix ExtUI invalid speed, timer (#15031)
|
5 years ago |
Scott Lahteine
|
dd6efe96e7
|
Restore documented M503 behavior
|
5 years ago |
InsanityAutomation
|
af5a7a2925
|
Add missing ExtUI user confirmation (#14992)
|
5 years ago |
Marcio Teixeira
|
274934ad81
|
Add LULZBOT_TOUCH_UI (#14967)
|
5 years ago |
Marcio Teixeira
|
179d6c4ed1
|
Add STARTUP_SCRIPT option. M17 parity with M18. (#14953)
|
5 years ago |
Joseph Bozarth
|
0fbb26c28f
|
M16 - Expected Printer Check (#14924)
|
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 |