Scott Lahteine
d4e4fe40e0
Add SENSORLESS_HOMING delay to quick_home_xy
Fix #9471
7 年之前
Scott Lahteine
3af988a7f3
Add sensorless homing delay to home_z_safely
Based on #9705
7 年之前
Scott Lahteine
8ffa0b24a4
Strip excess G28 debug logging
7 年之前
Kevin
9019ea0fce
Option to force X or Y to home first when homing the other axis
7 年之前
Scott Lahteine
241e55ef3b
Apply SERIAL_FLUSH macro
7 年之前
Scott Lahteine
6a70a4fbb3
Fix G26 circles (#9627 )
Easier to configure. Catch an odd divisor.
7 年之前
Roxy-3D
c78e1c0f23
Fix G26 Circles... (#9641 )
* Fix G26 Circles...
7 年之前
AnHardt
133b38b93b
Complete M48 description (#9631 )
7 年之前
Scott Lahteine
8d71ad37cb
flush comment to match 1.1.x
7 年之前
Scott Lahteine
377108619b
Fix plan_arc clockwise (G2)
Fix #9482
7 年之前
Scott Lahteine
e3043d7ac7
Fix #8744
7 年之前
Scott Lahteine
da693a636e
Fix handling of escapes in serial input
7 年之前
Scott Lahteine
c30a8067ab
Prevent watchdog reset due to many comments
Addressing #7449
7 年之前
Scott Lahteine
b7053156fe
Minor comment/condition cleanup
7 年之前
Thomas Moore
1541224a81
Enable Z axis and delta sensorless homing (#9516 )
7 年之前
Scott Lahteine
09c8807a36
Minor formatting in queue.cpp
7 年之前
Scott Lahteine
ca8fdff1af
Comment G26 properly
7 年之前
Scott Lahteine
b5e92f4f90
[2.0.x] Enable / disable PSU automatically (#9503 )
7 年之前
Scott Lahteine
a8c4174a13
M100 comment
7 年之前
GMagician
338dac258b
[2.0.x] Fix compiler error when G26 is enabled (#9492 )
7 年之前
Scott Lahteine
e5ee0b6f6c
Implement MALYAN_LCD
7 年之前
Scott Lahteine
2ea4e74ed3
Misc. comments
7 年之前
GMagician
6ace57e1b0
[2.0.x] remove duplicated include (#9445 )
This was present in #9357 but lost
7 年之前
Scott Lahteine
e6cdc438fd
Change G26 circle angles
To prevent the nozzle from colliding with the printed pattern.
7 年之前
Scott Lahteine
a8764ac5d5
G26 parity with 1.1.x
7 年之前
GMagician
e1117a8492
[2.0.x] fix compile errors when CNC_COORDINATE_SYSTEMS is enabled (#9380 )
7 年之前
Bob-the-Kuhn
21179f8300
Fix the "slow" version of the G-code parser
7 年之前
Scott Lahteine
34160806c0
Fix broken G29 W I J
7 年之前
Scott Lahteine
f5cfdf6efe
Use _BV32 to avoid name conflict
7 年之前
Scott Lahteine
fc5c1a28d8
Fix M118 parameter parsing
7 年之前
Scott Lahteine
399bca316a
Fix has_value with FASTER_GCODE_PARSER
7 年之前
Scott Lahteine
80d3ded895
Change parser codebits from array to int32_t
7 年之前
Scott Lahteine
053b1371c7
Simplify G-code debug option
7 年之前
Scott Lahteine
608f8b10da
Parser val method parity with 1.1.x
7 年之前
Scott Lahteine
2bea1bda56
Move more strings to PROGMEM
7 年之前
Scott Lahteine
1dcfe193ac
Optimize some serial strings
7 年之前
Scott Lahteine
9644fe1839
Lightly optimize arc length calculation
7 年之前
Scott Lahteine
c9bda932fe
Patch M114 D logical output
7 年之前
Scott Lahteine
e5ca60acf5
Patch G29 no_action for A and Q
7 年之前
Thomas Moore
3db35ba9be
[2.0.x] Fix change filament for delta machines (#9295 )
7 年之前
Scott Lahteine
b1cd012aa6
Clean up and document load/unload/pause/resume
7 年之前
GMagician
9b519864bf
[2.0.x] Relative movements fix (#9259 )
7 年之前
Roxy-3D
bfd9728cf4
Serial buffer over run work around for v2.0.0 (#9236 )
* Work around for serial buffer over run
PronterFace sends a lot of M105 commands. During long operations such
as UBL's G29 P1, G29 P2, G29 P4 and G26 this can over run the serial
buffer. This results (very often) in a M1 (actually a M1M105) ending
up in the command queue.
Until we figure out a better way to resolve this issue, this will keep
the UBL commands from experiencing bogus commands at thier completion.
7 年之前
Roxy-3D
f5f1b069ad
Convert UBL mesh tilting to all use the same algorithm (#9204 )
A number of regressions were patched also. The UBL G29 P2 and P4 Press and Hold had stopped working. It is very possible this is broken in the bugfix_v1.1.x branch also.
The main purpose of the Pull Request is to get the 3-Point mesh tilting to use the LSF algorithm just like the grid based mesh tilt. This simplifies the logic and reduces the code size some what. But the real reason to do it is the 3-Point case can be solved exactly. And by feeding these numbers into the LSF algorithm it provides a way to check all that code for 'correctness'.
7 年之前
Scott Lahteine
d178d6e921
M503 patch for EEPROM_CHITCHAT off
Fix #9155
7 年之前
Scott Lahteine
2c18faf3e4
General cleanups for HAL
7 年之前
Scott Lahteine
6a043eee55
Various updates for TMC support
7 年之前
Thomas Moore
f7efac57b7
Multi-host support
7 年之前
Dave Johnson
554e577676
SERIAL_STATS_* features not supported on USBCON targets (#9127 )
7 年之前
teemuatlut
9d923c6c03
Fix TMC gcode commands
7 年之前