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
6 years ago
Scott Lahteine
1088846cae
Cosmetic updates from 14044
6 years ago
InsanityAutomation
dc6fa04f68
Fix single nozzle temp change, do slower extra prime ( #14696 )
6 years ago
Tim Moore
e5aa453293
Add support for 2 Neopixel strips ( #14667 )
6 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.
6 years ago
InsanityAutomation
b8cc61262f
Finish G12, update Nozzle::clean ( #14642 )
6 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
6 years ago
Scott Lahteine
eaf1c0954e
Update some precompiler tests
6 years ago
InsanityAutomation
ce02c6cee2
Variable tool change purge ( #14618 )
6 years ago
Marcio Teixeira
cbe4bf2ba8
Fix process_injected_command undefined behavior ( #14602 )
6 years ago
InsanityAutomation
d2f20803ba
Allow nozzle clean with limited Axis ( #14619 )
6 years ago
Robby Candra
e96468566d
Fix Z_PROBE_END_SCRIPT in ABL ( #14621 )
6 years ago
scotthsl
19b24a349c
Fix M412 without HOST_ACTION_COMMANDS ( #14591 )
6 years ago
Scott Lahteine
ed0e6afacb
Apply LIMIT macro
6 years ago
Bob Kuhn
dc02d0720d
Pins Debugging for STM32 — NEEDS TESTING ( #14309 )
6 years ago
Scott Lahteine
fe02241044
NONE on combined options
6 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6 years ago
Scott Lahteine
b6546ea33a
Add include guards to some headers
6 years ago
Tim Moore
eb6dec03bd
Simplify power supply naming logic ( #14488 )
...
Co-Authored-By: Tim Moore <tim.moore@lightbend.com>
Co-Authored-By: AnHardt <github@kitelab.de>
6 years ago
Scott Lahteine
720bc7c00b
Named indices for Temperature class ( #14479 )
6 years ago
GMagician
82ecaa767e
Remove unused code in M100
...
queue.buffer is in bss area, start_free_memory starts from heap then above of bss
6 years ago
Scott Lahteine
d16954dc88
Make KEEPALIVE_STATE a scoped auto-restore ( #14446 )
6 years ago
Marcio Teixeira
e6cf7860e8
Improve ExtUI, fix compiler errors, warnings ( #14441 )
6 years ago
Darsey Litzenberger
946f6bdeaa
Disable leveling during G12 ( #14385 )
6 years ago
Scott Lahteine
4d5a1984e2
Simplified fan handling code
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
d7d80418ae
Singleton for cutting tools ( #14429 )
6 years ago
Tim Moore
81209f5310
'M105 R' to report redundant temp sensor ( #14324 )
6 years ago
InsanityAutomation
ce656e2a26
Update G-code injection, sub-commands ( #14418 )
6 years ago
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 years ago
BigIronGuru
9f136a7c67
Low-priority homing in G34 ( #14391 )
6 years ago
Scott Lahteine
49627069a5
Shorthand for home-after-deactivate
6 years ago
Marcio Teixeira
8e23e9b16c
Fix FIX_MOUNTED_PROBE compile error ( #14393 )
6 years ago
Scott Lahteine
cf762d2c73
Fix enqueueing bug
6 years ago
BigIronGuru
12d21e642f
Update G34 for non-BLTouch probes ( #14380 )
6 years ago
BigIronGuru
5986194c36
Fix G28 with non-BLTouch probes ( #14381 )
6 years ago
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control ( #14117 )
6 years ago
Scott Lahteine
17778d1c2a
Fix M916-918 subcommands
6 years ago
Tanguy Pruvot
be69ec5b32
Fix PLR/M43 warnings ( #14333 )
6 years ago
BigIronGuru
9c83135d40
Only home Z at the end of G34 ( #14353 )
6 years ago
LinFor
0f6f5132c1
Fix variable conflict in ok_to_send ( #14351 )
6 years ago
InsanityAutomation
a9acd2f497
G34 configurable angle limit ( #14321 )
6 years ago
Scott Lahteine
4df4c47994
Add TMC2209 support ( #14249 )
6 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
6 years ago
InsanityAutomation
bf64dd4db6
Improve G34, M422 (Z alignment) ( #14142 )
6 years ago
Scott Lahteine
3f6424076b
Update M524 description
6 years ago
Scott Lahteine
cf3631226b
Document G-code M290
6 years ago
Scott Lahteine
903863dcb6
Suppress some warnings
6 years ago
mb300sd
bf8bfb5c66
Add Coolant Control M7/M8/M9 ( #10745 )
6 years ago
Scott Lahteine
bc2ff9b41f
Fix M605 bugs
...
Fixes #14191
6 years ago
Scott Lahteine
04715e04ee
Minor M100 cleanup
6 years ago
Scott Lahteine
356410dcfc
Move crc16 function to libs
6 years ago
Scott Lahteine
1ef95013f0
Update Marlin.cpp includes, defines
6 years ago
Tanguy Pruvot
8cf5504a34
Redundant but faster recovery.enabled test ( #14175 )
6 years ago
Scott Lahteine
0ca2073625
ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT
6 years ago
Robby Candra
5ca8d51e12
Ability to insert G-code in front of queue ( #14229 )
6 years ago
Ludy
8e8e48f900
Fix links in templates, gcode.h ( #14160 )
6 years ago
Minims
32afe1d102
Fix TOOLCHANGE_ZRAISE warning ( #14156 )
6 years ago
Scott Lahteine
3c179bbd47
Simpler G28 home axis conditions
6 years ago
Scott Lahteine
352734494b
Reduce some M43 strings
6 years ago
Scott Lahteine
b14cc0d7c5
Remove extra gcode. prefix
6 years ago
Scott Lahteine
c6d39319de
Fix some whitespace
6 years ago
InsanityAutomation
212860f090
Always change to Tool 0 on G29 ( #14146 )
6 years ago
Bryan
0ef5d667b6
Fixed M43 parameter bug ( #14099 )
6 years ago
teemuatlut
1c86fbc60b
TMC updates, capture LCD changes ( #14074 )
6 years ago
Scott Lahteine
fc52c43a26
Some documentation updates
6 years ago
Tanguy Pruvot
24b1818245
Secure STM32F1 servo code and M280 detach ( #14085 )
6 years ago
Scott Lahteine
aeec9ef76b
Update backlash code
6 years ago
Tanguy Pruvot
87e7193259
Fix M226 sign warning (for most platforms) ( #14049 )
6 years ago
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command ( #14015 )
6 years ago
Scott Lahteine
785c01f2bc
Use US spelling of 'behavior'
6 years ago
Sam Lane
7f1e0c5670
Update EXTRA_LINADV_K with Marlin bit macros ( #13993 )
6 years ago
Robby Candra
7b78a20fb7
Fix: Debug Memory Dump size ( #13957 )
...
* Fix Memory Dump size
* Fix Compile error on Memory Dump
6 years ago
Giuliano Zaro
f22c9a1ae1
Fix G-code parser with MMU2 ( #13951 )
6 years ago
Bob Kuhn
fa3739aa23
M100: LPC1768 and DUE compatibility ( #13962 )
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
InsanityAutomation
6811e2921b
BLTouch v3 / 3DTouch Interoperability & performance ( #13814 )
6 years ago
Ludy
a504366138
Fix probe fan compiling error ( #13930 )
6 years ago
Stephan
483822f3aa
Fix some THERMAL_PROTECTION_CHAMBER issues ( #13678 )
6 years ago
doggyfan
23a8707ef1
Configurable Thermistor ( #13888 )
6 years ago
Ludy
f96eaad1ea
Unused variable cleanup ( #13917 )
6 years ago
Giuliano Zaro
e2a77ed881
Bring chamber temp to completion ( #13837 )
6 years ago
Marcio Teixeira
15357af67c
Backlash cleanup ( #13659 )
...
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 years ago
Robby Candra
c369477cb0
Fix bug: diveToFile breaks M23 ( #13865 )
6 years ago
Thomas Moore
ee243e4edf
Fix mixing extruder filament change ( #13803 )
6 years ago
InsanityAutomation
610fb46683
Fix some ExtUI issues ( #13799 )
6 years ago
Bob-the-Kuhn
73726d56b3
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
6 years ago
Scott Lahteine
5051909c3c
Update do_select_screen for general use ( #13800 )
6 years ago
Giuliano Zaro
e2dd2268e8
Add a Z raise-between-probes to G34 ( #13791 )
6 years ago
Scott Lahteine
0c4d3e6622
Improve M906 description
6 years ago
Bob-the-Kuhn
520585c5ed
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
6 years ago
Scott Lahteine
92ed9a2bb6
Fix is_M29
...
Followup for #13013
6 years ago
Scott Lahteine
9992c424f5
Patch G92.9 flags
...
Followup to #13703
6 years ago
Msq001
455ee23499
Fix, improve Power Loss Recovery ( #13703 )
...
- Save and restore workspace offsets
- Add retract and purge (hidden) options
- Always restore axis relative modes
- Use added `G92.9` to do position restores
6 years ago
InsanityAutomation
aa0f7afbe6
Fix call to uninitialized PWM pin, heater 2 overlap ( #13674 )
6 years ago
Bob-the-Kuhn
9dd4252b39
Merge branch 'bugfix-2.0.x' of https://github.com/MarlinFirmware/Marlin into bugfix-2.0.x
6 years ago
Scott Lahteine
7e58d33a2e
Update some headers
6 years ago
Jamie
509dc283f2
Restore declarations of G53-G59 ( #13654 )
6 years ago
InsanityAutomation
4900c28bf6
Fix IDEX tool-change, and more ( #13614 )
6 years ago
Scott Lahteine
5e38d70697
Fix M217 report label, general cleanup
6 years ago
Scott Lahteine
fae2b7edc3
Update MMU2 code style
6 years ago
Scott Lahteine
c8a83fb122
SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA
6 years ago
Bob Kuhn
9a56d90150
Fix M43 on LPC176x ( #13587 )
...
The real fix. PR #13568 was wrong.
6 years ago
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 ( #13580 )
6 years ago
Scott Lahteine
cf12fc8366
Expand on serial debugging ( #13577 )
6 years ago
Marcio Teixeira
bf7b28b456
Fix incorrect variable name ( #13585 )
6 years ago
Scott Lahteine
cacec5764a
Clean up whitespace
6 years ago
Marcio Teixeira
27a4927ed1
Add option to move away from endstop after homing. ( #13557 )
...
Add option to move away from endstop after homing.
- Add `ENDSTOP_BACKOFF` for printers with a recessed Z home button (Lulzbot TAZ 6).
- Also prevents chattering when sensorless homing with axes against bumpers.
6 years ago
Scott Lahteine
af92ee9dd6
No PLR include needed in queue.cpp
6 years ago
Scott Lahteine
2aa35e95af
More G26 arc cleanup
...
Followup to #13531
6 years ago
Scott Lahteine
a0a5c31c05
Power-Loss initialization fix ( #13553 )
...
- Only save to PLR file on moves with E and X or Y
- Save to PLR after any long-ish Z downward move
6 years ago
InsanityAutomation
fbc7b51a24
Use NO_FETCH for Dual X G28 ( #13539 )
6 years ago
InsanityAutomation
4961d8aa3e
Update G28.cpp ( #13539 )
6 years ago
ManuelMcLure
04086fc455
Minor optimization to ARC_SUPPORT code ( #13531 )
6 years ago
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete ( #13522 )
6 years ago
Marcio Teixeira
5679fae11e
UltraLCD enhancements (lower fan resolution, backlash menu) ( #13519 )
6 years ago
Marcio Teixeira
c6466c23fe
Silence signed/unsigned comparison warning. ( #13508 )
6 years ago
InsanityAutomation
7240e3a68f
Allow G26 with no heated bed ( #13511 )
6 years ago
Sam Lane
e3ab54753b
Add extra Linear Advance factors ( #13490 )
6 years ago
Thomas Moore
263f8edff8
Disable volumetric extrusion during G26 ( #13479 )
6 years ago