alfrix
e8e4555d46
temperature: Support specific preheat items close #428
2022-08-01 12:23:40 -03:00
alfrix
af158a4279
bed_level: support 3 screws close #606
2022-08-01 12:23:40 -03:00
alfrix
c047bed518
bed_level: hide the panel if bed_screws or screws_tilt_calculate are not defined
...
there are printers with fixed beds that don't need this panel
2022-08-01 12:23:40 -03:00
alfrix
752e53ff56
screen: popups can be configured to not close #456
2022-08-01 12:23:40 -03:00
alfrix
e1961db6e9
docs: add an alternative way of booting to console
2022-07-18 18:49:03 -03:00
alfrix
fd221bde86
docs: fix location of rotation guide
2022-07-04 14:39:20 -03:00
alfrix
e616c842ed
docs: add a screen rotation guide
2022-07-04 14:16:26 -03:00
alfrix
92335b78a0
docs: fix links
2022-07-04 10:58:53 -03:00
alfrix
d295129fa0
docs: fix missing extension
2022-07-03 12:18:43 -03:00
alfrix
bde7e8a886
docs: create an adb script
2022-07-03 12:03:50 -03:00
alfrix
71360b44ee
docs: update Android guide to use the launcher
2022-07-03 12:03:50 -03:00
alfrix
c20149ac25
docs: create an android guide
2022-07-03 12:03:50 -03:00
alfrix
12d90bcffa
docs: keep the reqs updated
2022-07-03 12:03:50 -03:00
alfrix
eedf5448a0
docs: add another solution to seeing only console
2022-06-09 13:28:54 -03:00
alfrix
880d4740e6
docs: moonraker update_manager needs managed_services
2022-06-04 11:00:13 -03:00
alfrix
73dbae7871
docs: update screenshots and add new panels
2022-06-02 16:20:37 -03:00
alfrix
2568a9262f
docs: add DPMS to troubleshooting
2022-06-02 15:31:32 -03:00
alfrix
5437eaead0
docs: fix build, re-skin and improve
2022-06-01 16:21:56 -03:00
dependabot[bot]
9d25836df4
build(deps): bump jinja2 from 3.1.1 to 3.1.2 ( #605 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.1...3.1.2 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 11:43:25 -03:00
alfrix
3361c243b7
docs: hardware fix links
2022-05-31 11:14:42 -03:00
alfrix
2da5a4df32
docs: improve install instructions
2022-05-31 11:14:42 -03:00
alfrix
7b4a24d079
job_status: simplify timeouts because sometimes it didn't work, also do not autoclose by default because there may be offsets to be saved
2022-05-31 11:14:42 -03:00
alfrix
5a36729b76
PEP8, typos and warnings fixes
2022-05-31 11:14:42 -03:00
alfrix
2c6a853a80
docs: add preheat cooldown
2022-04-11 08:35:45 -03:00
alfrix
618c9ac0e8
docs: add note about octoprint
2022-04-11 08:09:06 -03:00
alfrix
0a8e757054
docs: add requirements file to fix docs
2022-04-08 19:16:09 -03:00
alfrix
0fb2046615
docs: add another fix to Cannot open virtual console close #580
2022-04-08 14:03:19 -03:00
alfrix
cdb57f73bb
v0.2.1
...
Screen:
* The no DPMS option should now protect from the first touch,
and it should provide a way for screens that turn all white/random colors/no-signal to just be all black
Zcalibrate:
* Add selector if multiple options can be used
* Go to the middle of the bed if position is not configured
* Add an option to set the custom position per printer
Fine_tune:
* Add reset button for each of the 3 options
Network:
* Add reload button
* Show hidden SSIDs as Hidden instead of x00
System:
* Add full update option to update all items at once
Mesh:
* Fix graph getting a bit out of screen in vertical mode
Menu:
* Use scrollbars when there are too many items
* Fix vertical mode not arranging items correctly
Move:
* Show ??? if not homed
* Hide originXY for delta kinematics
Splash:
* Change buttons to local commands if not connected to moonraker
* Fix issues with power button if klipper is not connected
Misc:
* Keyboard now works on all the entry boxes, you can press enter on them to confirm.
* If there is only 1 extruder, then the nozzle icon is shown instead of the number
2022-04-01 20:16:41 -03:00
alfrix
9f9e2ed6ad
docs: update zcalibrate pos and dpms
2022-04-01 10:29:54 -03:00
alfrix
b7d58a7ffb
docs: fix xwrapper extension
2022-03-25 15:55:52 -03:00
alfrix
d1e54bab64
docs: add layer progress to quicktips
2022-03-21 20:49:43 -03:00
alfrix
abb02d3965
docs: vertical/portrait is available, remove the line that says it isn't
2022-03-21 20:42:59 -03:00
alfrix
62c91bc69b
Update changelog
2022-03-21 17:17:30 -03:00
alfrix
0fd4c30ee8
docs: improve the touch rotation section
2022-03-21 17:07:50 -03:00
alfrix
e59d43645a
docs: remove calibration section, xinput-calibrator doesn't work, the project that is continuing that work is xlibinput-calibrator
2022-03-21 17:05:34 -03:00
alfrix
bc34b3c8d6
config: fix menu and preheat merge bugs
...
it's now possible to define a custom menu without the need to copy all the menu entries from defaults.conf
if you want to define all the entries, disable the default menu with 'use_default_menu: False' under [main]
if a preheat is defined then defaults are dropped in favor of keeping only user defines, this behaviour
has not changed, and it's intended since the user may not want any of the defaults; but it's now possible to
put preheat options in an include file.
fixes #530
fixes #497
fixes #408
2022-03-21 12:57:18 -03:00
alfrix
22f3a2a37a
docs: fix macro
2022-03-15 20:58:10 -03:00
Jesper Hansen
1af42e6f0f
Added option to select default printer at startup. ( #542 )
2022-03-15 20:14:36 -03:00
alfrix
7ab64c5a85
docs: fix links
2022-03-15 12:41:21 -03:00
alfrix
cee3243729
docs: improve troubleshooting close #537
2022-03-10 09:13:03 -03:00
alfrix
3c3db7fa21
base_panel: allow titlebar items to be configured
2022-03-05 11:50:26 -03:00
alfrix
088a6deabd
splash_screen: allow power_devices to be configured
2022-03-05 11:33:24 -03:00
alfrix
882a088174
docs: fix changelog link
2022-03-05 08:19:26 -03:00
alfrix
9b819f6a45
changelog: note about the Power On button
2022-03-01 17:22:34 -03:00
alfrix
c3b7498eb5
Docs: clarify how to save the calibration
2022-02-23 15:34:09 -03:00
Alfredo Monclus
84fc6e5757
Bed_level: Support 6 and 8 Screws and rotation ( #484 )
2022-02-23 14:04:54 -03:00
Randell Hodges
e478c3e8d9
Increase max move speed and separate XY and Z max speed ( #411 )
...
* Seperate XY and Z max speed
Increase max range of speed
* Limit the UI maximum for speed to 200, but allow a per printer override.
* Fix linting
2022-02-01 20:07:49 -05:00
alfrix
a754cdc239
Update docs: re-add the manual method of changing gl driver
2022-01-21 16:45:23 -03:00
Alfredo Monclus
8775221b5f
Update Docs: add Thumbnail info, add xorg.log, optimize and organize images ( #447 )
...
* Update Docs: add Thumbnail info, add xorg.log, optimize pngs
* Organize images in subfolders
2022-01-17 01:12:19 -05:00
Devil-of-Chaos
f796a72057
Add Ability to Use Custom Service ( #418 )
...
* Custom Servive
* Custom Service
* Update system.py
* Update Configuration.md
2022-01-13 11:17:45 -05:00