c352954882
Allow no raise after run_z_probe in probe_pt
2018-03-21 01:24:51 -05:00
ae39fbd646
Also suppress keepalive with suspend_auto_report
2018-03-21 00:29:09 -05:00
8dfaf1539e
Merge pull request #10102 from thinkyhead/bf2_eeprom_M913
...
[2.0.x] More complete Trinamic driver options
2018-03-20 23:14:19 -05:00
b5b39af531
[2.0.x] TMC: Fix CURRENT_STEP_DOWN ( #10170 )
2018-03-20 15:16:05 -05:00
cfc13ed7f3
Quiet M906/M913/M914 with axes. Patch for DISTINCT_E_FACTORS.
2018-03-19 22:05:16 -05:00
c95450016b
Improve Trinamic support in the EEPROM
2018-03-19 22:05:16 -05:00
48d7036874
Consolidate smart stepper driver initialization
2018-03-19 22:05:16 -05:00
dd2949922b
Consolidate 3-point leveling point options
2018-03-19 04:12:20 -05:00
1d22609473
MIN_PROBE_EDGE replaces DELTA_PROBEABLE_RADIUS
2018-03-19 04:11:46 -05:00
978f342392
Reduce some tmc_util strings
2018-03-18 18:58:10 -05:00
c0d694d5d3
Squash UBL postscript comment
2018-03-18 18:58:10 -05:00
1e946d681d
Update Marlin for newest TMC libraries
...
- TMC2130Stepper v2.2.0
- TMC2208Stepper v0.0.4
2018-03-15 22:23:31 -05:00
e6dcfa64b0
Cast SERIAL_CHAR to void in M122 ( #10086 )
2018-03-14 07:09:06 -05:00
e7a61de8af
[2.0] FWRetract Reset (Best way) ( #10083 )
2018-03-14 01:35:30 -05:00
34f656decd
Add TMC2208 include in tmc_util.h
2018-03-14 00:18:40 -05:00
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.
2018-03-13 01:15:22 -05:00
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.
2018-03-11 13:07:55 -05:00
d0ac0151b6
Fix typo in ubl.prepare_segmented_line_to
2018-03-11 10:20:50 -05:00
239902f861
Fix E2END and add EEPROM to Smart RAMPS
...
Reference #9983
2018-03-10 06:57:31 -06:00
26dc594ebb
prevent steppers from turning off during manual probes
2018-03-10 00:15:41 -06:00
cc59ac4603
Fix _tmc_say_axis string address
...
Fixes #10003
2018-03-09 06:10:11 -06:00
3c2bfa5e53
Update powersupply_on in power_on/off ( #10015 )
...
Fix #10004
2018-03-08 18:56:47 -06:00
ca577c1638
Fix up various spacing, comments, and typos
2018-03-07 21:09:08 -06:00
9515e5aefb
Fix LA_active_extruder (static)
2018-03-07 05:49:20 -06:00
1d604be671
Suspend auto-report during UBL map output
2018-03-07 02:00:19 -06:00
2057177184
Make enums into implicit char
2018-03-06 23:39:56 -06:00
e28e3bb532
Move extended_axis_codes to PROGMEM
2018-03-06 22:21:24 -06:00
b08ec22fe1
Show E0-E4 in monitor_tmc_driver output ( #9969 )
...
Fix #9966
2018-03-06 19:01:07 -06:00
eb867817b5
Prevent filament runout false positives ( #9946 )
2018-03-05 01:49:30 -06:00
beeed580b8
Implement digipots for MKS SBASE ( #9927 )
...
Fix #9477
2018-03-04 15:14:47 -06:00
24b9c1923f
ubl G29 tweaks
2018-02-28 03:40:06 -06:00
7bdb98c946
Fix #9826 . Solution by @gloomyandy
2018-02-26 15:02:19 -06:00
306f44198e
Prevent serial buffer overrun in Pronterface
...
75ms might be excessive... But I know people are seeing problems with PronterFace as the client...
2018-02-25 23:50:44 -06:00
966d9af98a
Mesh export in Bilinear + UBL M503
2018-02-25 23:25:39 -06:00
2228dff3ea
ubl.h compile flags from 1.1.x
2018-02-25 23:03:08 -06:00
f3dbe19669
Tweaks to HAL codestyle
2018-02-25 04:38:17 -06:00
5968a3e60e
Add ADVANCED_PAUSE_FEATURE include
2018-02-22 20:28:46 +02:00
93cc3a8492
Make used methods public
2018-02-22 20:26:14 +02:00
d504bbbfa4
Fix botched check for being off the mesh...
2018-02-21 14:28:58 -06:00
d3ca82d8c2
Support for multiple filament runout sensors
2018-02-19 07:02:50 -06:00
bd54ce830a
Include utility.h in neopixel.cpp
2018-02-16 22:19:34 -06:00
241e55ef3b
Apply SERIAL_FLUSH macro
2018-02-16 17:32:12 -06:00
749bc42aa9
TMC SGT is int8 ( #9651 )
2018-02-16 02:19:33 -06:00
2d749d490b
Fix / complete USE_CONTROLLER_FAN ( #9666 )
2018-02-16 02:18:50 -06:00
c49844df66
!ENABLED => DISABLED
2018-02-16 01:51:34 -06:00
304e0f8945
Followup to 21e60fd
...
`ENABLED` only works for flag-type options. Floats must use `#ifdef`.
2018-02-15 22:24:23 -06:00
21e60fd3ed
Allow user to control Z-Height correction for off mesh movements ( #9661 )
2018-02-15 15:07:42 -06:00
8d71ad37cb
flush comment to match 1.1.x
2018-02-14 02:56:18 -06:00
89165326b4
Cleanup after vim and vigor
2018-02-11 06:07:30 -06:00
38c7d53bf7
Repair some spacing
2018-02-10 19:33:26 -06:00