Releases: mainsail-crew/mainsail
Releases · mainsail-crew/mainsail
Version 0.3.0
features
- show/hide columns in g-code-files
- settings > machine > system panel -> only logfiles
- added missing config panel on dashboard
- power device update to current moonraker version
- restart printer if klippy restart
- rework all vuex store
- new estimate time calculation
- renew dashboard size/proportions
- optimize console view
- save countPerPage for code files & config files
- dynamic heater & sensor icons
- redesign panel headers
- Voron cleanup
- update logo color
fixed issues
- delete error toastr
- show current_file metadata by direct upload & print from slicer
- machine limits max
- fixed loading buttons
- fixed toastr background color and font-style
- background color on scroll
A massiv thanks to @lixxbox and @th33xitus who have influenced this version a lot.
Version 0.2.6
features
- modify dashboard console for more space for messages
fixed issues
- modified times now come as unix times from moonraker (thx @randellhodges)
- clear fileupload after uploading (thx @randellhodges)
Version 0.2.5
features
- rework status panel
- add quick sys commands buttons in the topbar
fixed issues
- gcode_store switched to array with timestamp
Version 0.2.4
fixed typo for gpio power devices
Version 0.2.3
features
- power control panel on dashboard
- flip webcam image
- add slicer version in gcode file list
- add SSL support
- display SAVE_CONFIG button if there are unsafed config settings
- add PWA startscreen settings and logos
- add generic_heaters to dashboard heaters
fixed issues
- enable extrude buttons without reload mainsail
- escape filenames for delete command
- disable brower autocomplete in console
- move gui.json from gcodes to config
Version 0.2.2
Update all websocket commands for the moonraker api update
features
- change to metadata api notification
- add "edit file" button in context menu of configfiles
fixed issues
- remove M120/M121 by extrude buttons
- check websocket status before send requests
- gcode filelist content menu "print start" wrong action
Version 0.2.1
features
- show gcode thumbnails on dashboard
fixed issues
- fixed extrude buttons with & without min_extrude_temp
- print pause button -> loading reset after request
- display current z-offset value (moved in klipper)
- display issue in Settings > Machine, if klipper != ready
- show favicon if print process == 100%
- settings panel optimize responsive view
- auto expand min/max in heightmap is lower -1 or heigher 1
- sticky toolbar in config editor (toolbar & scrollbar overlap)
Version 0.2.0
Update all functions to Moonraker version from 'August 16 2020'
features
- add new logo
- show version number in footer
- reprint job button after print
- show stats after print
fixed issues
- toolSlider extend only by machine limits
- performance load from temp chart
Version 0.1.3
Update all functions to Moonraker V0.1. This is only a temporary version because the Klipper webhooks are not final.
features
- add config editor
fixed issues
- enable extruder buttons without min_extrude_temp in config file
- machine limits auto extend
- fixed filament runout sensor switch
Version 0.1.2
fixed issues
- switch to klippy !is_ready fixed
- disable heater with value 0
- add timestamp to gui.json for caching problems
- remove "move=1" before homing on the babystepping buttons