Commit Graph

13858 Commits (0eae26a7be8c6798e64067548f3c8f313cdf677e)
 

Author SHA1 Message Date
Max 07fc2b5b70 Update language_ru.h
Scott Lahteine 756bb5e268 Cleanup formatting in hitachi & dogm lcd
Scott Lahteine 7431ef7e2d Merge branch 'Development' into dev_version
Latest upstream commits
Scott Lahteine 43773ff735 Formatting and lcd contrast masking
Scott Lahteine eb6e3886f4 Set version to "1.0.3 dev"
Scott Lahteine cf9b58452c Minimum delay in menu click feedback
Squished 
Scott Lahteine 419f3ebc03 Merge pull request from OpCode1300/docs
Fix typo in readme
Administrator ff429cdd8a Fix typo in readme
Scott Lahteine 1d291be2ba Fix de after PREVENT_DANGEROUS_EXTRUDE
- Set `de` to 0 when `position[E] = target[E]`
- Address regression mention in 
Scott Lahteine e03da4805b Merge pull request from epatel/Development
Mesh bed leveling: Added G29 S3 + finer display steps during manual input + bug fix
Scott Lahteine 5b2c67f4c3 Merge pull request from thinkyhead/more_configurator
Fix G29 not deploying probe in some instances
Scott Lahteine f7c4e7e19f Fix G29 not deploying in some instances
Edward Patel a9ed39b12d Moved checks into SanityCheck.h + removed previous added checks.
Edward Patel 002340f32c Merge branch 'Development-Marlin' into Development
Scott Lahteine 3db4e0fb5d Merge pull request from thinkyhead/more_configurator
Configurator updates
Scott Lahteine c379f17117 Encapsulate setting of homing_bump_feedrate
Scott Lahteine 7d2c2f1790 Updates for the configurator
- Sections in all `Configuration_adv.h`
- Recognize JAPANESE/WESTERN/CYRILLIC options
- Better capturing of comments for tooltips
Scott Lahteine 967db181d0 Latest upstream commits
Scott Lahteine e502144eda Fixup formatting of last commit
Scott Lahteine d05efa008d Merge pull request from shaggythesheep/bugfix_no_heaters
Bugfix: Temperature checks when no heaters in use
Scott Lahteine d20f42c883 Don't stow the probe until the last grid point!
- Address Issue  at hash #issuecomment-89756858
Scott Lahteine 5c2bb05af3 Merge pull request from AnHardt/fix-statusmessage
Fix lcd_status_message
Scott Lahteine d70a4a3847 Merge pull request from AnHardt/splashscreen
Disable splash-screen when done once
Scott Lahteine 56aea5f8e5 Merge pull request from Natealus/Development
Azteeg X3 Pro Pin fix ups
Scott Lahteine 6a860b99dc Merge pull request from Wackerbarth/Configurator
Update Configurator Files
AnHardt ac843fbf3b Fix lcd_status_message
Because we now can use utf8 with up to 3 bytes per symbol,
lcd_status_message[] must be 3*LCD_WIDTH wide.
Filling up the message, or cutting to length, are fixed to.

Fix for  about at the end.
Scott Lahteine 6d084c017f Fix typo in FWRETRACT handler
Should be `retracting` and not `retract`
Scott Lahteine ed7a2f9fac Merge pull request from thinkyhead/fixup_dualz
Fix compile error with Z_DUAL_ENDSTOPS
Edward Patel d27c82a450 Added check for Delta printers in Mesh, #error not yet supported.
Edward Patel 9a093b2e8f Added #error + mention not to enable ABL and Mesh at the same time
AnHardt 6ae714894e Now the simplycistic solution.
Just and only display splashscreen only once.
AnHardt d521693641 Revert "Draw content in display loop only when needed"
This reverts commit bf04a92cc0.
Natealus b6f2bff461 Azteeg X3 Pro Pin fix ups
Scott Lahteine d867c18535 Fix compile error with Z_DUAL_ENDSTOPS
Richard Wackerbarth 46474cf2f2 Incorporate @section headers from configurator
Richard Wackerbarth cf66cb8808 Bring configurator up-to-date
Richard Miles 1a5293c2ce Prevents MINTEMP / MAXTEMP when no heaters present
This commit checks whether or not HEATER_0 is in use, and if not, skips
the MIN / MAX temperature checks.
Edward Patel 5360158545 Merge branch 'Development-Marlin' into Development
AnHardt bf04a92cc0 Draw content in display loop only when needed
Example for splash screen.
AnHardt 9865318f1c Disable splash-screen when done once
Splash screen was shown with every display init.
That means every time the menus where entered.

Note the 2 in the initialisation.
The buffer is already written in two steps a 512 byte.
Without the 2 only the upper half is shown.
Scott Lahteine f5dad8ade2 Merge pull request from thinkyhead/fixup_probing
Have the configurator read from MarlinFirmware repo
Scott Lahteine 53eb662908 Have the configurator read from MarlinFirmware repo
Edward Patel d24ea7c03f Added Comment in hope of github seeing these updates
Edward Patel 61de6ecd54 Added change to example Configuration.h's
Edward Patel 2f0081bbb5 Compile error fix! Fix for merge artifacts.
Edward Patel 0e6514e7bd Bug fix! Missed putting z value back in right slot after zigzag mod.
Edward Patel ea10601406 Merge branch 'Development-Marlin' into Development
Conflicts:
	Marlin/Configuration.h
	Marlin/Marlin_main.cpp
Scott Lahteine cb02bc6db4 Merge pull request from AnHardt/dogm_looptest
Execute DOGM display-loop less often
Scott Lahteine f3597cf55a Merge pull request from quillford/patch-1
Fixed scara directions
quillford b02a55e60f Fixed scara directions
Config said for a delta instead of for a scara