meteyou
1691a2cbfe
Merge pull request #94 from cadriel/master
...
refactor: docs move upstreams and common vars to independent conf
2020-10-05 21:29:22 +02:00
Craig Bassett
257b792aee
refactor: docs move upstreams and common vars to independent conf
2020-10-05 10:05:16 -05:00
Stefan Dej
1457f86764
bugfix: remove comment in same line as a config
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-10-04 23:43:56 +02:00
Stefan Dej
3670d4cc63
bugfix: add heater_generic to tools ( fix #87 )
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-10-04 23:42:15 +02:00
meteyou
d397ccf804
Merge pull request #70 from cadriel/feature/static-app-bar
...
feature: ensures app bar doesn't scroll off page
2020-10-04 18:38:41 +02:00
Stefan Dej
1b3636864d
bugfix: startscreen from PWA settings
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-10-04 18:36:49 +02:00
meteyou
ce8608f7db
Merge pull request #84 from translucentfocus/InitialPWASupport
...
Feature: Initial PWA Support (Service workers disabled)
2020-10-04 18:01:13 +02:00
Stefan Dej
0b276168b9
add description for gzip and pi zero
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-10-04 17:48:53 +02:00
meteyou
ea5f61761b
Merge pull request #83 from translucentfocus/patch-1
...
Enhancement: Add enabling Gzip for mainsail nginx config
2020-10-04 17:44:51 +02:00
meteyou
260be4ae24
Merge pull request #91 from th33xitus/work-docs
...
Update installation.md
2020-10-04 13:29:09 +02:00
th33xitus
0b14108a6a
Update installation.md
...
Adding a note to make users aware that the IP in the example configuration must be replaced with a valid IP from their own local network.
2020-10-04 12:01:50 +02:00
translucentfocus
7442908405
Initial PWA Support & favicons moved to /img/icons
...
Inital Commit
Favicon file path fixes & use relative pathing
2020-09-27 22:22:18 -05:00
translucentfocus
bb50aa690d
Gzip config for mainsail
2020-09-27 21:17:58 -05:00
Stefan Dej
facd18543e
bugfix: install unzip on a non raspberry pi os image ( fix #85 )
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-28 00:12:25 +02:00
Stefan Dej
c3e3c6e567
bugfix: hide klipper version in footer on smarthphone
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-28 00:06:55 +02:00
Stefan Dej
0977cb39c6
feature: SAVE_CONFIG button, if klipper needs a "SAVE_CONFIG"
...
bugfix: temp chart bug after loosing connection (fix #82 )
bugfix: clear mainsail store after klipper restart
bugfix: heater min/max temp input field
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-28 00:00:17 +02:00
Stefan Dej
e2273ecfaf
bugfix: hide power plugin error message
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-26 00:22:03 +02:00
Stefan Dej
a011510098
bugfix: move gui.json from virtual_sdcard directory to config directory
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-25 22:26:51 +02:00
Stefan Dej
08a106d945
bugfix: extruder amounts and feedrates in a array
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-23 22:25:08 +02:00
Stefan Dej
e6c19065b9
bugfix: navipoint webcam and nginx redirect use the same url ( fix #81 )
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-23 21:14:11 +02:00
Stefan Dej
c9e0278b26
Merge remote-tracking branch 'origin/master'
2020-09-21 00:04:42 +02:00
Stefan Dej
8220642774
bugfix: replace underline of macro name (only first underline replaced)
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-20 23:48:56 +02:00
meteyou
c48f8321d5
Update bug_report.md
...
fixed line breaks
2020-09-20 19:59:14 +02:00
meteyou
789c1d2a5b
Update bug_report.md
...
wrap test
2020-09-20 19:53:45 +02:00
meteyou
294d21e47c
Update bug_report.md
...
typo fix
2020-09-20 19:48:25 +02:00
meteyou
d235c434f4
Merge pull request #72 from kageurufu/ssl-support
...
Support mainsail through an SSL proxy
2020-09-19 23:11:12 +02:00
meteyou
ce8df80d1c
Merge pull request #71 from yanfali/safe-default-helper
...
Small helper function for DRY code
2020-09-19 23:09:02 +02:00
Stefan Dej
0672caa6fd
Merge remote-tracking branch 'origin/master'
2020-09-19 23:04:25 +02:00
Stefan Dej
bc0d1ed6df
update install doc with link zu macros and update macros.md
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-19 22:59:28 +02:00
meteyou
676fdaede5
Update issue templates
2020-09-19 21:00:36 +02:00
Stefan Dej
75d742acbe
bugfix: hide temps in tempchart ( fixed #61 )
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-19 14:39:15 +02:00
Franklyn
c386375e53
Support mainsail through an SSL proxy
...
I like to run all my web services proxied through a single
internet-accessible server, secured through SSL and authenticated
against a single proxy server (nginx, in my case)
I found that mainsail hardcoded ws:// and many http:// addresses, so
I've updated them to detect ws:// vs ws:///, and just use the protocol
agnostic // prefix, which then sends the request over the same protocol
the page is loaded under, either http or https.
Now i've got a nice SSL secured but publicly accessible URL for remote
printer monitoring
2020-09-15 07:40:00 +01:00
meteyou
98f7ceebd7
Merge pull request #65 from yanfali/share-sorting-function
...
Share the sort function in getters between functions
2020-09-15 08:18:24 +02:00
Yan-Fa Li
c14f9d8deb
Small helper function for DRY code
...
Adds small helper function, to avoid repeating pattern.
2020-09-14 13:17:28 -07:00
Craig Bassett
8aef278a03
feature: ensures app bar doesn't scroll off page
...
Added benefit of the emergency stop button being always available.
2020-09-14 14:32:37 -05:00
Yan-Fa Li
bd938a5d02
Share the sort function in getters between functions
...
- factor out sort into a named function and share it among common
callers
- add a suggested .editorconfig to avoid changing indents and line
endings
- add a suggested .pretterrc which honors original formatting as much
as possible
2020-09-14 09:47:27 -07:00
Stefan Dej
76a93ccb45
feature: add slicer version in g-codes files
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-14 00:29:19 +02:00
meteyou
5a20f9dcad
Merge pull request #69 from translucentfocus/master
...
Separated some words
2020-09-13 23:05:44 +02:00
translucentfocus
5fed21320f
Add spacing
2020-09-13 14:18:25 -05:00
translucentfocus
8d620ba522
Add spacing
2020-09-13 14:17:28 -05:00
meteyou
9074d28d9f
Merge pull request #38 from Birkemosen/PowerControl
...
Initial development of Power Control Panel
2020-09-12 23:24:41 +02:00
meteyou
a60603e360
Merge pull request #67 from kageurufu/disable-autocomplete
...
Disable browser autocomplete in console
2020-09-12 23:23:11 +02:00
meteyou
b216ead36d
Merge pull request #64 from cadriel/feature/webcam_flip
...
feature: allows flipping the webcam horizontally and vertically
2020-09-12 22:33:16 +02:00
Franklyn
330e78828d
Disable browser autocomplete in console
...
This stops chrome from breaking the cnonsole history feature
2020-09-12 18:36:56 +01:00
Craig Bassett
b0b25839ca
feature: allows flipping the webcam horizontally and vertically
2020-09-11 14:14:24 -05:00
Stefan Dej
5caaf20ee1
Merge remote-tracking branch 'origin/master'
2020-09-10 22:16:50 +02:00
Stefan Dej
afb62ca393
credits upload
...
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2020-09-10 22:16:32 +02:00
meteyou
c971e80074
Merge pull request #58 from kageurufu/fix-encoded-filenames
...
Use encodeURI instead of encodeURIComponent for paths+filename
2020-09-06 22:53:26 +02:00
Franklyn
f53cd00cc1
Use encodeURI for paths
...
Moonraker expects file paths to use un-escaped file paths,
such as gcodes/some%20file.gcode, but encodeURIComponent
will always escape the slash. Using encodeURI here will not.
2020-09-06 20:36:24 +01:00
Birkemosen
59efbfa369
Update to latest moonraker api changes
2020-09-06 21:31:17 +02:00