Robert von Könemann
c76e845056
This commit adds support for Moonraker.
...
I copied the OctoPrint.cpp and .h and changed the API calls and getters
and renamed all occurences of OctoPrintClient to MoonrakerClient.
I then added two more API-call that were needed. (line 210 to 241)
This one of them requires the filename property to be set first.
As we’re then making a request to Moonraker with said filename as a parameter
and that filename is just a file on a unix host, i needed to add urlencoding.
This is a method of the MoonrakerClient class. (line 445++)
I also removed trailing whitespaces and fixed indentation to two spaces in the new files.
Settings.h a new comment, telling us how to enable Moonraker support.
printermonitor.ino uses the new define from settings.h to enable moonraker.
I also fixed the creation of Timestamps here.
Signed-off-by: Robert von Könemann <robert@vonkoenemann.de>
2022-02-18 11:10:02 +01:00
Qrome
8ce53c2252
Qrome - updated with compiled binary files and updates to readme.md
2020-07-10 19:58:50 -07:00
Chrome Legion
d59fa0da47
Qrome - updated to use PROGMEM for HTML form constants to reduce the use of dynamic memory
2019-04-26 22:39:52 -07:00
Chrome Legion
9c3bdfb469
Qrome - updated for requests to Repetier Server
2019-04-18 21:11:28 -07:00
David Payne
1ce2e37ff4
Qrome - updated some html label
2019-04-15 15:14:39 -07:00
Chrome Legion
f3fe61eac9
Qrome - added connection test for OctoPrint
2019-04-13 23:22:26 -07:00
Chrome Legion
149ca5b051
Qrome - added some updates for Repetier
2019-04-12 23:32:31 -07:00
David Payne
ba1cc15b14
Qrome - updated with Repetier commented out
2019-04-11 16:40:54 -07:00
David Payne
c7453a2883
Qrome - updated to include the compile options for Repetier
2019-04-11 16:23:58 -07:00
Chrome Legion
03d3119e5a
Qrome - added web ui configuration for LED flashing
2019-03-20 08:30:35 -07:00
Chrome Legion
8ee6d1da30
Qrome - updated to 2.4 and fixed the Configure Web Form
2019-01-16 20:21:04 -07:00
Owen
b28f49a195
Add a function + option to request PSU status and enter clock/blank mode depending on the PSU status
2019-01-15 21:14:09 +01:00
Qrome
4d127f77fd
Merge branch 'master' into 2.3
2018-12-15 09:36:56 -07:00
Chrome Legion
06c7c2f496
Qrome - added the weather language support
2018-12-01 13:38:45 -07:00
Chrome Legion
f0f258db58
Qrome - commented out the SH1106 driver
2018-11-27 20:10:54 -07:00
Teemu Toivola
5fbde9b065
restore SSD1306 as default display, most likely unintentionally changed in commit 04ed5ae77d
2018-11-27 21:13:07 +02:00
Qrome
379198b528
Merge pull request #56 from vergoh/led_config
...
move externalLight to Settings.h
2018-11-25 21:23:55 -07:00
Chrome Legion
79285489d7
Qrome - added ability to update firmware from web interface
2018-11-25 17:32:41 -07:00
Teemu Toivola
e9fdb0aeb9
move externalLight to Settings.h to allow more obvious way for disabling the use of the built-in led without having to modify the board physically
2018-11-18 20:13:58 +02:00
Chrome Legion
04ed5ae77d
Qrome - updated with ability to turn on or off Basic Auth for web interface
2018-09-27 08:07:53 -07:00
Qrome
e6ab9c2994
Merge branch '2.2' into disp_flip
2018-09-27 07:24:44 -07:00
derpicknicker1
ef9fb455c4
changed (c)
2018-09-27 09:35:19 +02:00
derpicknicker1
602bf84f4c
Added option to invert display
...
Added the option to invert the display to the config menu.
So noone has to care about this beforre flashing the firmware.
2018-09-20 09:35:17 +02:00
Chrome Legion
417e5f2964
Qrome - added option to turn off web interface authentication
2018-06-21 21:42:09 -07:00
Chrome Legion
f0562880e8
Qrome - Added Weather display and some cleanup
2018-06-15 23:16:17 -07:00
Chrome Legion
35d7f9b96f
Qrome - Added the option to specify a password for OTA
2018-06-07 16:29:32 -07:00
Chrome Legion
f9b568403a
Qrome - updated with Basic Auth for OctoPrint
2018-05-31 20:14:22 -07:00
Chrome Legion
753b4b1660
Qrome - updated with mDNS to lookup address from hostname
2018-05-30 21:50:51 -07:00
Chrome Legion
4feb52b748
Qrome - added the ability to flip the rotation of the display
2018-05-27 22:11:48 -07:00
Chrome Legion
b7d9ad32dd
Qrome - Added custom hostname and display screen
2018-05-27 17:27:58 -07:00
Chrome Legion
ba566776b4
Qrome - updated comments in Settings.h
2018-05-25 22:23:17 -07:00
Chrome Legion
e2bf33b86b
Qrome - added support for the SH1106 display
2018-05-25 22:19:28 -07:00
Chrome Legion
f3844ea773
Qrome - added 24 hour clock format
2018-05-24 07:11:12 -07:00
Chrome Legion
a543ef470e
Qrome - Updated with Clock when Printer is Off
2018-05-09 00:19:12 -07:00
Qrome
3372520982
Initial Upload for 1.0 release
2018-05-01 18:19:11 -07:00