suchmememanyskill
cb242240d3
Remove unneeded code
2024-03-02 22:11:39 +01:00
suchmememanyskill
c061164edf
Fix compile on linux
2024-03-02 22:06:15 +01:00
suchmememanyskill
ea42bf775d
Merge branch 'experimental_load_gcode_img-2' into dev
2024-03-02 22:03:14 +01:00
suchmememanyskill
4e6457c729
Misc fixes
2024-03-02 22:02:20 +01:00
themacboy
bc3ca3892f
Some visual UI tweaks for ESP32-8048S043C ( #57 )
...
* Some visual UI tweaks
* more visual UI tweaks adjustements
2024-03-02 21:57:00 +01:00
suchmememanyskill
639eb50371
A
2024-03-02 21:16:31 +01:00
suchmememanyskill
1adb966ee1
Image load round 2 (slightly less unstable)
2024-03-02 21:05:16 +01:00
suchmememanyskill
64290afd89
Set size for settings dropdown
2024-03-02 14:18:37 +01:00
suchmememanyskill
3fbd14f154
Hopefully fix esp32-8048S043C
2024-03-02 10:38:34 +01:00
suchmememanyskill
ef3676faef
Merge branch 'dev' into 4.3inch
2024-03-02 10:32:14 +01:00
suchmememanyskill
fc7cfbd85b
Add esp32-2432S032C to CI
2024-03-02 10:22:18 +01:00
suchmememanyskill
49c27f2b01
Add esp32-2432S032C
2024-03-02 10:21:09 +01:00
suchmememanyskill
801432c3a6
Driver configuration improvements
2024-03-02 10:19:03 +01:00
suchmememanyskill
55e9ce3d81
Vertical UI, round 2
2024-03-01 22:28:35 +01:00
suchmememanyskill
f467e8a604
Add esp32-8048S043C
2024-02-27 21:32:00 +01:00
suchmememanyskill
45779b5a13
Make calibration work with smartdisplay driver
2024-02-24 14:27:03 +01:00
suchmememanyskill
1bc770a1cf
Undo o2 optimalisations
2024-02-21 23:20:01 +01:00
suchmememanyskill
b5ac6d045a
Retry slicer print time fetch
2024-02-20 23:20:33 +01:00
suchmememanyskill
c9f8935310
Don't send gcode requests twice
2024-02-20 22:40:00 +01:00
suchmememanyskill
ff1c13602c
Add API key flow
2024-02-19 21:56:35 +01:00
Flaviu Tamas
5d3d32b116
Fix frequent null-pointer errors ( #49 )
...
I was frequently seeing the following and a reboot:
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x4008ae2d PS : 0x00060330 A0 : 0x800d3fd9 A1 : 0x3ffe15f0
A2 : 0x3ffc40e8 A3 : 0x00000000 A4 : 0x000000ff A5 : 0x0000ff00
A6 : 0x00ff0000 A7 : 0xff000000 A8 : 0x00000000 A9 : 0x3ffe15c0
A10 : 0x3ffc40e8 A11 : 0x3f40035d A12 : 0x3ffe16a0 A13 : 0x000004b0
A14 : 0x7ff00000 A15 : 0x7ff2c000 SAR : 0x0000001d EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x4008ae2d LEND : 0x4008ae41 LCOUNT : 0xffffffff
Backtrace: 0x4008ae2a:0x3ffe15f0 0x400d3fd6:0x3ffe1600 0x400d42d3:0x3ffe18f0
decoded:
0x4008acbc: strcmp at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/newlib/newlib/libc/machine/xtensa/strcmp.S:467
0x400d4145: fetch_printer_data() at /home/user/tmp/CYD-Klipper/CYD-Klipper/src/core/data_setup.cpp:180
0x400d42d3: data_loop_background(void*) at /home/user/tmp/CYD-Klipper/CYD-Klipper/src/core/data_setup.cpp:233 (discriminator 1)
Seems like the printer state was frequently ending up as null, so check
for that and return a reasonable response. After applying this patch,
things are stable for me.
2024-02-19 21:26:22 +01:00
suchmememanyskill
edec1724e6
Properly fix #45
2024-02-19 17:37:08 +01:00
suchmememanyskill
dd5e82d637
Reorder settings
2024-02-19 17:16:56 +01:00
suchmememanyskill
e5edabffa4
Add slicer time based estimates
2024-02-18 12:04:01 +01:00
suchmememanyskill
a1bb6a750f
Improve Z Offset menu
2024-02-17 12:11:18 +01:00
suchmememanyskill
43cefaafd2
Make temp chart fit the lines
2024-02-16 23:39:35 +01:00
suchmememanyskill
dcf32d6685
Fix temp chart crashing
2024-02-16 23:09:32 +01:00
suchmememanyskill
12c4319173
Add graph to temp panel
2024-02-16 22:47:55 +01:00
suchmememanyskill
86be30034d
Optimalisations
2024-02-16 22:15:15 +01:00
suchmememanyskill
4fc2316970
(Hack) Restart ESP when klipper calls start failing
2024-02-15 18:32:36 +01:00
suchmememanyskill
3dc241dbec
Make stats panel accessible from move panel, improve Z offset menu
2024-02-15 18:29:13 +01:00
suchmememanyskill
cd58fcae4f
Move touch calibration to lv_conf, implement invert colors in smartdisplay driver
2024-02-12 22:26:09 +01:00
suchmememanyskill
87a9257e19
Add ESP32-2432S022C using smartdisplay driver
2024-02-12 18:24:30 +01:00
suchmememanyskill
c443bb74d7
increase 3.5" screens SPI freq to 80mhz
2024-02-10 23:24:24 +01:00
suchmememanyskill
2fb83df0cf
Set default font in a better way
2024-02-10 13:11:11 +01:00
suchmememanyskill
1c10d46a5e
Make temp manual entry ui responsive
2024-02-10 13:02:40 +01:00
suchmememanyskill
d3e7eec47a
Reset config, fix screen calibration
2024-02-10 12:09:43 +01:00
suchmememanyskill
64266b1ff8
Implement OTA updates
2024-02-10 00:37:25 +01:00
suchmememanyskill
254d8453ad
A
2024-02-09 22:12:51 +01:00
suchmememanyskill
f05246f8c7
Ignore tags during build
2024-02-09 22:11:54 +01:00
suchmememanyskill
5bbdc9e509
Fix version extractor
v1.2.1
2024-02-09 21:51:24 +01:00
suchmememanyskill
4302c4492c
More CI changes
2024-02-09 21:44:21 +01:00
suchmememanyskill
8ff2be168e
Fetch entire git history so tag can be extracted
v1.2.0
2024-02-09 21:28:17 +01:00
suchmememanyskill
4fe6f3e975
State device name in webinstall tool
2024-02-09 21:22:56 +01:00
Sims
b8cb7f7ad9
Merge pull request #34 from suchmememanyskill/dev
...
v1.2.0: More displays, improved ui, unified ui
2024-02-09 21:15:05 +01:00
suchmememanyskill
15209544d0
Add version to settings
2024-02-09 21:06:23 +01:00
suchmememanyskill
452dbefbdb
Is this why linux CI broke?
2024-02-09 20:13:28 +01:00
suchmememanyskill
adea917a5d
html changes
2024-02-09 19:19:20 +01:00
Matt Hawley
e5efe08fc3
Updating keyboard to match style / layout of original ( #33 )
2024-02-09 19:10:33 +01:00
suchmememanyskill
2c7aab7607
Shuffle around board defines
2024-02-09 19:05:16 +01:00