818 Commits (7fc31a7940e894ddec689340ec05f7c0753fc172)

Author SHA1 Message Date
Scott Lahteine 7fc31a7940 Merge pull request #7258 from thinkyhead/bf_cleanups_jbrazio
Add support for BQ heated bed kit with Hephestos 2
7 years ago
João Brázio 2065591daf Add support for BQ heated bed kit with Hephestos 2 7 years ago
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)
7 years ago
Scott Lahteine f713f25fa5 Clean up excess whitespace 7 years ago
Scott Lahteine fc9ce65095 Add `BUSY_WHILE_HEATING` for hosts that need it 7 years ago
Scott Lahteine cca1cca3a5 Merge pull request #7237 from thinkyhead/bf_cz_mapper
UTF-8 mapper for Czech
7 years ago
Scott Lahteine a2babb532d Merge pull request #7217 from benlye/add-kill-action
Add configurable action command to send when printer is killed
7 years ago
Petr Zahradník 8c34233452 UTF-8 mapper for Czech 7 years ago
Ben Lye c28749a567 Add kill action
Sends pre-defined string as action command when printer is kill.
7 years ago
LVD-AC 567941e341 Fix for issues #6997 and #7152
Probing with the effector in the printing area, but an eccentric probe (e.g. allen key) outside it but still touching the bed gives meaninfull information for calibration. Since calibration is most accurate when probing as close to the towers as possible the testing was way to restrictive hence this fix.
7 years ago
Scott Lahteine 69297b2d7b Make all EEPROM optimization options available 7 years ago
Scott Lahteine 232a10410d LCD_FOR_MELZI 7 years ago
Scott Lahteine dcec7178d1 Expose DISABLE_M503 option as a test option 7 years ago
Tom 1ff7d10c80 Add configuration for Infitary M508 (i3 clone)
Based on Infitary's own firmware settings.
7 years ago
Scott Lahteine 406ef69702 Move Anet A8 config to subfolder 7 years ago
Scott Lahteine 379926961c Add Anet A6 config, edit Anet A8 config 7 years ago
Scott Lahteine 5b03f23fa2 Bring configurations up to date, fix some comments 7 years ago
Scott Lahteine f4246dc8ff Merge pull request #7165 from thinkyhead/bf_parser_shorthand
Use parser.seenval, add shorthand functions
7 years ago
Scott Lahteine 941943c167 Apply const, spacing, etc. 7 years ago
Scott Lahteine 5b11b33854 Add support for Průša MK2 Multiplexer 7 years ago
Scott Lahteine a4a587a897 Fix spelling of Průša 7 years ago
Bob-the-Kuhn 9651d01e1a Add Skynet/ANET A10 support 8 years ago
Scott Lahteine eb314373bb Config spacing & consistency, group custom LCDs 8 years ago
Scott Lahteine afbc6e3e2f Update DELTA/SCARA config comments 8 years ago
Paweł Stawicki 1e47c17b46 Fix: set digipot mcp4018 Vrefmax to 1.666V 8 years ago
Scott Lahteine 80a232419d CNC workspace planes and 'P' argument for G2/G3 8 years ago
Bob-the-Kuhn 325f09ea6c Add link to custom LiquidCrystal library by F. Malpartida 8 years ago
Scott Lahteine 42f7f9e013 Merge pull request #7060 from bgort/i2cpefix
I2C Position Encoders Example Configs
8 years ago
Jim Brown 3d043976f7 Add option to disallow filament change without homing first 8 years ago
Brian 40bb0cbf7a example configurations, etc. 8 years ago
dot-bob 0bc66bf22c PCA9632 PWM color LED support
Add support for the PCA9632 PWM color LED driver used on the Ultimaker 2 and Wanhao Duplicator 6.
8 years ago
Scott Lahteine 07f8da36d2 CL-260 configs 8 years ago
Bob-the-Kuhn 1c107b3949 delete problem line 8 years ago
Scott Lahteine 1419126721 Merge pull request #6965 from thinkyhead/bf_save_more_sram
Use createChar_P to save SRAM in bootscreen
8 years ago
Scott Lahteine e556ab1dff Find three-point leveling points on Delta 8 years ago
Scott Lahteine e1c5a43247 Cleanup stepper current control config options 8 years ago
Brian dd071a4a65 Enable AUTO_REPORT_TEMPERATURES by default 8 years ago
bgort 8db1197c9b Enable extended capabilities report by default (#6969)
Ref #5139
8 years ago
Roxy-3D 0dd0033b33 Save up to 94 bytes of RAM on 20x4 LCD Display machines (#6964)
* Save up to 94 bytes of RAM on 20x4 LCD Display machines

Moved the custom screen characters out of RAM into Program Memory.  With
SD-Card support and the Progress Bar enabled, this saves 94 bytes of RAM
memory.

This was tested using the example_configurations/FolgerTech-i3-2020
files.  So a couple small changes to those files snuck into this Pull
Request.

Probably...  We can find similar savings in the Graphics LCD code it we
comb through it.   And if so...  That is the place we really need to
save RAM memory!

* Tidy up white space and indentation
8 years ago
Scott Lahteine e4937b0285 Cleanup of spacing and formatting 8 years ago
Scott Lahteine 90ccac4bcf Clean up after recent commits 8 years ago
guntherv73 4288c4fb4f Configurations for Malyan M150 8 years ago
Scott Lahteine 1919cb0d1e Config cleanups 8 years ago
Bob-the-Kuhn 9657e7d3ee copied file changes from PR #5685
==============================

Configuration_adv.h changes

==============================

add "live" LCD update

==============================

P & S version

==============================

final (hopefully) tested version

==============================

update M115 capabilities print

==============================

Menu changes portion of the requested changes

==============================

changed USEABLE_HARDWARE_PWM from a function to a series of macros

==============================

changes per review
8 years ago
Tannoo 74d6dee920 User Command (Script) Menu
The menu (commands / scripts) is configurable in `Configuration_adv.h`.

- Added conditionals.
- Changed script handling.
- Slimmed and working!
- Added Status message.
- Returning to lcd status screen now!
- Example Configs Updated.
- Cleanups by @thinkyhead
8 years ago
Scott Lahteine d9c8072037 Edit PROPORTIONAL_FONT_RATIO comment 8 years ago
Scott Lahteine 71367fd518 Scrolling status message option 8 years ago
Thomas Moore fb5e0ffe16 Unify M600 and M125 pause features (#6407)
* Unify M600 and M125 pause features
* Cleanup per thinkyhead's comments
* Rename filament_change_menu_response to advanced_pause_menu_response
* Include HAS_BED_PROBE in QUIET_PROBING
* Update gMax example file
* is_idle() is out of scope without the braces
* Convert FT-i3-2020 to Advance Pause names...
* Allow pause even if not printing
8 years ago
Scott Lahteine 002a06c507 New GCode Parser - Configuration 8 years ago
Scott Lahteine c2ea22da49 Clean up whitespace 8 years ago