Commit Graph

7311 Commits (dc84678fc1fd50ec85c3cb1b778da35104ab861c)
 

Author SHA1 Message Date
Scott Lahteine 671634bf11 Fix spacing after section header
Scott Lahteine f38553b482 fix a debug message
Scott Lahteine 3d78b8f929 Use HYPOT macro instead of hypot function
Scott Lahteine 9f9fe043ba Apply sq macro throughout
Scott Lahteine 93ba5bddd7 Append units to feedrate variables
Scott Lahteine 889570029a Merge pull request from esenapaj/Update-URL
Update URL in createTemperatureLookupMarlin.py
Scott Lahteine 5e3d3918b6 Patch compile error for RAMPS LCD pins
Scott Lahteine 94955a8bf7 pad string in lcd_finishstatus
Scott Lahteine 21ee0612e3 Debug char
Scott Lahteine c3cc24242c Merge pull request from thinkyhead/rc_debug_g28_more
Debugging of MBL in G28
Scott Lahteine 8f24e0a556 Debugging of MBL in G28
Scott Lahteine f8973a7cec Merge pull request from thinkyhead/rc_new_extruders_diff
Mixing and Switching Extruders
Scott Lahteine 05da02f0a2 Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER
esenapaj ce2814ed60 Update URL in createTemperatureLookupMarlin.py
Scott Lahteine 22b4cff423 New extruder type configuration options
Scott Lahteine 9730a9355c Travis test for Mixing and Switching extruders
esenapaj 601015b73e Update Japanese translation
Scott Lahteine 9766e24504 Merge pull request from thinkyhead/rc_mks_13_viki2
Support for VIKI2 with MKS 1.3 / 1.4
Scott Lahteine 02285662f5 Merge pull request from jbrazio/feature/filament-counter
Adds filamentUsed and longestPrint stats to PrintCounter
Scott Lahteine bf16ae5a70 Merge pull request from jbrazio/feature/g27-park-nozzle
Implements park nozzle feature
Scott Lahteine aaa0d298b9 Merge pull request from thinkyhead/rc_no_static_items_fix
Suppress compiler warnings in ultralcd.cpp
Scott Lahteine cc3ef73583 Merge pull request from thinkyhead/rc_petrzjr_long_print
LCD Longer print
Scott Lahteine 77c8fb627f Merge pull request from thinkyhead/rc_italian_fix
Added missing Italian translations
Scott Lahteine b14888501b Merge pull request from Ingramz/RCBugFix
Add Cartesio CN Controls V11
Silvio Didonna 32e0d71729 Added missing translations
Scott Lahteine 0f3232065e Merge pull request from jbrazio/feature/splash-improvement
Custom boot screen feature improvement
Petr Zahradník junior 2d7fe9dc78 LCD Longer print
Scott Lahteine eee903bd4b Format some DAC lines
Scott Lahteine d53dcaa796 Suppress some compiler warnings
João Brázio 9775af0c24 Update travis to handle custom_bootscreen.h files
João Brázio fa4274cf4c Improves the custom bootscreen logo feature
João Brázio 1f3283e3a5 Adds custom boot logos for bq Hephestos 2 and Cartesio
João Brázio dfa1c45075 Adds a notice to vendors about the SHOW_CUSTOM_BOOTSCREEN directive
Scott Lahteine ed468e848f Merge pull request from
Follow-up and fix the PR  (Allow stopwatch and printcounter to go over 18:12:15)
João Brázio a8758619ec The safe_delay() is now globaly accessible
João Brázio 9a00108cb6 Adds the WEBSITE_URL as the boot screen line 2
João Brázio f5234b0695 Adds a customizable screen timeout for the default boot screen
João Brázio 2f26bc2153 Adds filamentUsed and longestPrint stats to PrintCounter
João Brázio 336481ea81 Added G27 configuration options to all configs
João Brázio c711701626 Implements a nozzle parking command (G27)
João Brázio 7202383695 Merge pull request from jbrazio/followup-4320
Followup for 
João Brázio 5f368d1bc3 Followup for
João Brázio d7c51bc4b9 Merge pull request from jbrazio/followup/4307
Moves do_blocking_move_to_xy() out of the HAS_BED_PROBE define
esenapaj af9b1d79b1 Follow-up and fix the PR (Allow stopwatch and printcounter to go over 18:12:15)
・Remove MSG_END_HOUR and MSG_END_MINUTE from all the language files
・Change from MSG_INFO_TOTAL_PRINTS to MSG_INFO_PRINT_COUNT in German
file
Scott Lahteine e563634a25 Merge pull request from AnHardt/use-d_b_m_t-in-g28
Use do_blicking_move_to*() in G28
Scott Lahteine 59ae1811c2 Merge pull request from AnHardt/delta-g28
DELTA: Move out of the clip-zone after G28
Scott Lahteine ead155399f Merge pull request from jbrazio/bugfix/print_xyz-overflow
Fixes an PSTR overflow with print_xyz()
João Brázio fdea8b6e6a Moves do_blocking_move_to_xy() out of the HAS_BED_PROBE define
AnHardt d2a49c016d DELTA: Move out of the clip-zone after G28
Move down to a safe height after G28 for DELTAs.
AnHardt 46994fd17d Use do_blicking_move_to*() in G28