Marcio Teixeira
906a24fa81
Extensible user interface API (#11193 )
6 years ago
Scott Lahteine
d5017e2788
Add status screen with 4 nozzles
6 years ago
InsanityAutomation
74cd6cb4fc
Single nozzle filament change (#11994 )
6 years ago
Giuliano Zaro
c0d9058e25
Shorten an Italian menu title (#12034 )
…and change a multi-use "back" menu item.
6 years ago
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds (#12032 )
6 years ago
Giuliano Zaro
07fe8d28be
[2.0.x] Partial Italian revert (#12008 )
- Use a comma for decimals just in one message has not been a good idea.
- Full comments translation
6 years ago
Scott Lahteine
517b4f4cd4
Fix lightweight UI hotends display
6 years ago
Giuliano Zaro
72a750e0eb
[2.0.x] Update Italian language (#11996 )
6 years ago
Scott Lahteine
348004c34f
STM32F7 HAL using the official STM32 Arduino Core (#11750 )
6 years ago
brian park
2abf3d258d
Korean language translation support (#11987 )
6 years ago
Scott Lahteine
3019713402
Reorganize some enums
6 years ago
dot-bob
b0fd8f2d74
Add option to move Z on double-click when idle
7 years ago
InsanityAutomation
8ae113ff36
Show zprobe_zoffset when BABYSTEP_HOTEND_Z_OFFSET is disabled (#11973 )
6 years ago
InsanityAutomation
2e98437392
Clean up main menu (#11972 )
6 years ago
InsanityAutomation
6d862b2916
Home before level corners, if needed (#11976 )
…and add a consistent homing screen for all LCD pre-homing.
6 years ago
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
6 years ago
InsanityAutomation
4d5566a6b7
Add filament runout sensor menu item (#11971 )
6 years ago
AnoNymous
b30ca652ae
Replace MIN# / MAX# with variadic MIN / MAX (#11960 )
6 years ago
Victor Tseng
93839e2f73
Add option to enable/disable autoretract altogether (#11904 )
6 years ago
Scott Lahteine
cee34f7290
Followup for BABYSTEP_HOTEND_Z_OFFSET (#11916 )
6 years ago
InsanityAutomation
1104054d73
2.0 IDEX Independent z offset and other fixes (#11862 )
* Add Formbot Raptor board
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
* Add a second Z probe Z offset
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
* Modify method to utilize live adjustment of hotend z offset
Should probably move config option to babystepping and rename as it may now apply to all multiextruder systems
* Move config item and catchup other code to current method
6 years ago
Scott Lahteine
a2b0260f0f
Update Sublime files
6 years ago
Hannes Brandstätter-Müller
a4cdffdd69
Support for manually deployed fixed probes (#11899 )
6 years ago
InsanityAutomation
f38570ac55
Add custom user menu title (#11769 )
6 years ago
Scott Lahteine
c5e5cc5e9f
Fix some trailing whitespace, macros
7 years ago
Roxy-3D
378f354939
IDEX Scaled Duplication is still under development
Take it out of the menu until it is tested and working.
7 years ago
Roxy-3D
0780913848
IDEX Improvements (#11848 )
7 years ago
Scott Lahteine
39732838b4
Tweak indent of Chinese languages
7 years ago
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
7 years ago
Thomas Moore
c437bb08f1
Overhaul of the planner (#11578 )
- Move FWRETRACT to the planner
- Combine leveling, skew, etc. in a single modifier method
- Have kinematic and non-kinematic moves call one planner method
7 years ago
Hannes Brandstätter-Müller
84ed9b5a63
Send "G33 S P1" for Delta Height Calibration (#11831 )
7 years ago
Roman Moravčík
8bce5370c7
Updated slovak translation (#11807 )
7 years ago
Giuliano Zaro
64d629ba2a
[2.0.x] Italian language fix (#11796 )
7 years ago
Scott Lahteine
06949ae510
Fix MSG_FILAMENT_CHANGE_HEAT_1 for small LCD
7 years ago
Scott Lahteine
d882717d98
Save some PROGMEM with constexpr (#11798 )
When possible, make `active_extruder` a `constexpr` to save some PROGMEM.
7 years ago
Sam Lane
4f883d5971
[2.0.x] Extruder-Distinct Linear Advance K Factors (#11789 )
7 years ago
Marcio Teixeira
2ebfe90be9
Add custom preheat temp to filament change (#11475 )
7 years ago
Scott Lahteine
72af8e0f02
Patch extruder_advance_K edit menu
Fix #11776
7 years ago
Scott Lahteine
eafd62308e
Use TMC2208Stepper v0.2.5 (#11714 )
7 years ago
Marcio Teixeira
beb51c2d58
Show manual extrusion moves as relative in LCD
- Implements FR#11724
- Old behavior can be restored by commenting out MANUAL_E_MOVES_RELATIVE
7 years ago
Scott Lahteine
12fded46c2
Correct some FR strings
Co-Authored-By: pipersw <pipersw@users.noreply.github.com >
7 years ago
Scott Lahteine
8b837dc3ad
No need for last \n in G-code items
7 years ago
Scott Lahteine
d1ceaf5550
[2.0.x] Followup to IDEX changes (#11707 )
7 years ago
Roxy-3D
7680b64aa6
IDEX clean up (#11690 )
7 years ago
Roman Moravčík
66de50f5f8
Updated slovak translation (#11684 )
7 years ago
Marcio Teixeira
0966bdcbc4
Reorganized ultralcd menu (10317) (#10360 )
Replaced "Prepare" and "Control" menus with "Movement", "Temperature", "Configuration" and "Advanced Settings"
7 years ago
Marcio Teixeira
0f14977b5d
LIGHTWEIGHT_UI: Allow feedrate % to exceed 255% (#11656 )
- Changed type of integer used for feedrate percentage from uint8_t to uint16_t.
7 years ago
Scott Lahteine
a15e570d3b
Fix SD progress with Lite Status Screen
Co-Authored-By: Lê Hoàng <icy.lord.love.angel@gmail.com >
7 years ago
Scott Lahteine
acf5ae3083
!ENABLED => DISABLED
7 years ago
jneilliii
3671c63cde
Einsy Full Graphic LCD Fix (#11604 )
Fixed issue with LCD timings for Einsy RAMBo board.
7 years ago