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
Chris Pepper
f499cecf0d
Marlin Binary Protocol Mark II ( #14817 )
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
f59a7e8b07
Print/display ABL current probe point ( #14788 )
5 years ago
InsanityAutomation
6f8b8c394d
Homing backoff per-axis / delta Z ( #14789 )
5 years ago
Scott Lahteine
c2b319360d
Remove extra pragmas
5 years ago
Acenotass
659d06d9b9
M48 menu item, result to status ( #14772 )
5 years ago
rafaljot
e44fccf3d2
Add support for M575 ( #14757 )
5 years ago
Scott Lahteine
eae543adf3
Apply HAS_SPI_LCD as needed
5 years ago
Giuliano Zaro
290466578f
Adafruit Grand Central M4 ( #14749 )
5 years ago
Scott Lahteine
17abb94532
Whitespace patch
5 years ago
Ludy
97e9c95f47
Fix & clean up ExtUI ( #14748 )
5 years ago
Scott Lahteine
a3dc1e461b
Update M7219 comment, tweak parameter code
5 years ago
Scott Lahteine
1088846cae
Cosmetic updates from 14044
5 years ago
InsanityAutomation
dc6fa04f68
Fix single nozzle temp change, do slower extra prime ( #14696 )
5 years ago
Tim Moore
e5aa453293
Add support for 2 Neopixel strips ( #14667 )
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
InsanityAutomation
b8cc61262f
Finish G12, update Nozzle::clean ( #14642 )
5 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
5 years ago
Scott Lahteine
eaf1c0954e
Update some precompiler tests
5 years ago
InsanityAutomation
ce02c6cee2
Variable tool change purge ( #14618 )
5 years ago
Marcio Teixeira
cbe4bf2ba8
Fix process_injected_command undefined behavior ( #14602 )
5 years ago
InsanityAutomation
d2f20803ba
Allow nozzle clean with limited Axis ( #14619 )
5 years ago
Robby Candra
e96468566d
Fix Z_PROBE_END_SCRIPT in ABL ( #14621 )
5 years ago
scotthsl
19b24a349c
Fix M412 without HOST_ACTION_COMMANDS ( #14591 )
5 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
5 years ago