Scott Lahteine
79e6d890d5
Add UNKNOWN_Z_NO_RAISE to example configs
7 years ago
Bob-the-Kuhn
914bb80bde
removed SDSS init
...
added device & comm drivers for shared SPI LCDs
mistyped some updates in ultralcd_impl_DOGM.h
remove unwanted changes in onfiguration.h
still can't type
Update HAL_LCD_class_defines.h
include USB mass storage & misc
7 years ago
Bob-the-Kuhn
6b4a928145
2uS default step pulse ( #9989 )
7 years ago
Scott Lahteine
94f5204629
Move AUTO_REPORT_SD_STATUS to SDSUPPORT block
7 years ago
Scott Lahteine
a2a672449a
Updated boot screen description
7 years ago
Scott Lahteine
91db7930dc
Drop SCARA_FEEDRATE_SCALING
...
The updated planner takes the length of the move, so this pre-calculation is no longer needed.
7 years ago
Scott Lahteine
cd7dc49527
Fix CR-10 status screen missing commas
...
Fix #9660
7 years ago
TheSFReader
eb079959fb
Report sd card progress [FR] #9751 ( #9832 )
...
* SD Status auto-report feature
Feature Request #9751
7 years ago
Scott Lahteine
54c65fc3cb
Standardize LCD buzz defaults
7 years ago
Scott Lahteine
4953fb1c88
Standardize encoder defaults
7 years ago
Scott Lahteine
078627f805
[2.0.x] Creality Ender-4 configuration ( #9803 )
...
* Move Creality Ender-2 configurations
* Add Creality Ender-4 configurations
7 years ago
Scott Lahteine
5684beae90
Bring some configs up to speed
7 years ago
Roxy-3D
92c8efdc96
Change Folger Tech i3-2020 defaults
7 years ago
Scott Lahteine
2024775e07
Spanish (UTF8) Language ( #9786 )
...
From #7314 by @MrAmericanMike
7 years ago
Scott Lahteine
b8485528b2
Prettify LCD_PROGRESS_BAR options
7 years ago
Scott Lahteine
e65a853c59
Fix LCD_PROGRESS_BAR
...
Fix #9208
7 years ago
Scott Lahteine
17d984eab3
Add RESTORE_LEVELING_AFTER_G28 to example configs
7 years ago
Scott Lahteine
b2cf253a13
Add RESTORE_LEVELING_AFTER_G28 option
7 years ago
Scott Lahteine
2bd252b501
[2.0.x] LIN_ADVANCE v1.5 ( #9712 )
7 years ago
Scott Lahteine
3851ffce0f
Merge pull request #9637 from marcio-ao/pr-lite-st7920-status
...
[2.0.x] Light-weight status screen for ST7920 based printers
7 years ago
Marcio Teixeira
13176dfe2f
Merge remote-tracking branch 'origin/pr-lite-st7920-status' into pr-lite-st7920-status
7 years ago
Scott Lahteine
e75ccfd727
Hatchbox Alpha Config with E3Dv6 ( #9762 )
7 years ago
Scott Lahteine
556abc0888
Add LIGHTWEIGHT_UI to example configs
7 years ago
Marcio Teixeira
532bb3aaa1
Lightweight status screen for ST7920
...
- This 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.
7 years ago
Scott Lahteine
59c98d6fd5
Hephestos2 heated bed kit for all ( #9757 )
7 years ago
ldkraemer
6c3162f9c6
Add CR-10 Mini configuration
7 years ago
ldkraemer
4431f4deb8
Add CR-10S _Bootscreen.h
7 years ago
Scott Lahteine
343c17d5b3
Reduce Creality3D bootscreens flash usage ( #9752 )
7 years ago
Scott Lahteine
7d8c6b3f3c
Add 20x4 option for Sainsmart LCD ( #9740 )
7 years ago
Marcio Teixeira
aada1e698f
Removed unused configuration options.
7 years ago
Marcio Teixeira
c7513eb032
Merge branch 'pr-lite-st7920-status' of github.com:marcio-ao/Marlin into pr-lite-st7920-status
7 years ago
Scott Lahteine
a11fcd46a2
Merge pull request #9699 from Studiodyne/Studiodyne-filamentMulti
...
[2.0.x] Support multiple filament runout sensors
7 years ago
Scott Lahteine
a74cece6d0
CR-10 Bootscreen
...
From @plainpylut in #9660
7 years ago
Scott Lahteine
8733d5a296
Add NUM_RUNOUT_SENSORS to example configs
7 years ago
Scott Lahteine
ca55f2927a
Pulldown pin mode support ( #9701 )
...
Implemented for LPC1768.
7 years ago
Scott Lahteine
79272f98fc
Proposed changes to ST7920 lightweight status screen
7 years ago
Marcio Teixeira
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.
7 years ago
Scott Lahteine
bab0e975c8
The ENDER can use BOARD_MELZI_CREALITY ( #9692 )
7 years ago
Scott Lahteine
60fc372211
Add CODEPENDENT_XY_HOMING to example configs
7 years ago
Scott Lahteine
7a381366aa
Merge pull request #9208 from benlye/benlye-m73
...
[2.0.x] Allow M73 without SDSUPPORT
7 years ago
Scott Lahteine
7d093edc18
Add Tronxy XY100 configuration
...
Based on #9674
7 years ago
blye
330437ad7c
Update LCD_SET_PROGRESS_MANUALLY in configs
7 years ago
Scott Lahteine
d7f82c8ddf
Drop extra avr/pgmspace include in _Bootscreen.h
...
Addressing #9441
7 years ago
Scott Lahteine
08d685c97a
Followup to 21e60fd
7 years ago
Bob-the-Kuhn
349dafa728
config update (set to -1)
7 years ago
Roxy-3D
21e60fd3ed
Allow user to control Z-Height correction for off mesh movements ( #9661 )
7 years ago
Roxy-3D
c78e1c0f23
Fix G26 Circles... ( #9641 )
...
* Fix G26 Circles...
7 years ago
Marcio Teixeira
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.
7 years ago
Scott Lahteine
5b70d3da1c
Update DIGIPOT_I2C_MOTOR_CURRENTS comments
7 years ago
Scott Lahteine
2ec65051fd
Fix serial comment sp.
7 years ago
Scott Lahteine
423bf9955e
Set Megatronics baud rate to 115200
...
Fix #9092
7 years ago
Scott Lahteine
8e0c107545
Have Kossel Pro use Z_MIN_PROBE_ENDSTOP ( #9586 )
7 years ago
Scott Lahteine
7a4029d1b1
Correct MOTHERBOARD for Geeetech i3 Pro X
7 years ago
Scott Lahteine
3e384b60ce
Malyan M200 fix E0_AUTO_FAN_PIN ( #9580 )
...
Fixes #8794
7 years ago
Scott Lahteine
33752de12d
Update some outdated configs
7 years ago
Scott Lahteine
38c7d53bf7
Repair some spacing
7 years ago
Scott Lahteine
4aff6c1c32
Tronxy X5S pins and configuration
7 years ago
shaktee
27faeafc1b
[2.0.x] BIBO Cyclops ( #9541 )
7 years ago
Scott Lahteine
2014d38e10
NEOPIXEL_BRIGHTNESS parity
7 years ago
Scott Lahteine
694d2ebec0
TMC SW SPI pins in Configuration_adv.h
...
Counterpart to #9632
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
704d33c374
Special override of LCD_WIDTH
7 years ago
Scott Lahteine
8558264514
Configs for Prusa i3 Pro B GT2560 Rev.A Plus ( #9505 )
...
One without probe and one with BLTOUCH.
7 years ago
Scott Lahteine
b5e92f4f90
[2.0.x] Enable / disable PSU automatically ( #9503 )
7 years ago
Scott Lahteine
eecb0188c0
Add ULTI_CONTROLLER to example configs
7 years ago
Scott Lahteine
4925f60cff
Add MALYAN_LCD to configs
7 years ago
shaktee
34624cf399
[2.0.x] BIBO TouchX configuration ( #9469 )
7 years ago
Scott Lahteine
c46de340b7
Clean up trailing whitespace
7 years ago
Manuel Valentino
374f2a5e16
[2.0.x] Fixed wrong information about TMC2208 wiring ( #9335 )
7 years ago
Scott Lahteine
79796b22ad
Fix up _Bootscreen.h and _Statusscreen.h
7 years ago
teemuatlut
5c69d45f5b
[2.0.x] TMC2130 support for LPC platform ( #9114 )
7 years ago
Scott Lahteine
c63cffca7f
Add example configs for JGAurora A5
7 years ago
Scott Lahteine
7d6c009104
Add thermistor 15 tuned for JGAurora A5
7 years ago
Scott Lahteine
ab8a1a2a0d
Sync gCreate gMax1.5+ config with 1.1.x
7 years ago
Scott Lahteine
f9dbd4d9f4
Updated FolgerTech i3-2020 config
7 years ago
Scott Lahteine
348b454401
Probe bounds based on bed size
7 years ago
Scott Lahteine
58ed9901d7
Consistent NEOPIXEL_TYPE options
7 years ago
Scott Lahteine
c68ce8667d
Fix and improve Creality configs
7 years ago
Scott Lahteine
8190fdb260
[2.0.x] Option to use Neopixel as case light ( #9270 )
...
* Add option to use Neopixel as case light
* Apply CASE_LIGHT_USE_NEOPIXEL to example configs
7 years ago
Scott Lahteine
57b61491d3
Set FIL_RUNOUT_PIN for Creality CR10-S
...
Tested with M43 and found to be connected to DIO 2
7 years ago
Scott Lahteine
4a4d832344
Use standard encoder pulses/steps for CR-10S
7 years ago
Roxy-3D
bfd9728cf4
Serial buffer over run work around for v2.0.0 ( #9236 )
...
* Work around for serial buffer over run
PronterFace sends a lot of M105 commands. During long operations such
as UBL's G29 P1, G29 P2, G29 P4 and G26 this can over run the serial
buffer. This results (very often) in a M1 (actually a M1M105) ending
up in the command queue.
Until we figure out a better way to resolve this issue, this will keep
the UBL commands from experiencing bogus commands at thier completion.
7 years ago
Roxy-3D
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'.
7 years ago
Roxy-3D
9dacd54a50
Get FT-i3-2020 configuration files into compliance with ?_BED_SIZE
7 years ago
Scott Lahteine
fa432508b0
Followup to Ender config
7 years ago
Scott Lahteine
f4e4c7a7c8
Merge pull request #9188 from thinkyhead/bf2_creality_ender
...
[2.0.x] Add Creality Ender config/board
7 years ago
Scott Lahteine
9a2dd0bc5a
Creality Ender 2/4 configuration
7 years ago
Morten
a0246c5c96
Add support for STM32F7 MCU
7 years ago
Scott Lahteine
a27fa80a7e
More featureful CR-10S configuration
7 years ago
Scott Lahteine
02ff12d491
More up front option to show SD percentage
7 years ago
Scott Lahteine
3b15c88225
Merge pull request #9153 from thinkyhead/bf2_malyan_support
...
[2.0.x] Fix support for Malyan M150
7 years ago
Scott Lahteine
e753d6298f
FLSUN Kossel example configs
7 years ago
Scott Lahteine
77c2d810f9
Bring configs up to date
7 years ago
Scott Lahteine
3952070800
Link to marlinfw.org boot screen tool
7 years ago
Scott Lahteine
0cd397a3f8
Add instructions for Malyan M150
7 years ago
Scott Lahteine
344ebc3bd2
Create and use pins_MELZI_MALYAN.h for Malyan M150
7 years ago
Scott Lahteine
8ac246162e
Creality CR-10S configurations
...
Provided by printedsolid.com
7 years ago
Scott Lahteine
048486390e
Bring some configs up to date
7 years ago
Thomas Moore
dabb75034c
Update example configurations
7 years ago