Commit Graph

4565 Commits (4a6ed5e22170d26b8c4eb907a32b46830ba46f2b)

Author SHA1 Message Date
Scott Lahteine 0fcd3706dd Replace ENDSTOPS_ONLY_FOR_HOMING with ENDSTOPS_ALWAYS_ON_DEFAULT
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 5e3d3918b6 Patch compile error for RAMPS LCD pins
Scott Lahteine 94955a8bf7 pad string in lcd_finishstatus
Scott Lahteine 21ee0612e3 Debug char
Scott Lahteine 8f24e0a556 Debugging of MBL in G28
Scott Lahteine 05da02f0a2 Implement MIXING_EXTRUDER and SWITCHING_EXTRUDER
Scott Lahteine 22b4cff423 New extruder type configuration options
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 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 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
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
João Brázio ffbb31b235 Fixes an PSTR overflow with print_xyz()
Indrek Ardel ecb23c1b65 Add Cartesio CN Controls V11 board
Indrek Ardel c8f2dd7cd5 Fix CN Controls 12 styling
Scott Lahteine cec7110409 Merge pull request from thinkyhead/rc_debug_gcode_t
Added logging related to gcode_T
Scott Lahteine 6446d3939a Merge pull request from thinkyhead/rc_static_item_fix_77
Fix skipping of static items
Scott Lahteine 95ab2fd3ae Fix skipping of static items
Scott Lahteine 166f19251e Add more debugging for leveling
- Especially in `gcode_T`
- In `update_software_endstops`
- Some tweaks to observe
Scott Lahteine 7ac0b91a45 Collapsible long comment in gcode_T
João Brázio e71a631f8f do_blocking_move_*() no longer depend on HAS_BED_PROBE
Scott Lahteine 8bf6861af8 Merge pull request from jbrazio/feature/g12-clean-tool
Implements clean nozzle feature (Lulzbot's REWIPE)
Scott Lahteine c5e51f6b96 finished => completed
Scott Lahteine 1618870c84 card.printingHasFinished does print_job_timer.stop
Scott Lahteine 34da77dad3 Simply run M31 at the end of an SD print
Scott Lahteine 23d2bc5ab0 Patch Greek for new strings
Scott Lahteine a8d71f0ac6 Support longer print times in M31
Scott Lahteine e481b79af1 Allow stopwatch and printcounter to go over 18 hours
João Brázio 68c343a09a Added G12 configuration options to all configs
João Brázio 4937f9ada4 Minor G12 tweaks and point_t struct extension
Scott Lahteine 6080924589 Merge pull request from jbrazio/feature/bqh2-update
Update the bq Hephestos 2 configuration
Scott Lahteine ed89c71e53 Merge pull request from
Follow-up the PR  (Fixups for PID_ADD_EXTRUSION_RATE and HOTENDS==1)
João Brázio 021544f572 Improves G12 zig-zag pattern
João Brázio b05a75655a Implements a nozzle cleaning pattern generator (G12)
João Brázio 005af84140
Update the bq Hephestos 2 configuration
esenapaj 8f03f0be9b Follow-up the PR (Replace PLA/ABS preheating with generic)
esenapaj c2c8ab4698 Follow-up the PR (Fixups for PID_ADD_EXTRUSION_RATE and HOTENDS==1)
Scott Lahteine 4f77adddbe Merge pull request from thinkyhead/rc_debug_clean
Prefix and suffix in debug output
Scott Lahteine e5c7af5ddc Merge pull request from thinkyhead/rc_allow_cold_extrude
M302: Add "P" parameter, status output
Scott Lahteine 2224032568 Merge pull request from thinkyhead/rc_manual_move_fast_fine
No delay for the smallest LCD moves
Scott Lahteine cdd77d23bb Neaten up temperature member data
Scott Lahteine d4c68279c8 Add "P" parameter to M302
Scott Lahteine a5bae3c7d5 Merge pull request from blubbfish/patch-1
Update language_de.h for German translation
Scott Lahteine a8b6b6a128 Merge pull request from thinkyhead/rc_rename_hpb
Replace PLA/ABS preheating with generic
Scott Lahteine 1e14df876d Use varname as prefix in DEBUG_POS, string as suffix
Scott Lahteine 9e8b3e5ee6 Homing direction is irrelevant in probe raise!
Scott Lahteine ecd5e810ac No delay for the smallest LCD moves
Scott Lahteine 2b9515d60f Merge pull request from AnHardt/lang-system
Don't use UTF-strlen() if the text is not UTF
Scott Lahteine 973a669aa3 Merge pull request from thinkyhead/rc_ultralcd_encoder_pos
Remove extraneous conditions for encoder position
Scott Lahteine e9f62d8fdb Remove extraneous conditions for encoder position
Scott Lahteine 7c81398f95 Merge pull request from
Follow-up the PR  (X_DUAL_STEPPER_DRIVERS)
Scott Lahteine 0554b65d22 Merge pull request from thinkyhead/rc_serial_ln_macros
Sled-probe sanity fix, conditionals for remaining types of leveling
Scott Lahteine 655c3fd55f Move delta ABL sanity checks up
Scott Lahteine db0882d068 AUTO_BED_LEVELING_3POINT and DELTA_BED_LEVELING_GRID
Scott Lahteine e974ac63ef Init matrix in planner.init
Scott Lahteine 47d55513ec Merge pull request from AnHardt/msg-file-upload
Finalalize MSG_SD_WRITE_TO_FILE message with a \n
AnHardt b273736962 Make MAPPER_NON the fall back mapper
Make MAPPER_NON the fall back mapper - if no other is defined.
One list less to maintain.
AnHardt 54d35230df Don't use UTF-strlen() if the text is not UTF
Scott Lahteine a1de96d152 Merge pull request from thinkyhead/rc_more_hotends_1
Fixups for PID_ADD_EXTRUSION_RATE and HOTENDS==1
AnHardt 87957c7b44 Finalalize MSG_SD_WRITE_TO_FILE message with a \n
Finalalize MSG_SD_WRITE_TO_FILE message with a \n
else RH hangs.
esenapaj 9b5cbf2423 Follow-up the PR (X_DUAL_STEPPER_DRIVERS)
・Update a forgotten Configuration_adv.h of K8400
Scott Lahteine 809da999dc Apply HOTEND_INDEX in preheat methods
Scott Lahteine 3d78b690e5 Single PID dataset with HOTENDS == 1
Scott Lahteine bf9967c65d Apply HOTEND_INDEX in MILLISECONDS_PREHEAT_TIME
Scott Lahteine 11dcbae7a2 Only a single E axis. Can tool-change reseed position[E_AXIS]?
Scott Lahteine 4865447830 Merge pull request from esenapaj/Suppress-warnings
Suppress warnings
Scott Lahteine 815df28b0b Merge pull request from
Follow-up the PR  (Greek Language by @psavva)
Scott Lahteine 44f739a5eb Merge pull request from
Fix for the PR  (Additional tweaks for HOTENDS == 1)
Scott Lahteine 02f711fe00 Merge pull request from AnHardt/dont-deploy
Don't deploy/stow the probe if z-min-endstop is used for homing