3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework (#12201 )
6 vuotta sitten
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311 )
6 vuotta sitten
Scott Lahteine
2e5a3b01fd
Save Power Loss Recovery only on move commands
6 vuotta sitten
Scott Lahteine
2212da453a
Distinguish between analog/digital auto fans (#13298 )
6 vuotta sitten
Chris Pepper
2513f6b550
Fix multiport G28 with Binary Transfer (#13308 )
6 vuotta sitten
Scott Lahteine
35ae5daf2d
Split up sdcard G-codes
6 vuotta sitten
Scott Lahteine
3f36a38512
Clean up some pre-serial-redirect includes
6 vuotta sitten
Scott Lahteine
edc4e037c4
Add a note to G10
6 vuotta sitten
Chris Pepper
b0553d2d97
Add M997 support and simple implementation for LPC176x (#13281 )
6 vuotta sitten
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
6 vuotta sitten
Scott Lahteine
99d0022fae
Drop the Z_MIN_PROBE_ENDSTOP option (#13276 )
6 vuotta sitten
Chris Pepper
7de6476b3d
Fix binary protocol error
6 vuotta sitten
Scott Lahteine
2c10222e87
card.transfer_port => transfer_port_index
6 vuotta sitten
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.
6 vuotta sitten
Bob Kuhn
ddbe4cfa20
Printrboard G2 support (#13116 )
6 vuotta sitten
Scott Lahteine
5d28575d4d
Clean up some motion code
6 vuotta sitten
Scott Lahteine
808b076000
Update some ABL/UBL conditionals
6 vuotta sitten
Scott Lahteine
64253e1a58
Followup to serial reform
Reference #13250
6 vuotta sitten
Minims
92a4984066
Fix G34 probe position (#13251 )
6 vuotta sitten
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
6 vuotta sitten
Bruce j Beare
562f2321d2
Fix a G34 bug, allow negative Z corrections (#13240 )
6 vuotta sitten
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.
6 vuotta sitten
Scott Lahteine
80359c9937
Add more parameters to M240
Co-Authored-By: shitcreek <45380455 +shitcreek@users.noreply.github.com >
6 vuotta sitten
Scott Lahteine
89bbc30a09
Fix init of power supply pin
Fix #13184
6 vuotta sitten
LinFor
ba39186364
TMC_DEBUG optimization and improvements (#13135 )
6 vuotta sitten
Scott Lahteine
3a1b6fe8c1
Coding standards
6 vuotta sitten
InsanityAutomation
19af90face
Fix a host action compile error (#13208 )
6 vuotta sitten
Scott Lahteine
e00aad84af
Add M240 parameters D I J R S
6 vuotta sitten
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
6 vuotta sitten
Scott Lahteine
ab2816c870
Patch for M240
6 vuotta sitten
Scott Lahteine
d2bdb71c13
Add PHOTO_GCODE option, photo trigger physical move (#13168 )
6 vuotta sitten
Scott Lahteine
be9a409980
Fix M125 XY parameters, export get_homing_bump_feedrate
6 vuotta sitten
Scott Lahteine
ce40c2e87c
Use do_blocking_move_to(ref, fr)
6 vuotta sitten
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
6 vuotta sitten
revilor
e56c13670d
Service interval watchdog (#13105 )
6 vuotta sitten
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT (#13039 )
6 vuotta sitten
Scott Lahteine
0feeef2604
Update copyright in headers
6 vuotta sitten
Scott Lahteine
894f5c24a8
Fix trailing whitespace
6 vuotta sitten
Roman Moravčík
bace52afd7
Fixed compilation with MMU2_MENUS disabled (#13140 )
6 vuotta sitten
Scott Lahteine
9737608f0a
Enable gradient when alias is cleared
6 vuotta sitten
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
6 vuotta sitten
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
6 vuotta sitten
Scott Lahteine
f269766408
Put the MMU2 menu with the others
6 vuotta sitten
Marcio Teixeira
e1604198ff
G425 — Auto-calibrate Backlash and Nozzle Offsets (#13050 )
6 vuotta sitten
Mark Zachmann
19cf72e057
Support individual solenoid disable with M381 (#13008 )
6 vuotta sitten
teemuatlut
d81342254a
Support new TMC drivers (#13026 )
6 vuotta sitten
Rolf Werum
524c6c10bf
MAGNETIC_PARKING_EXTRUDER (#12351 )
6 vuotta sitten
Scott Lahteine
1bd9a63049
Add HAS_EXTRA_ENDSTOPS macro
6 vuotta sitten
Scott Lahteine
b5fd2fb58b
Allow M29 to be processed late
6 vuotta sitten
Scott Lahteine
c03bac9ad4
Update queue.cpp
6 vuotta sitten