Richard Wackerbarth
46474cf2f2
Incorporate @section headers from configurator
пре 10 година
Richard Wackerbarth
cf66cb8808
Bring configurator up-to-date
пре 10 година
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.
пре 10 година
Edward Patel
5360158545
Merge branch 'Development-Marlin' into Development
пре 10 година
AnHardt
bf04a92cc0
Draw content in display loop only when needed
Example for splash screen.
пре 10 година
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.
пре 10 година
Scott Lahteine
f5dad8ade2
Merge pull request #1819 from thinkyhead/fixup_probing
Have the configurator read from MarlinFirmware repo
пре 10 година
Scott Lahteine
53eb662908
Have the configurator read from MarlinFirmware repo
пре 10 година
Edward Patel
d24ea7c03f
Added Comment in hope of github seeing these updates
пре 10 година
Edward Patel
61de6ecd54
Added change to example Configuration.h's
пре 10 година
Edward Patel
2f0081bbb5
Compile error fix! Fix for merge artifacts.
пре 10 година
Edward Patel
0e6514e7bd
Bug fix! Missed putting z value back in right slot after zigzag mod.
пре 10 година
Edward Patel
ea10601406
Merge branch 'Development-Marlin' into Development
Conflicts:
Marlin/Configuration.h
Marlin/Marlin_main.cpp
пре 10 година
Scott Lahteine
cb02bc6db4
Merge pull request #1817 from AnHardt/dogm_looptest
Execute DOGM display-loop less often
пре 10 година
Scott Lahteine
f3597cf55a
Merge pull request #1818 from quillford/patch-1
Fixed scara directions
пре 10 година
quillford
b02a55e60f
Fixed scara directions
Config said for a delta instead of for a scara
пре 10 година
Scott Lahteine
6c5f07c5cb
Merge pull request #1813 from thinkyhead/fixup_probing
Fix bad thermal runaway trigger
пре 10 година
AnHardt
340d165a9c
Reduce display updates for dogm displays
In 'if (encoderPastThreshold || LCD_CLICKED)' lcdDrawUpdate was not set.
'lcd_status_update_delay'-loop was not effective in function
lcd_status_screen().
The loop prevented the update of the status screen but not the displays
update.
Shifted the loop into lcd_update().
пре 10 година
AnHardt
418d22d7b3
Revert "Testloop cleanup"
This reverts commit 6361404b91 .
пре 10 година
AnHardt
6361404b91
Testloop cleanup
Shifted condition should still be in.
пре 10 година
AnHardt
6d4b3f0d6a
Move the condition before the loop
Result see: https://youtu.be/AEnBzdu9_tk
Dot is moving not so fast -> less executed loops.
пре 10 година
AnHardt
4cb7dfc546
Move the 'alive dot' in every displayloop
Result see: https://www.youtube.com/watch?v=tdu7J0i-c4g
Loop is executed several times per display update.
пре 10 година
Scott Lahteine
b0f198c153
heater_index above its use
пре 10 година
Bo Herrmannsen
3d01492228
Update README.md
пре 10 година
Bo Herrmannsen
bf5dbb90c4
Update README.md
пре 10 година
Scott Lahteine
60f8e0386f
More thermal runaway states
пре 10 година
Scott Lahteine
f9dbd73652
Fix tr_target_temperature type - float!
пре 10 година
Scott Lahteine
c83faa9c5e
Merge pull request #1811 from thinkyhead/fixup_probing
Compare indices instead of floats for probe actions
пре 10 година
Bo Herrmannsen
cabd713610
Update README.md
пре 10 година
Bo Herrmannsen
f39e5988a3
Update README.md
пре 10 година
Bo Herrmannsen
20a047b8c5
Update README.md
пре 10 година
Bo Herrmannsen
a5e9263987
Update README.md
пре 10 година
Bo Herrmannsen
506a42338b
Update README.md
пре 10 година
Bo Herrmannsen
2f189be2e4
Update README.md
пре 10 година
Bo Herrmannsen
1836aa2615
Update README.md
пре 10 година
Scott Lahteine
61f8394361
Compare indices instead of floats for probe actions
пре 10 година
Scott Lahteine
a98183b463
Merge pull request #1809 from Wackerbarth/LanguageCleanup
Deferring default definition made #undef unnecessary
пре 10 година
Scott Lahteine
41ded7e996
Merge pull request #1805 from thinkyhead/fixup_probing
Optimize coordinate copying, fix EXTRUDER_RUNOUT_PREVENT
пре 10 година
Richard Wackerbarth
4119738e69
Deferring default definition made #undef unnecessary
пре 10 година
Scott Lahteine
6f06d33be5
Fix missing refresh_cmd_timeout function
пре 10 година
Scott Lahteine
2d099a2c70
Fix missing backslash in macro
пре 10 година
Scott Lahteine
0f9b29e6c5
Merge pull request #1803 from Natealus/Development
Z_PROBE_ENDSTOP Pin for Azteeg X3 Pro
пре 10 година
Scott Lahteine
0935084141
Fix manage_inactivity
- Document `manage_inactivity` function
- Allow `EXTRUDER_RUNOUT_PREVENT` to work with all extruders
- Use faster `memcpy` for copying coordinates
пре 10 година
Scott Lahteine
c065da52ec
Spacing and spelling
пре 10 година
Scott Lahteine
a3e129e091
Merge pull request #1801 from thinkyhead/fixup_probing
Minor optimizations
пре 10 година
Scott Lahteine
e8a711994a
Merge pull request #1802 from Natealus/Development
Compiling error temperature.cpp with multiple extruders defined
пре 10 година
Natealus
ab11f90da0
Z_PROBE_ENDSTOP Pin for Azteeg X3 Pro
Just a simple #ifdef Z_PROBE_ENDSTOP to define the pin for it. Also has
a couple commented lines for switching Z_MIN_PIN if needed.
пре 10 година
Scott Lahteine
8680b515b0
Fix missing tmp_extruder -> target_extruder
пре 10 година
Natealus
a6ba40ae48
Compiling error temperature.cpp with multiple extruders defined
It wouldn't compile because of this line in temperature.cpp it turns out
it was just a stray ( that didn't line up with the previous lines so I
just made it in line with the rest and it compiled fine.
пре 10 година
Scott Lahteine
fc3c76fc16
Fix #1800
пре 10 година