Commit Graph

885 Commits

Author SHA1 Message Date
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
7280fa1e31 Patch Power class 2018-02-10 15:41:18 -06:00
5990266724 Init CS pins before loading settings (#9566) 2018-02-10 14:08:53 -06:00
cc9cef7f7a Fix HAS_CONTROLLER_FAN in is_power_needed 2018-02-09 05:19:33 -06:00
b639f1ad4b Correct some retract() comments 2018-02-08 17:57:48 -06:00
1541224a81 Enable Z axis and delta sensorless homing (#9516) 2018-02-08 04:20:44 -06:00
b2f8b4ada5 I2C position encoders update (#9533)
Updating I2C position encoders to enable babystepping and Babystep XY when using the ecm microstep correction method. Also changed default method to ECM microstep.
2018-02-08 03:57:11 -06:00
b5e92f4f90 [2.0.x] Enable / disable PSU automatically (#9503) 2018-02-06 00:22:30 -06:00
8a6feab1c4 Num-to-string functions for DEBUG_LEVELING_FEATURE 2018-02-05 19:08:27 -06:00
e5ee0b6f6c Implement MALYAN_LCD 2018-02-04 18:52:44 -06:00
c46de340b7 Clean up trailing whitespace 2018-02-03 20:05:23 -06:00
e1fd9c08b3 [2.0.x] Add support for LPC1769 at 120 MHz (#9423) 2018-02-03 19:33:26 -06:00
ea5f91737f Merge pull request #9392 from studiodyne/studiodyne-pause
[2.0.x] Pause resuming fix
2018-02-01 23:32:24 -06:00
6339b506c0 Make sure binary.h is included as needed 2018-02-01 21:37:35 -06:00
51d080d2c1 Update Pause 2018-01-29 21:57:37 +01:00