Commit Graph

8409 Commits (97444391e0d13a7fac4ef9f291b69094fe3b64fa)
 

Author SHA1 Message Date
Alexey Shvetsov 851f9f5399 Update Russian translation - Part 1
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Scott Lahteine b7a16e4468 Merge pull request from fixoid/patch-1
Fixing SWITCHING_EXTRUDER feature to work with HOTENDS > 1
Alexey Shvetsov f38b8c5bf8 MKS 1.3+: Add pin mapping for PS_ON
This allows the use of D4 as PS_ON since MKS Gen doesn't have a PS_ON pin. However this effectively allows only 3 servos (instead of 4).

Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Scott Lahteine 60cb2bd4e7 Merge pull request from thinkyhead/bf_before_fwretract
Improve FWRETRACT comments
Scott Lahteine 8a3bc6be4d Improve FWRETRACT config options and commentary
Add more details as requested in 
Scott Lahteine b0173ccdb9 Drop extra initializers for vars initialized by EEPROM code
Scott Lahteine 7afafb05b8 Split G10/G11 into separate functions
Scott Lahteine c45798694f Add some more requirements to the G-code list
Scott Lahteine 72de280c1e BARICUDA valve pressure consistently uint8_t
Scott Lahteine 4d98e3f0a7 General cleanup
fixoid e530c67349 Fixing SWITCHING_EXTRUDER feature
Tannoo 2ad3ca5d8a Bugfix ()
Roxy-3D 37a6833d7e Allow the sampled point to be added into the Least Squares Best Fit ()
Without this...  The LSF won't work because none of the sampled points
in this code block get added.
C. Scott Ananian a519b093b9 Fix build by replacing qr_solve by least_squares_fit. ()
This was broken by 9af67e2446.
Scott Lahteine b9809ea86c Merge pull request from thinkyhead/bf_seen_not_volatile
Fixes for recent merges
Scott Lahteine 0873c667fa Apply coding standards to recent merges
Scott Lahteine 8c2907d10f Fix ABL broken by recent change
Roxy-3D 9af67e2446 Save 7714 bytes of program memory when doing AUTO_BED_LEVELING_LINEAR ()
We can save more and a pile of RAM by eleminating the eqnBVector and
EqnAMatrix arrays next.
Scott Lahteine e5904c4df8 Merge pull request from thinkyhead/bf_seen_not_volatile
Volatile keyword not needed for parser.seen
Scott Lahteine 76e90b93b7 Volatile keyword not needed for parser.seen
Scott Lahteine f63f1ff12c Merge pull request from thinkyhead/bf_user_menu_stay
Stay in User Menu after command. Add feedback.
Jamie Bainbridge 00e4ced58e Stay in User Menu after command. Add feedback.
When a user executes a User Menu command, the LCD returns to the main menu. If the user has multiple menu items they want to run, such as one menu item per bed leveling corner, then it's better to stay in the User Menu rather than return to the main menu.

This PR modifies Marlin to stay in the User Menu after a command.
Scott Lahteine 1066b17457 Merge pull request from thinkyhead/bf_G33_update_27
Updates to G33 and its LCD code
Tannoo e927941c06 Bugfix ()
Fix compile error when UBL is enabled but there is no LCD Panel.
Scott Lahteine 68aea9c01d Merge pull request from thinkyhead/bf_configs_by_vendor
Arrange more example configs by vendor
Tannoo aaacef9441 Corrections ()
20x4 map integration.    Also some minor changes to the UBL Menu layout.     Both 20x4 LCD's and Graphical LCD panels should have similar functionality now.
LVD-AC 4bc79ec877 Updates for G33-LCD interface
Scott Lahteine 186580b55f Arrange example configurations by vendor
Scott Lahteine 6be369f3ea Add some config names to AUTHOR
Scott Lahteine 7fc31a7940 Merge pull request from thinkyhead/bf_cleanups_jbrazio
Add support for BQ heated bed kit with Hephestos 2
Scott Lahteine 11e376e920 Merge pull request from thinkyhead/bf_cleanup_july_6
Assign -1 to LCD_PINS_D4-7 if not defined
Scott Lahteine a3aa798f6d Merge pull request from thinkyhead/bf_Creality_CR10
Support for Creality CR-10
João Brázio 2065591daf Add support for BQ heated bed kit with Hephestos 2
essgcee 61be28133d Support for Creality CR-10
Creality board is a Melzi / Sanguinololu variant, but using different pins for LCD control (and maybe other minor variations)
Scott Lahteine 9248a90a4c Assign -1 to LCD_PINS_D4-7 if not defined
Scott Lahteine ce834bb78e Merge pull request from thinkyhead/bf_cleanup_july_6
Use FastIO for spindle, probe test, and case light
Scott Lahteine 5ef1e5ef60 Tweaks for M43
Scott Lahteine c7732db99d Fix: Use of digitalRead, digitalWrite breaks on AT90USB
Scott Lahteine f713f25fa5 Clean up excess whitespace
Scott Lahteine 2cb308fb53 Merge pull request from thinkyhead/bf_busy_protocol
"Keepalive" is now "Busy protocol"
Scott Lahteine fc9ce65095 Add `BUSY_WHILE_HEATING` for hosts that need it
Scott Lahteine 504d26341a Merge pull request from thinkyhead/bf_simplify3d_workaround
Patch M23 to work around Simplify3D bug
Scott Lahteine c6d430670a Clear SHOW_BOOTSCREEN with no LCD
Scott Lahteine 11c589c3ec Fix compile issue with G38
Fixes 
Scott Lahteine 678914be25 Patch M23 to work around Simplify3D bug
Addressing 
Scott Lahteine ef94ddf53c Merge pull request from thinkyhead/bf_probe_manual_G33
Add PROBE_MANUALLY support to G33
LVD-AC 3efe4aeef8 Add PROBE_MANUALLY support to G33
Scott Lahteine 28deff01b8 Fix a bug in mfup
Scott Lahteine cca1cca3a5 Merge pull request from thinkyhead/bf_cz_mapper
UTF-8 mapper for Czech
Scott Lahteine a2babb532d Merge pull request from benlye/add-kill-action
Add configurable action command to send when printer is killed