Scott Lahteine
513f25d42c
Remove redundant dual stepper driver entries
7 years ago
Roxy-3D
677d490b5c
Add defaults for basic extrusion to Configuration.h files ( #8331 )
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
Roxy-3D
12151e62ee
Fix G26's circle drawing... ( #8291 )
...
* Fix G26's circle drawing...
This mostly catches the bugfix-v1.1.x branch up to bugfix-v2.0.0
I'll have to do something similar to get bugfix-v2.0.0 caught up to
bugfix-v1.1.x
* only use planner.leveling_active if appropriate
7 years ago
Scott Lahteine
bb111b928b
Add CNC_COORDINATE_SYSTEMS to configs
7 years ago
Jan Macháček
0c4e9980fb
Fix probes configuration url
7 years ago
Luc Van Daele
0e4b6b373d
[1.1.x] G33 magic numbers ( #8173 )
...
* [1.1.x] G33 magic numbers
* oops
* comments
* oops
* warning
* better comment section
* remarks
* extra grids
7 years ago
Scott Lahteine
4fb3ce4739
Support for SilverGate Board
7 years ago
Scott Lahteine
393ceb28fc
The plural of 'axis' is 'axes'
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
Scott Lahteine
445a7f65cd
Clean up trailing whitespace
7 years ago
Luc Van Daele
e64cfb13b8
(1.1.x) auto tune calibration parameters ( #8031 )
...
* auto tune calibration parameters
* solve warnings
* Tweaks to formatting
* review Thinkyhead
* Error
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
8bb1e91afd
More specific M100 description
7 years ago
Scott Lahteine
a12d1b21b5
Merge pull request #8048 from madmo/mks-mini-gt2560
...
[1.1.x] Add MKS MINI 12864 support to GT2560
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
39a545b3f8
Patch up some verbiage in configs
7 years ago
Moritz Bitsch
b22c87183f
Add MKS MINI 12864 support for GT2560
7 years ago
MetalSearch
9b3f27f02a
Fix:EndStops doesn't working with BOARD_RAMPS_14_EFB on Micromake C1 ( #8041 )
...
[1.1.x] Fix EndStops don't work with BOARD_RAMPS_14_EFB on Micromake C1
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
3b4b9c6d68
Unaccented French for Character Display
7 years ago
MetalSearch
8df47d76c7
Add control board MAKEBOARD Mini
...
+Add French language without accent for japanese LCD
7 years ago
Scott Lahteine
e05af35678
Add MIN_SOFTWARE_ENDSTOP_[XYZ] to example configs
7 years ago
Slawomir Ciunczyk
167058b61f
Different NEOPIXEL types
...
Changes to support NEOPIXEL LED strips
- Support for different NEOPIXEL as defined in Adafruit_NeoPixel.h
- ability to setup startup brightness
- ability to define sequential/non-sequential transition of color change during heating-up
- additional parameter to M150 P<brightness>
7 years ago
Scott Lahteine
f835245ee1
Merge pull request #7908 from thinkyhead/bf1_goodbye_legacy_advance
...
[1.1.x] Remove legacy ADVANCE feature
7 years ago
jmdearras
c7e0a49c94
Add some new LCD displays
...
- Original CR-10
- MKS Mini Display
7 years ago
Scott Lahteine
ae256576e1
Bring configs into parity with 2.0.x
7 years ago
Scott Lahteine
cbfcce09fa
Remove legacy ADVANCE feature
7 years ago
Scott Lahteine
7999249a5c
Set TEMP_SENSOR_0 to 1 in CR-10 example config
...
As pointed out in #7692 by @totalitarian
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
94caabf89a
Add XON/XOFF options to example configs
7 years ago
GMagician
8ab426c3a4
Updated all examples configurations
...
Forgot to update examples configurations. Done now
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
c1cc79176c
Full-featured Creality configs
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
Scott Lahteine
9d4d53e2fd
Update links to old wiki page
7 years ago
Scott Lahteine
00896f1713
Fix LEVEL_BED_CORNERS (No leveling required)
7 years ago
Marcio Teixeira
d69c5317df
Added option for graphical overlay for Z-offset
7 years ago