Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fysetc Catalyst Config * added respond on idle_timeout * sherpa mini config (Frix-x#385) Co-authored-by: Félix Boisselier <[email protected]> * switch moonraker update management to dev channel (Frix-x#390) * Update orbiter2.0.cfg (Frix-x#405) Add comment about required current. At the default of 0.45 on the Orbiter 2 motor, very poor performance will occur including significant underextrusion on infill, etc. * chore(mcu): properly label CAN H/L (Frix-x#418) TX and RX are not helpful, looking at the back of the m8p v2 shows that RX is high, and TX is low. * added back the proper idle timeout behavior * BTT S2DW V1.0 and similar RP2040 + lis2dw boards (Frix-x#439) * Add Octopus Pro 1.0 MCU definition as duplicate of Octopus MCU * fix typo in BTT_Octopus_Pro_v1.1.cfg (Frix-x#460) * Turn on filter only if it was used during printing. (Frix-x#380) Co-authored-by: Jan-Gerrit Drexhage <[email protected]> * added parameters to park (Frix-x#391) * M8P v2.0 SPI fix (Frix-x#389) Co-authored-by: Félix Boisselier <[email protected]> * Add per material filament sensor management (Frix-x#381) * Remove _TIP_SHAPING from End/cancel print macros (Frix-x#357) Co-authored-by: Jan-Gerrit Drexhage <[email protected]> Co-authored-by: Félix Boisselier <[email protected]> * Klipper SET_PRINT_STATS_INFO compatibility (Frix-x#392) Co-authored-by: Félix Boisselier <[email protected]> * Fix error with turning on filter only if it was used during printing. (Frix-x#406) Fix issue discovered after merging Frix-x#380 * fix missing variable to cancel_print (Frix-x#408) * filament sensor status checks universal (Frix-x#411) * proper Shake&Tune integration in Klippain * add mellow SB2040 v2 and SB2040 Pro toolhead boards (Frix-x#417) * correct overriders misspelling (Frix-x#425) * check if heatsoak is configured to verbose message (Frix-x#424) * typo * Add pin definitions for Fysetc S6 V2.X * add TR8x2 leadscrew config for trident * Add older version of Fysetc mini12864 display * HappyHare & other related dev (Frix-x#371) * HappyHare MMU integration in Klippain * Spoolman support * Multiple MCU templates added or modified, especially MMU templates * LED system rework to support the LED_effects plugin and rainbow barf, etc... ( Frix-x#416 ) * TMC Autotune moonraker updater predefined config (add your motor defs to your overrides.cfg or mcu.cfg) --------- Co-authored-by: Jan-Gerrit Drexhage <[email protected]> Co-authored-by: claudioguareschi <[email protected]> Co-authored-by: Félix Boisselier <[email protected]> Co-authored-by: ksummers92 <[email protected]> * fix status leds at startup (Frix-x#448) * Status leds on startup fix * display menu and V0 Display (Frix-x#420) * Better display menu adapted to Klippain * V0 display support * Klippain boot logo --------- Co-authored-by: Elias Huwyler <[email protected]> * improved display management structure * fixed MMU includes for HappyHare symlink * Add BLTouch support (Frix-x#450) * fixed nozzle and status led on/off. (Frix-x#454) * reverted update manager to main branch * followed naming scheme for bltouch include as virtual * moved the machine.cfg include and included additional thermistor defs * Mellow fly super8 template (Frix-x#463) * Support for TMC5160 on Z Axis (Frix-x#469) * added fix to prevent issues when updating Klippain without MMU (Frix-x#462) * Add configs for Fysetc SB Can TH boards (Frix-x#464) Co-authored-by: Félix Boisselier <[email protected]> * fix: make prime line height a variable parameter (Frix-x#466) Fix Frix-x#465 * fix for extrude when temperature is too low (Frix-x#480) * Add BTT Kraken MCU support (Frix-x#476) * Update Fysetc_Spider_v3.x.cfg to fix fan ports (Frix-x#474) * fix BTT_MMB pin (Frix-x#486) * added fix for rsense for TMC5160 (Frix-x#489) * Add support for dockable probes with separate retainer (Frix-x#401) This is needed for probes like https://github.com/kevinakasam/KlackEnder-Probe * fix for rsense on TMC5160 Z (Frix-x#490) * Create stale action workflow (Frix-x#449) Co-authored-by: Félix Boisselier <[email protected]> * fixed K-Shake&Tune integration * Avoid cooling hotend in extruder_preheating Frix-x#495 (Frix-x#496) * Add a park front macro for toolhead maintenance (Frix-x#494) * Update MMU include order to allow overriding default HH defs (Frix-x#497) * avoid led effect flashing on startup if leds desabled on startup (Frix-x#500) * Added BTT SKR2 board template (Frix-x#503) * fixed the regression introduced in startup call * fix typo in stale.yml * fixed probe pin for BTT_SB2209_RP2040_v1.0 (Frix-x#507) * LDO Nitehawk MCU template and tachometer management (Frix-x#505) Co-authored-by: Meindert <[email protected]> Co-authored-by: Akash Patel <[email protected]> * update primeline to make it adaptive (Frix-x#498) Co-authored-by: Frédéric Beaucamp <[email protected]> Co-authored-by: Félix Boisselier <[email protected]> * fixed missing adaptive primeline variable * remplaced CANCEL_PRINT by PARK in the automated error management gcode * fixed typo in LDO Nitehawk manufacturer template * Add support for Manta_M5P v1.0 and 0.9 degree steppers on Trident Z axis (Frix-x#514) * fix homing check for PARK in error gcode (Frix-x#513) * fix typo in Fysetc_ERCF_ERB.cfg (Frix-x#519) * Update BTT_Kraken_v1.0.cfg, RGB1 fix listed as PF10, but should be PF12 (pf10 is mcu_min7 already, an endstop) verified rest of pins as well * reverted PARK and PARK_FRONT to fail if axis are not homed * fix PARK with overriden param E (Frix-x#515) * install and uninstall scripts improvement (Frix-x#511) * Don't fail uninstall if the backup folder has been removed * Make uninstall work when backup has sub-directories * Make sure we don't fail making a backup when there is no current user config folder * added Mellow Fly Gemini v3 MCU template (Frix-x#527) * fix pinout for Fysetc_ERB board (Frix-x#530) * updated homing_override to improve sensorless homing (Frix-x#531) by using M400 vs the old 2 second dwell time that is not required anymore * fixed v0_display pin and improved overrides docs (Frix-x#535) * Update rpi_temp.cfg Format with _ so a space is in the name, like other temps * Update cabinet_temp.cfg * switched to the new minimum_cruise_ratio Klipper parameter * commented the default minimum_cruise_ratio to not break older Klipper versions * added Beacon accelerometer support (Frix-x#552) * Happy hare v2.5 merge (#8) * make Klippain compatible with HH v2.5 * start print for HH > v2.5 * move HHv2.5 init in _KLIPPAIN_MMU_INIT * add some info in mmu.md for 2.5 * add sync fonction with HH>2.5 * add eject slicer option for HH>2.5 * typo error * Update end_print.cfg Change EJECT to boolean for MMU_END * show HH version on startup * added custom4..9 in start_print (Frix-x#539) * updated beeper sections (Frix-x#549) by switching to pwm_cycle_time instead of output pin * removed M204 in favor of SET_VELOCITY_LIMIT (Frix-x#555) * support for LDO Picobilical (Frix-x#533) * removed M204 for SET_VELOCITY_LIMIT (Frix-x#554) * removed last M204 for SET_VELOCITY_LIMIT (Frix-x#553) * added Beacon accelerometer support (Frix-x#552) * deprecate HH<v2.5 and small typos * removed old artifacts from TMC2240 init feature Please use https://github.com/andrewmcgr/klipper_tmc_autotune instead! * error on changes in _INIT_CHECK_MMU --------- Co-authored-by: Benoitone <[email protected]> Co-authored-by: Félix Boisselier <[email protected]> Co-authored-by: Jan-Gerrit Drexhage <[email protected]> Co-authored-by: Colten Edwards <[email protected]> Co-authored-by: Nick Danyluk <[email protected]> Co-authored-by: Svennixx <[email protected]> * Align hardware/mmu.cfg with upstream * Update nozzle brushing to accomodate offset for situations in which standard nozzle brushing parameters lead to undesired interactions. * Modify starting move prior to brush procedure to accomodate for brush_offset * Fix brush center calculation * Add some debugging messages * ??? * Fixed brush stroke maths * Removed unneccessary if statement * Update Shake&Tune path This is due to a change in Shake&Tune v3.0.0 --------- Co-authored-by: Surion79 <[email protected]> Co-authored-by: Félix Boisselier <[email protected]> Co-authored-by: Benoitone <[email protected]> Co-authored-by: Eric <[email protected]> Co-authored-by: Devon Hazelett <[email protected]> Co-authored-by: Gustavo Ribeiro Alves <[email protected]> Co-authored-by: Andrew Wickham <[email protected]> Co-authored-by: tehniemer <[email protected]> Co-authored-by: Arsène Thieffry <[email protected]> Co-authored-by: claudioguareschi <[email protected]> Co-authored-by: Elias Huwyler <[email protected]> Co-authored-by: Elias Huwyler <[email protected]> Co-authored-by: Neil Smith <[email protected]> Co-authored-by: Reiner Uhry <[email protected]> Co-authored-by: lokiagent <[email protected]> Co-authored-by: Arcadien <[email protected]> Co-authored-by: Tyler Olson <[email protected]> Co-authored-by: Felix Boisselier <[email protected]> Co-authored-by: elpopo <[email protected]> Co-authored-by: tsk-2222 <[email protected]> Co-authored-by: Meindert <[email protected]> Co-authored-by: Akash Patel <[email protected]> Co-authored-by: Frédéric Beaucamp <[email protected]> Co-authored-by: Birkemosen <[email protected]> Co-authored-by: Magne Rasmussen <[email protected]> Co-authored-by: Parker <[email protected]> Co-authored-by: Svennixx <[email protected]> Co-authored-by: Colten Edwards <[email protected]> Co-authored-by: Nick Danyluk <[email protected]>
- Loading branch information