Scott Lahteine
edc4e037c4
Add a note to G10
il y a 6 ans
Chris Pepper
b0553d2d97
Add M997 support and simple implementation for LPC176x (#13281 )
il y a 6 ans
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
il y a 6 ans
Scott Lahteine
99d0022fae
Drop the Z_MIN_PROBE_ENDSTOP option (#13276 )
il y a 6 ans
Chris Pepper
7de6476b3d
Fix binary protocol error
il y a 6 ans
Scott Lahteine
2c10222e87
card.transfer_port => transfer_port_index
il y a 6 ans
Chris Pepper
4ab433d391
Fix binary protocol with one serial port (#13270 )
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number.
- Added packet number to "ok" response so hosts don't need to wait for the ACK.
- Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
il y a 6 ans
Bob Kuhn
ddbe4cfa20
Printrboard G2 support (#13116 )
il y a 6 ans
Scott Lahteine
5d28575d4d
Clean up some motion code
il y a 6 ans
Scott Lahteine
808b076000
Update some ABL/UBL conditionals
il y a 6 ans
Scott Lahteine
64253e1a58
Followup to serial reform
Reference #13250
il y a 6 ans
Minims
92a4984066
Fix G34 probe position (#13251 )
il y a 6 ans
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
il y a 6 ans
Bruce j Beare
562f2321d2
Fix a G34 bug, allow negative Z corrections (#13240 )
il y a 6 ans
Marcio Teixeira
109e67169c
Define G21 as NOOP w/o INCH_MODE_SUPPORT (#13229 )
Ticket #13228
If `INCH_MODE_SUPPORT` is undefined, G20 is an unknown command as it should be (Marlin is, by default, operating in metric mode). G21, however, is found in many slicers and printer start gcode sections and should be accepted (as a NOOP) to avoid the unknown commands.
il y a 6 ans
Scott Lahteine
80359c9937
Add more parameters to M240
Co-Authored-By: shitcreek <45380455 +shitcreek@users.noreply.github.com >
il y a 6 ans
Scott Lahteine
89bbc30a09
Fix init of power supply pin
Fix #13184
il y a 6 ans
LinFor
ba39186364
TMC_DEBUG optimization and improvements (#13135 )
il y a 6 ans
Scott Lahteine
3a1b6fe8c1
Coding standards
il y a 6 ans
InsanityAutomation
19af90face
Fix a host action compile error (#13208 )
il y a 6 ans
Scott Lahteine
e00aad84af
Add M240 parameters D I J R S
il y a 6 ans
Marcio Teixeira
31c240a8db
Enhancements to G425 (#13159 )
- Turn off bed leveling prior to calibrating.
- This prevents lateral probes from having a Z component that
triggers the Z endstop and causes the motion to be aborted.
- Got rid of static const float arrays "dimension" and "true_center"
- Frees up 24 bytes of SRAM
- Changed incorrect use of "bool" for float in backlash macros.
- Replaced arguments with 0.0f and 1.0f for clarity.
- Now only disables soft endstops (since calibration cube is outside of bed)
- Not necessary to disable global endstops
il y a 6 ans
Scott Lahteine
ab2816c870
Patch for M240
il y a 6 ans
Scott Lahteine
d2bdb71c13
Add PHOTO_GCODE option, photo trigger physical move (#13168 )
il y a 6 ans
Scott Lahteine
be9a409980
Fix M125 XY parameters, export get_homing_bump_feedrate
il y a 6 ans
Scott Lahteine
ce40c2e87c
Use do_blocking_move_to(ref, fr)
il y a 6 ans
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
il y a 6 ans
revilor
e56c13670d
Service interval watchdog (#13105 )
il y a 6 ans
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT (#13039 )
il y a 6 ans
Scott Lahteine
0feeef2604
Update copyright in headers
il y a 6 ans
Scott Lahteine
894f5c24a8
Fix trailing whitespace
il y a 6 ans
Roman Moravčík
bace52afd7
Fixed compilation with MMU2_MENUS disabled (#13140 )
il y a 6 ans
Scott Lahteine
9737608f0a
Enable gradient when alias is cleared
il y a 6 ans
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
il y a 6 ans
AnHardt
0e37fe8776
Apply minimum C in M303 (#13113 )
Apply minimum `C` in `M303`. `PID_autotune()` needs to be called with a 'C'ycles-parameter >2 to give meaningful (different from 0) PID-factors. Therefore silently raise C to 3. Fixing one aspect of #13104
il y a 6 ans
Scott Lahteine
f269766408
Put the MMU2 menu with the others
il y a 6 ans
Marcio Teixeira
e1604198ff
G425 — Auto-calibrate Backlash and Nozzle Offsets (#13050 )
il y a 6 ans
Mark Zachmann
19cf72e057
Support individual solenoid disable with M381 (#13008 )
il y a 6 ans
teemuatlut
d81342254a
Support new TMC drivers (#13026 )
il y a 6 ans
Rolf Werum
524c6c10bf
MAGNETIC_PARKING_EXTRUDER (#12351 )
il y a 6 ans
Scott Lahteine
1bd9a63049
Add HAS_EXTRA_ENDSTOPS macro
il y a 6 ans
Scott Lahteine
b5fd2fb58b
Allow M29 to be processed late
il y a 6 ans
Scott Lahteine
c03bac9ad4
Update queue.cpp
il y a 6 ans
Scott Lahteine
a49f0205ea
Update queue.cpp
il y a 6 ans
jeffstaley
2f176d6fb8
Flush RX buffer on G-code line errors to prevent hang (#13018 )
il y a 6 ans
Scott Lahteine
4200bd2fc1
Report on M92 with no arguments (#12833 )
il y a 6 ans
Scott Lahteine
433518de74
Prevent M420 error from disconnecting OctoPrint
Just echo the error instead of labeling it `Error:`.
il y a 6 ans
Scott Lahteine
4fa1c52688
Tweak serial output code
il y a 6 ans
Scott Lahteine
a5e3384691
Pre-apply cosmetic changes to mixing
il y a 6 ans
mattfredwill
c3cb449990
TMC2130 dual-stepper Sensorless Homing (#13061 )
il y a 6 ans