Scott Lahteine
1857e611d3
Other small tweaks
hace 10 años
Scott Lahteine
63e1665fa9
Reduce ultralcd.cpp redundancies
hace 10 años
Scott Lahteine
e4b98011cf
And one more...
hace 10 años
Scott Lahteine
f074706d2e
And one more...
hace 10 años
alexborro
ab355a90d3
Revert "SD Sort and Buffer"
hace 10 años
Scott Lahteine
ae081d0fe0
Improvements, more SORT_USES_MORE_RAM
With this option, always keeps the dir in RAM, doubling as a cache for
getfilename. A board with only 8K of SRAM is cutting it very close.
hace 10 años
Scott Lahteine
0cbbba08bd
SD Card Alpha Sorting
First iteration of alphabetical sorting for SD cards, both
slow+efficient and fast+rammy. Option for folders to sort first, last,
or not at all.
hace 10 años
Scott Lahteine
3ebfd29312
Print a message when printing is aborted
Messages in gcode files like “M117 Printing…” were not being cleared on
Stop Print.
hace 10 años
Scott Lahteine
de725bd408
# This is a combination of 4 commits.
# The first commit's message is:
SD Card Alpha Sorting
First iteration of alphabetical sorting for SD cards, both
slow+efficient and fast+rammy. Option for folders to sort first, last,
or not at all.
# This is the 2nd commit message:
Expand on More RAM concept, address minor bugs
# This is the 3rd commit message:
Improvements, more SORT_USES_MORE_RAM
With this option, always keeps the dir in RAM, doubling as a cache for
getfilename. A board with only 8K of SRAM is cutting it very close.
# This is the 4th commit message:
Completed SORT_USES_MORE_RAM implementation
For the MORE_RAM option we need to buffer both the short and long
names, even though long names are sometimes redundant. Worst case, all
the names are max length. We can save some RAM by not storing these. We
could save more RAM by only storing the visible part of the long name.
hace 10 años
Scott Lahteine
181e487f13
Print a message when printing is aborted
Messages in gcode files like “M117 Printing…” were not being cleared on
Stop Print.
hace 10 años
Scott Lahteine
ff38d7c293
Print a message when printing is aborted
Messages in gcode files like “M117 Printing…” were not being cleared on
Stop Print.
hace 10 años
Scott Lahteine
725ba8d01e
Improvements, more SORT_USES_MORE_RAM
With this option, always keeps the dir in RAM, doubling as a cache for
getfilename. A board with only 8K of SRAM is cutting it very close.
hace 10 años
Scott Lahteine
14187dae6c
SD Card Alpha Sorting
First iteration of alphabetical sorting for SD cards, both
slow+efficient and fast+rammy. Option for folders to sort first, last,
or not at all.
hace 10 años
Scott Lahteine
3f54c9ba33
Relocate click ignore code into info screen
hace 10 años
Scott Lahteine
92e21d3ee2
M0-M1 Enhancements
Allow M0 and M1 to include a message string. Ignore clicks on “Wait for
user” so that the Info Screen stays up.
hace 10 años
Scott Lahteine
5714f64927
get latest Marlin_v1 changes
hace 10 años
Scott Lahteine
6901445592
Improvements, more SORT_USES_MORE_RAM
With this option, always keeps the dir in RAM, doubling as a cache for
getfilename. A board with only 8K of SRAM is cutting it very close.
hace 10 años
Lionello Lunesu
0d35b1d0b8
Allow negative values in menus
hace 10 años
Scott Lahteine
aa4160ba62
Relocate click ignore code into info screen
hace 10 años
Scott Lahteine
cd769781a1
M0-M1 Enhancements
Allow M0 and M1 to include a message string. Ignore clicks on “Wait for
user” so that the Info Screen stays up.
hace 10 años
Scott Lahteine
f40cff59f3
SD Card Alpha Sorting
First iteration of alphabetical sorting for SD cards, both
slow+efficient and fast+rammy. Option for folders to sort first, last,
or not at all.
hace 10 años
Filip Mulier
d84934d8c5
Display Filament Sensor data on 20x4 LCD
Changes to support displaying the real-time filament width and the
volume factor on a 20x4 LCD. The data is displayed on the 4th line.
First the status message is displayed for 5 seconds, and then the
filament data is displayed. The status message can be seen by
re-selecting the info screen in the menu.
hace 10 años
Christian Inci
110c5dcf23
Fixed typo.
Signed-off-by: Christian Inci <chris.pcguy.inci@gmail.com >
hace 10 años
Matt Stultz
ca30aee903
Fix "add_homeing" to "add_homing" to match changes
hace 10 años
Matthew Schick
fb34265d75
Make hotend optional when compiling with lcd support
Signed-off-by: Matthew Schick <matthew.schick@gmail.com >
hace 10 años
Scott Lahteine
2f6c57eadc
Proposed feature: Set Home Offsets
Add an item to the LCD menu that applies the current axis position to
the “add_homeing” offset.
hace 10 años
Filip Mulier
75b3a68b65
Revert "Change pinMode to SET_INPUT or SET_OUTPUT"
This reverts commit 1d0fe035f3 .
hace 10 años
Filip Mulier
1d0fe035f3
Change pinMode to SET_INPUT or SET_OUTPUT
Original code is using WRITE from fastio, but original used pinMode to
set pin direction and did not use the fastio SET_INPUT or SET_OUTPUT.
This caused an issue with the rotary encoder interface to boards based
on teensyduino, since for teensyduino pin numbers for fastio and the
usual Arduino IO are different.
hace 10 años
Pablo Clemente
8bf3139bc8
Changed the declaration of the variable to Marlin_main.cpp to fix issue on commit #965
hace 10 años
Pablo Clemente
2096188ac3
Changed the type of variable to bool, the name to "cancel_heatup", flags implementation and added this fix to M190 gcode too.
hace 10 años
Pablo Clemente
f9f54019ab
Inverted state logic for forced_heating_stop variable
hace 10 años
Pablo Clemente
c51a6f94e0
Fixed stop print LCD function on M104
hace 10 años
Pablo Clemente
2242a84218
Changed the declaration of the variable to Marlin_main.cpp to fix issue on commit #965
hace 10 años
Pablo Clemente
d86c3cf43c
Changed the type of variable to bool, the name to "cancel_heatup", flags implementation and added this fix to M190 gcode too.
hace 10 años
Oskar Linde
269a068032
Fix lcd itostr3() to handle negative numbers
hace 10 años
cocktailyogi
512f2a3136
restore Branch from Backup
sorry for that
hace 10 años
Pablo Clemente
cd3220d055
Inverted state logic for forced_heating_stop variable
hace 10 años
Pablo Clemente
86b4b805d2
Fixed stop print LCD function on M104
hace 10 años
Dim3nsioneer
3c927901a4
Implementation of FW extruder change retract
FW retraction is extended onto swap retraction invoked by 'G10 S1'.
Bookkeeping of the retract state of all extruders allows for having one
extruder fw standard retracted while another extruder is swap retracted.
An LCD menu item for the swap retract and recover length was added.
hace 10 años
daid
8b4c4aa5c3
Add feature to check&retry CRC read errors on SD.
hace 10 años
Dim3nsioneer
944ced87c5
Extended Preheat options
Preheat LCD menus base on code by D-Base
hace 11 años
Dim3nsioneer
3906f27c46
Individual extruder flow rate
Extension of M221, Tune menu
hace 11 años
whosawhatsis
0ddee3c7db
Prevent SD card insertion from causing a hang when using LiquidTWI2 device detection
hace 11 años
Matthew Schick
6cd85e6008
Add support for disabling encoder control for feedrate multiplier
Signed-off-by: Matthew Schick <matthew.schick@gmail.com >
hace 11 años
neildarlow
7325d7102e
Activate LiquidTWI2 device detection and space-pad LCD status line.
hace 11 años
Cylindric
5d50819791
Various typo fixes - only in comments, no code changes.
hace 11 años
Josef Pavlik
477b6fa1df
move engaged from lcd console refreshes power off timeout
hace 11 años
daid
c31bb2b7ad
Only show the ZProbe offset when auto-bed-leveling is enabled.
hace 11 años
Mark Hanford
bdd0211aeb
Move strings in ultralcd.cpp into language.h.
hace 11 años
David Forrest
61a7256d42
Enable basic ULTRA_LCD screen w/o encoders and menus.
hace 11 años