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
Scott Lahteine
8d71ad37cb
flush comment to match 1.1.x
7 years ago
Scott Lahteine
89165326b4
Cleanup after vim and vigor
7 years ago
Scott Lahteine
38c7d53bf7
Repair some spacing
7 years ago
Scott Lahteine
7280fa1e31
Patch Power class
7 years ago
teemuatlut
5990266724
Init CS pins before loading settings ( #9566 )
7 years ago
Scott Lahteine
cc9cef7f7a
Fix HAS_CONTROLLER_FAN in is_power_needed
7 years ago
Scott Lahteine
b639f1ad4b
Correct some retract() comments
7 years ago
Thomas Moore
1541224a81
Enable Z axis and delta sensorless homing ( #9516 )
7 years ago
Scott Lahteine
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.
7 years ago
Scott Lahteine
b5e92f4f90
[2.0.x] Enable / disable PSU automatically ( #9503 )
7 years ago
Scott Lahteine
8a6feab1c4
Num-to-string functions for DEBUG_LEVELING_FEATURE
7 years ago
Scott Lahteine
e5ee0b6f6c
Implement MALYAN_LCD
7 years ago
Scott Lahteine
c46de340b7
Clean up trailing whitespace
7 years ago
Thomas Moore
e1fd9c08b3
[2.0.x] Add support for LPC1769 at 120 MHz ( #9423 )
7 years ago
Scott Lahteine
6339b506c0
Make sure binary.h is included as needed
7 years ago
studiodyne
51d080d2c1
Update Pause
7 years ago