Commit Graph

3916 Commits (26b4cb5b42b81b217be31a56bf95d6f265836d20)

Author SHA1 Message Date
Scott Lahteine 26b4cb5b42 Merge pull request from thinkyhead/rc_auto_fans_again
Fix checkExtruderAutoFans
Scott Lahteine c9271e610b Merge pull request from jbrazio/bugfix/lcd-hide-bed-icon
Remove the hotbed icon from the status screen
Scott Lahteine 2f14934c65 Fix checkExtruderAutoFans
Make sure to only set the fan state once when extruders share a fan
Scott Lahteine abdfd914f8 Merge pull request from esenapaj/patch-4
Follow-up for  and 
Scott Lahteine 754b0152f5 Fix MBL zigzag calls
esenapaj 6d722716f7 Follow-up the PR and
Update forgotten Configuration_DUAL.h
João Brázio 451000387d
Remove the hotbed icon when HAS_TEMP_BED is false
Scott Lahteine 13175ce7da Fix error checking in M421
Scott Lahteine bc5a547d55 More robust MBL index / point conversion
Scott Lahteine a3520b6f01 More precision in M503 output for MBL's M421
Scott Lahteine 1b90682617 Merge pull request from thinkyhead/rc_sensitive_fan_pins
Remove need to define unused pins as -1 in pins files
Scott Lahteine c8a40f06a6 Merge pull request from thinkyhead/rc_more_printcounter
Printcounter bugfix and some new features
Scott Lahteine 585c8a918f Merge pull request from thinkyhead/rc_verbiage
Tweaks to some verbiage
João Brázio f9a62f6a8e Added PRINTJOB_TIMER_AUTOSTART section to example config files
João Brázio 8a18c52002 Adds an option to disable print job timer auto start
João Brázio a79267217b M78 now allows stats reset using the S78 argument
João Brázio b660f1bdb8 Bugfix: Multiple M77 no longer increment the print counter
Scott Lahteine c63f95f2fe Merge pull request from clexpert/patch-1
Lastest changes in Czech translate
Scott Lahteine e01e52969e Merge pull request from thinkyhead/rc_fix_auto_fans
Don't try to enable unused auto fans
Scott Lahteine ddf3e1e22d Tweaks to some verbiage
Scott Lahteine a713043acd Merge pull request from esenapaj/patch-3
Enclose all #error strings by double-quotes
Scott Lahteine 3cfea3ff12 Merge pull request from AnHardt/fix-FIX_MOUNTED_PROBE
G29 missing FIX_MOUNTED_PROBE condition
Scott Lahteine 08dfe08f9a Merge pull request from jbrazio/feature/update-pt_PT
Updated pt_PT language pack
Scott Lahteine 596ebccd54 Merge pull request from jbrazio/feature/followup-3740
Warn user about useless of individual axis homing and DELTA kinematics
Scott Lahteine 6e3556cb75 Merge pull request from esenapaj/patch-2
Update Japanese translation
Scott Lahteine 4d6bb52b26 Don't try to enable unused auto fans
Addressing 
Scott Lahteine f13c4a9ec4 Merge pull request from jbrazio/feature/host-keepalive
Removes the DISABLE from HOST_KEEPALIVE
João Brázio 596f15348d
Updated pt_PT language pack
João Brázio d7522152e1
Warn user about useless of individual axis homing and DELTA kinematics
AnHardt 8a4376d51f Idle during long arcs
Idle during long arcs
to prevent from watchdog resets during high segmented fast arcs.
esenapaj 888443ca1e Enclose all #error strings with apostrophes
Petr Zahradnik 50b1a6bb2b Lastest changes in Czech translate
AnHardt b74af78736 Make arc support (G2/G3) configurable
Saves about 2669 bytes when deactivated. (About 1% for a AT2560, about __4%__ for a AT644!)
AnHardt aef2559bd8 fix-FIX_MOUNTED_PROBE
Add a forgotten condition
esenapaj e9d851137d Update Japanese translation
・Add new translation
Scott Lahteine 14cd0f4c92 Merge pull request from thinkyhead/rc_lcd_home_options
Individual Axis Homing LCD menu items
esenapaj 69511b5e5e Follow-up the PR #3719(Harmonize LCD comment section)
It update forgotten Configuration_DUAL.h.
Scott Lahteine 675e92ab1f Merge pull request from thinkyhead/rc_limit_i2c_request
Print an error on bad i2c request
João Brázio 09150cae79 Individual Axis Homing LCD menu items
Scott Lahteine 4dc4e2063f Add REVERSE_ENCODER_DIRECTION option
Scott Lahteine aaeadf0cbd If no "B" parameter given, get 1 byte
Scott Lahteine a6d594665b Print an error on bad i2c request
Reference: https://github.com/MarlinFirmware/Marlin/pull/3713#issuecomment-218333678
João Brázio 85b2c80838
Updated example configurations
João Brázio ac7f634956
Removed the DISABLE from HOST_KEEPALIVE_FEATURE option
Scott Lahteine a454a88f9c Merge pull request from jbrazio/bugfix/printcounter
Minor #warning fix for PrintCounter
Scott Lahteine 03bda5c141 Merge pull request from jbrazio/feature/update-configs
Harmonize LCD comment section
Scott Lahteine c827671299 Mention Z_PROBE_ALLEN_KEY in probe sanity checks
Scott Lahteine be5d17de17 Merge pull request from thinkyhead/rc_file_offset_long
Use code_value_long for potentially large values
Scott Lahteine 56dd31ea3c Use code_value_long for potentially large values
Addressing 
João Brázio eafa16a781
Minor #warning fix for PrintCounter