Scott Lahteine
1f770bb103
Config updates, spacing mainly
7 years ago
Tannoo
e25567a5dd
New feature: LED_CONTROL_MENU
7 years ago
Scott Lahteine
fd50f452ff
Whitespace cleanup
7 years ago
Scott Lahteine
51d09bb9c9
Tweak BLOCK_BUFFER_SIZE config
7 years ago
Scott Lahteine
c0190eff00
Adapt MESH_EDIT_GFX_OVERLAY for 1.1.x
7 years ago
Rob Power
f8e30f49d7
Add NanoDLP Z movement synchronization option
...
Implemented synchronization message output for NanoDLP printers (nanodlp.com).
If optional feature is enabled in `Configuration_adv.h`, Marlin will ouput "Z_move_comp" string to serial after completing any G0/G1 Z-axis movements. This feature patched on previous versions(1.0) is used by NanoDLP to synchronize Z-axis movement with projector exposure in DLP stereolithography printers.
7 years ago
Scott Lahteine
8d06cf7b84
Add M114_DETAIL to Configuration_adv.h
7 years ago
Scott Lahteine
069ec3f9a9
Move Filament Width Sensor to Configuration_adv.h
7 years ago
Rowan Meara
094bebcc2d
[1.1.x] Update Thermal Protection Documentation ( #8282 )
...
* Fix thermal protection documentation.
Even before the recent thermal protection changes, the documentation of
the thermal protection feature in the config files did not match the
implementation. I fixed the documentation and reconciled the M303
implementation with the documentation.
* Applied documentation changes to sample config files
* Renamed hysteresis to watch_temp_increase
* Added gcodes back into documentation.
7 years ago
Scott Lahteine
bb111b928b
Add CNC_COORDINATE_SYSTEMS to configs
7 years ago
Scott Lahteine
5837f067cf
Tweak to QUICK_HOME comment
7 years ago
Scott Lahteine
7e1232269a
Add Dual Steppers / Endstops to configs
7 years ago
Scott Lahteine
62d52d62dc
Cleanup for DIGIPOTS settings
7 years ago
Scott Lahteine
a979c428ee
Revert default BABYSTEP_MULTIPLICATOR to 1
7 years ago
Scott Lahteine
410aa0716d
Concise SD_REPRINT_LAST_SELECTED_FILE description
7 years ago
Roxy-3D
2e746f2b8b
Initial conflict resolution of SD_REPRINT_LAST_SELECTED_FILE ( #8104 )
...
* Initial conflict resolution
All previous items resolved:
- Use of ELAPSED() on timer code
- Switch to use of defer_return_to_status=true as much as possible
- Update & Clean Up of Max7219 routines
* Resolve non-SD case in ultralcd.cpp
7 years ago
Scott Lahteine
ec9d7b639d
Encourage users to re-examine their configs
7 years ago
Scott Lahteine
1c97c1582c
Move UBL_SAVE_ACTIVE_ON_M500 to Configuration.h
7 years ago
Scott Lahteine
f06f4b40b8
Apply physical limits to mesh bounds
7 years ago
Scott Lahteine
a7398a0459
Prevent SDCARD_SORT_ALPHA from exploding
7 years ago
Scott Lahteine
91c5c2538a
Add SCROLL_LONG_FILENAMES advanced option
...
Based on #7637 by @marcio-ao
7 years ago
Thomas Moore
84470f6b2a
Update UBL mesh boundaries to accomidate beds centered at 0, 0 ( #8011 )
7 years ago
studiodyne
e04902f589
Add EXTRA_FAN_SPEED feature
7 years ago
Scott Lahteine
5f708d47ce
Add LCD_SET_PROGRESS_MANUALLY
7 years ago
Scott Lahteine
cbfcce09fa
Remove legacy ADVANCE feature
7 years ago
Scott Lahteine
a47c5c093d
Merge pull request #7459 from ejtagle/xon-xoff-sdxfer
...
[1.1.x] XON/XOFF serial handshake (for faster transfers to SD)
7 years ago
Scott Lahteine
4e19ff75b6
XON/XOFF corrections, tweaks, formatting, etc.
7 years ago
Scott Lahteine
2efd5b119d
Add USER_SCRIPT_RETURN option
7 years ago
Scott Lahteine
e37a1ded0d
Increase BABYSTEP_MULTIPLICATOR to 100
...
Ideally, it should be calculated based on Z steps per unit so that each
babystep corresponds to around 0.025mm. Smaller than this is largely
insignificant for typical layer heights.
7 years ago
Scott Lahteine
f25dccd6d1
Disable BABYSTEP_XY by default in all configs
7 years ago
Scott Lahteine
cd09a83cfa
Add size note to SDSORT_LIMIT
7 years ago
Marcio Teixeira
d69c5317df
Added option for graphical overlay for Z-offset
7 years ago
Scott Lahteine
5851c2d36f
MAX7219 followup ( #7564 )
...
* Add MAX7219_DEBUG to Travis CI testing
* Tweak config and use standard pin naming for MAX7219_DEBUG
* MAX7219: Apply coding standards, use macros, etc.
* Make code work...
7 years ago
Vben
c0409b85e7
New feature: Part-Cooling Fan Multiplexer
7 years ago
Frederik Kemner
25a11cd485
Use bed size and inset instead of travel limits to define mesh area\n\nAs proposed in #7435 ( #7480 )
7 years ago
etagle
9e147e9ac4
Adding XON/XOFF and STATISTICS configuration settings and proper documentation on their usage for serial port
7 years ago
etagle
8ab2e420f6
Adding separate RX_BUFFER_SIZE configuration setting and proper documentation on its usage
7 years ago
Scott Lahteine
804818b4d9
Bring configs up to date
7 years ago
benlye
24af9e1bf4
Make audible user script feedback optional
...
Add a parameter to enable/disable audible user script feedback
7 years ago
Scott Lahteine
423b0f3a1e
Replace MIN_RETRACT with MIN_AUTORETRACT, MAX_AUTORETRACT
7 years ago
Scott Lahteine
dc7c95e07b
Remove `@ section fwretract`
7 years ago
Scott Lahteine
8a3bc6be4d
Improve FWRETRACT config options and commentary
...
Add more details as requested in #7198
7 years ago
Ben Lye
c28749a567
Add kill action
...
Sends pre-defined string as action command when printer is kill.
7 years ago
Scott Lahteine
5b03f23fa2
Bring configurations up to date, fix some comments
7 years ago
Scott Lahteine
fc140c4962
Followup for I2C_POSITION_ENCODERS
7 years ago
Scott Lahteine
a4a587a897
Fix spelling of Průša
7 years ago
Scott Lahteine
80a232419d
CNC workspace planes and 'P' argument for G2/G3
7 years ago
Scott Lahteine
42f7f9e013
Merge pull request #7060 from bgort/i2cpefix
...
I2C Position Encoders Example Configs
7 years ago
Jim Brown
3d043976f7
Add option to disallow filament change without homing first
7 years ago
Brian
40bb0cbf7a
example configurations, etc.
7 years ago