c7513eb032
Merge branch 'pr-lite-st7920-status' of github.com:marcio-ao/Marlin into pr-lite-st7920-status
2018-02-19 15:38:13 -07:00
79272f98fc
Proposed changes to ST7920 lightweight status screen
2018-02-18 02:47:31 -06:00
24eb275b99
Added a light-weight status screen for the ST7920
...
- The status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
2018-02-18 02:29:45 -06:00
21e60fd3ed
Allow user to control Z-Height correction for off mesh movements ( #9661 )
2018-02-15 15:07:42 -06:00
4880ac6533
Added a light-weight status screen for the ST7920
...
- The status screen uses the ST7920 character generator to greatly
reduce SPI traffic and MCU load when updating the status screen.
- Has been tested with the RepRapDiscount Full Graphics Smart Controller
but should work with any LCD that uses an ST7920 or fully compatible
controller.
2018-02-14 14:43:54 -07:00
2ec65051fd
Fix serial comment sp.
2018-02-13 22:40:56 -06:00
38c7d53bf7
Repair some spacing
2018-02-10 19:33:26 -06:00
b5e92f4f90
[2.0.x] Enable / disable PSU automatically ( #9503 )
2018-02-06 00:22:30 -06:00
eecb0188c0
Add ULTI_CONTROLLER to example configs
2018-02-05 22:30:03 -06:00
4925f60cff
Add MALYAN_LCD to configs
2018-02-04 18:52:44 -06:00
7d6c009104
Add thermistor 15 tuned for JGAurora A5
2018-01-22 01:27:11 -06:00
ab8a1a2a0d
Sync gCreate gMax1.5+ config with 1.1.x
2018-01-22 01:05:12 -06:00
348b454401
Probe bounds based on bed size
2018-01-22 01:05:11 -06:00
f5f1b069ad
Convert UBL mesh tilting to all use the same algorithm ( #9204 )
...
A number of regressions were patched also. The UBL G29 P2 and P4 Press and Hold had stopped working. It is very possible this is broken in the bugfix_v1.1.x branch also.
The main purpose of the Pull Request is to get the 3-Point mesh tilting to use the LSF algorithm just like the grid based mesh tilt. This simplifies the logic and reduces the code size some what. But the real reason to do it is the 3-Point case can be solved exactly. And by feeding these numbers into the LSF algorithm it provides a way to check all that code for 'correctness'.
2018-01-16 11:08:00 -06:00
fa432508b0
Followup to Ender config
2018-01-15 06:00:21 -06:00
77c2d810f9
Bring configs up to date
2018-01-14 22:52:06 -06:00
dabb75034c
Update example configurations
2018-01-10 00:01:20 -06:00
5295b4713d
[2.0.x] add semitec 104NT-4 ( #9119 )
...
Table is very very similar to old 104-GT2 so I added only the name and recycled old ID
2018-01-09 16:53:12 -06:00
0b4a46fa6c
Bring configs up to date with 1.1.x
2017-12-30 23:28:53 -06:00
f0a8a1a853
[2.0.x] Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE ( #8866 )
...
* Use NOZZLE_PARK_FEATURE for ADVANCED_PAUSE_FEATURE
2017-12-25 01:38:06 -06:00
28fc8741d6
Reduce default jerk. XY by half. Z by 1/4
2017-12-24 19:54:11 -06:00
1cf1cf8759
Add RADDS_DISPLAY to example configs
2017-12-24 19:00:23 -06:00
f79026acc1
Apply MKS_12864OLED_SSD1306 to examples
...
Followup to #8814
2017-12-16 20:15:36 -06:00
9abbcc3ee0
Apply ZONESTAR_LCD to example configs
2017-12-15 19:11:02 -06:00
69d49a2438
Shorter segments may be better
2017-12-09 06:29:14 -06:00
f58eb391aa
[2.0.0] Better off mesh behavior for UBL ( #8714 )
...
* Better off mesh behaviour for UBL
* Suggested ubl.h changes
2017-12-08 19:00:59 -06:00
d7800e7975
Apply MULTIPLE_PROBING to example configs
2017-12-07 16:44:12 -06:00
c1184552ac
Change K1 to required option PID_K1
2017-12-05 19:59:59 -06:00
aa7efb96bf
Bring configurations up to date
2017-12-02 21:50:51 -06:00
082ab8fcab
Add SKEW_CORRECTION to example configs
2017-12-01 19:22:27 -06:00
94e6b2976e
Restore correct G26 values for gMax 1.5+ printer
2017-11-30 18:12:17 -06:00
7c61bcb058
Apply SEGMENT_LEVELED_MOVES to example configs
2017-11-29 16:57:31 -06:00
5926c9c97b
Followup for MESH_EDIT_GFX_OVERLAY
2017-11-24 15:53:25 -06:00
5ce7f23afa
Config option G26_MESH_VALIDATION for all meshes
2017-11-23 21:43:23 -06:00
3f0a982b8c
Move Filament Width Sensor to Configuration_adv.h
2017-11-13 21:05:57 -06:00
b76e173205
Move test extrusion options under G26
2017-11-13 21:05:57 -06:00
faaae7a1b2
Provide more clearance for BL-Touch probe
2017-11-12 13:11:22 -06:00
81b91b3f9d
Clean up some trailing white-space
2017-11-10 02:31:04 -06:00
2f9848ede3
Correct gMax 1.5+ example file
...
And... Keep both branches in synchronization.
2017-11-09 23:44:14 -06:00
ed62c621d7
Fix G26 Circle Drawing. Add Default Extrusion Settings ( #8313 )
...
- Fix G26 Circle Drawing.
- Add default extrusion settings so machine can print lines on print bed
- Yet to be done: Get LCD Menu's to use these settings.
2017-11-07 17:13:53 -06:00
2c099fd4c2
Update Thermal Protection Documentation
2017-11-07 15:46:44 -06:00
d83a9a53e8
Merge pull request #8220 from thinkyhead/bf2_serial_port_-1
...
[2.0] Add SERIAL_PORT -1 option for configurators
2017-11-03 15:25:12 -05:00
93ba72ea83
Add SERIAL_PORT -1, set on SBASE, STM32F103RET6
2017-11-03 15:22:45 -05:00
7e43dd1d23
Fix probes configuration url
...
Based on #8241 by @machaj
2017-11-03 13:35:40 -05:00
9cc1d8e312
[2.0.x] Support for SilverGate Board
2017-10-31 15:27:26 -05:00
34be5d33c0
The plural of 'axis' is 'axes'
2017-10-30 14:21:43 -05:00
7fad26549b
Concise SD_REPRINT_LAST_SELECTED_FILE description
2017-10-26 23:33:02 -05:00
46e9eae159
Tweak to M100 config comment
2017-10-26 17:25:44 -05:00
7f55d82fd1
Move UBL_SAVE_ACTIVE_ON_M500 to Configuration.h
2017-10-24 18:26:43 -05:00
580b6e9089
Apply physical limits to mesh bounds
2017-10-24 16:54:07 -05:00