Skip to content

QoL and bugfixes

Compare
Choose a tag to compare
@aka13-404 aka13-404 released this 12 Jun 17:35
· 214 commits to master since this release

The bot will warn you if you have broken/non-working options in the config.

All new functions are described in detail in the wiki.

We now have announcements, to warn you of potentially breaking changes.
After this update you will automatically receive them, if you run fluidd or mainsail.
(#143)

New features

  • As with moonraker and klipper, there is now a "-l" flag do specify the log file location, when starting the service (#146)
  • upload_path config option has been added to specify a path to upload gcodes with the bot to. (#127)
  • hidden_bot_commands has been added, to hide specific built in bot commands from autocompletion(#156, #157)
  • normal fan can now be added to the status_message_heater_fans section (#170)
  • Progress update messages configuration has now been split into two parts: progress_update_message: true enables the sending of the update message, and silent_progress: false to set notification type to silent.

Fixes

  • Gcode preview has been fixed (#153)
  • The bot config is now written to the log, so the log is sufficient when posting issues (#152)
  • You now have the option to delete unfinished lapse instead of building it.(#158)
  • Kiauh/Install scripts have been reowrked/fixed (#159, #163, #165)
  • FPS was a required parameter in the config, if running in no-camera mode. Has been fixed. (#148)

Changes

  • disabled_macros are now renamed to hidden_macros, to better reflect the functionality
  • show_hidden_macros are now renamed to show_private_macros to better reflect the functionality

Removed

  • log_path is now removed, use the -l flag

Full Changelog: v1.4.3...v.1.4.4