Scott Lahteine
9fd1016bb1
Trust the bootloader to clear globals
7 years ago
Scott Lahteine
bc45fb6b13
Tweak use of move_z_after_probing
7 years ago
Scott Lahteine
c352954882
Allow no raise after run_z_probe in probe_pt
7 years ago
Scott Lahteine
ae39fbd646
Also suppress keepalive with suspend_auto_report
7 years ago
teemuatlut
b5b39af531
[2.0.x] TMC: Fix CURRENT_STEP_DOWN ( #10170 )
7 years ago
Scott Lahteine
cfc13ed7f3
Quiet M906/M913/M914 with axes. Patch for DISTINCT_E_FACTORS.
7 years ago
Scott Lahteine
c95450016b
Improve Trinamic support in the EEPROM
7 years ago
Scott Lahteine
48d7036874
Consolidate smart stepper driver initialization
7 years ago
Scott Lahteine
dd2949922b
Consolidate 3-point leveling point options
7 years ago
Scott Lahteine
1d22609473
MIN_PROBE_EDGE replaces DELTA_PROBEABLE_RADIUS
7 years ago
Scott Lahteine
978f342392
Reduce some tmc_util strings
7 years ago
Scott Lahteine
c0d694d5d3
Squash UBL postscript comment
7 years ago
Scott Lahteine
1e946d681d
Update Marlin for newest TMC libraries
- TMC2130Stepper v2.2.0
- TMC2208Stepper v0.0.4
7 years ago
teemuatlut
e6dcfa64b0
Cast SERIAL_CHAR to void in M122 ( #10086 )
7 years ago
Studiodyne
e7a61de8af
[2.0] FWRetract Reset (Best way) ( #10083 )
7 years ago
Scott Lahteine
34f656decd
Add TMC2208 include in tmc_util.h
7 years ago
Scott Lahteine
14c03cb6f4
[2.0.x] Make MIN_PROBE_EDGE a general option (for electronic probes) ( #10069 )
Some probes don't work near the edges of the bed. This change promotes MIN_PROBE_EDGE to a general setting that applies to all probing functions.
7 years ago
Scott Lahteine
28f1276286
[2.0.x] Add Z_AFTER_PROBING option ( #10058 )
Some "fix-mounted" probes need manual stowing. And after probing some may prefer to raise or lower the nozzle. This restores an old option but tailors it to allow raise or lower as preferred.
7 years ago
Scott Lahteine
d0ac0151b6
Fix typo in ubl.prepare_segmented_line_to
7 years ago
Scott Lahteine
239902f861
Fix E2END and add EEPROM to Smart RAMPS
Reference #9983
7 years ago
Roxy-3D
26dc594ebb
prevent steppers from turning off during manual probes
7 years ago
Bob-the-Kuhn
d8eadf3796
fix ubl_G29.cpp Travis error
7 years ago
Roxy-3D
646dd5554c
prevent steppers from turning off during manual probes
7 years ago
Scott Lahteine
cc59ac4603
Fix _tmc_say_axis string address
Fixes #10003
7 years ago
Scott Lahteine
3c2bfa5e53
Update powersupply_on in power_on/off ( #10015 )
Fix #10004
7 years ago
Scott Lahteine
ca577c1638
Fix up various spacing, comments, and typos
7 years ago
Scott Lahteine
9515e5aefb
Fix LA_active_extruder (static)
7 years ago
Scott Lahteine
1d604be671
Suspend auto-report during UBL map output
7 years ago
Scott Lahteine
2057177184
Make enums into implicit char
7 years ago
Scott Lahteine
e28e3bb532
Move extended_axis_codes to PROGMEM
7 years ago
Scott Lahteine
b08ec22fe1
Show E0-E4 in monitor_tmc_driver output ( #9969 )
Fix #9966
7 years ago
Scott Lahteine
eb867817b5
Prevent filament runout false positives ( #9946 )
7 years ago
Scott Lahteine
beeed580b8
Implement digipots for MKS SBASE ( #9927 )
Fix #9477
7 years ago
Scott Lahteine
24b9c1923f
ubl G29 tweaks
7 years ago
Scott Lahteine
7bdb98c946
Fix #9826 . Solution by @gloomyandy
7 years ago
Roxy-3D
306f44198e
Prevent serial buffer overrun in Pronterface
75ms might be excessive... But I know people are seeing problems with PronterFace as the client...
7 years ago
Scott Lahteine
966d9af98a
Mesh export in Bilinear + UBL M503
7 years ago
Scott Lahteine
2228dff3ea
ubl.h compile flags from 1.1.x
7 years ago
Scott Lahteine
f3dbe19669
Tweaks to HAL codestyle
7 years ago
teemuatlut
5968a3e60e
Add ADVANCED_PAUSE_FEATURE include
7 years ago
teemuatlut
93cc3a8492
Make used methods public
7 years ago
Roxy-3D
d504bbbfa4
Fix botched check for being off the mesh...
7 years ago
Studiodyne
d3ca82d8c2
Support for multiple filament runout sensors
7 years ago
Scott Lahteine
bd54ce830a
Include utility.h in neopixel.cpp
7 years ago
Scott Lahteine
241e55ef3b
Apply SERIAL_FLUSH macro
7 years ago
teemuatlut
749bc42aa9
TMC SGT is int8 ( #9651 )
7 years ago
Bob-the-Kuhn
2d749d490b
Fix / complete USE_CONTROLLER_FAN ( #9666 )
7 years ago
Scott Lahteine
c49844df66
!ENABLED => DISABLED
7 years ago
Scott Lahteine
304e0f8945
Followup to 21e60fd
`ENABLED` only works for flag-type options. Floats must use `#ifdef`.
7 years ago
Roxy-3D
21e60fd3ed
Allow user to control Z-Height correction for off mesh movements ( #9661 )
7 years ago