BIGTREETECH KNOMI V2: Review and Customization

  Рет қаралды 7,780

Hobbyist Notes

Hobbyist Notes

Күн бұрын

Overview of KNOMI V2 features, video also contains actual guide how to setup development environment and customize UI animations.
We also checked how provided STLs are printing and how unit behaves on fully assembled Voron Trident Toolhead.
Documentation:
bigtreetech.github.io/docs/KN...
bigtreetech.github.io/docs/KN...
LVGL Image Converter: lvgl.io/tools/imageconverter
BTT KNOMI Firmware: github.com/bigtreetech/KNOMI/...
My KNOMI Firmware: github.com/irebane/KNOMI
KNOMI MACROSES
[gcode_macro _KNOMI_STATUS]
variable_homing: False
variable_probing: False
variable_qgling: False
variable_heating_nozzle: False
variable_heating_bed: False
gcode:
[gcode_macro M109]
rename_existing: M109.1
gcode:
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=heating_nozzle VALUE=True
M109.1 {rawparams}
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=heating_nozzle VALUE=False
[gcode_macro M190]
rename_existing: M190.1
gcode:
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=heating_bed VALUE=True
M190.1 {rawparams}
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=heating_bed VALUE=False
[gcode_macro G28]
rename_existing: G28.1
gcode:
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=homing VALUE=True
G28.1 {rawparams}
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=homing VALUE=False
[gcode_macro BED_MESH_CALIBRATE]
rename_existing: BTT_BED_MESH_CALIBRATE
gcode:
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=probing VALUE=True
BTT_BED_MESH_CALIBRATE
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=probing VALUE=False
[gcode_macro Z_TILT_ADJUST]
rename_existing: BTT_Z_TILT_ADJUST
gcode:
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=qgling VALUE=True
BTT_Z_TILT_ADJUST
SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=qgling VALUE=False
Chapters:
00:00 Intro
00:17 Unboxing
03:27 Customizing UI
07:31 Rant
08:14 Printed Parts Review
10:06 Use of the device
12:00 Wrap Up
Instagram: / hobbyist_notes
Thank you for watching, welcome to comment section!

Пікірлер: 63
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
My KNOMI Macroses are In to the description!
@mikestewart4752
@mikestewart4752 6 ай бұрын
I like this. Whilst I don’t really feel a need for it mounted to my tool head, I do like the idea of having it as a remote!
@seamux
@seamux 3 ай бұрын
I copied the firmware folder into the vscode explorer, but my window does not show the output section where yours says that the project was successfully updated. What do?
@seamux
@seamux 3 ай бұрын
Also where are you finding the two different versions of Knomi? You have some tabs at the bottom of your window you click on, but those are not present in my window either. What do?
@hobbyistnotes
@hobbyistnotes 3 ай бұрын
I just have checked everything from scratch and it works perfectly fine. Make sure you have VSCode with PlatformIO plugin installed before you drag Knomi folder over VScode, without plugin nothing will build. Make sure you downloading firmware branch cus other branches contains non firmware files. Follow exact steps mentioned in the video.
@jphill3426
@jphill3426 5 ай бұрын
Does your parts fan not scrape the mounting plate?
@hobbyistnotes
@hobbyistnotes 5 ай бұрын
Not at all.
@georgedunn7573
@georgedunn7573 3 ай бұрын
Have tried your firmware as well as my own and every time the upload gets to 100% I get an error of [HTTP ERROR] Bad Request. Any ideas?
@hobbyistnotes
@hobbyistnotes 3 ай бұрын
May be something is wrong with the firmware you already have on the board. I would try flashing it via USB instead of using OTA. You can do it directly from VStudio by connecting KNOMI while holding boot button, device will get in DFU mode and then you will be able to flash it directly. Check documentation to verify. I had to do it with my KNOMI V1 as It was on old firmware without OTA support.
@georgedunn7573
@georgedunn7573 3 ай бұрын
@@hobbyistnotes Tried that and just get an error of A fatal error occurred: Could not open COM4, the port doesn't exist. I have tried just uploading the pre built firmware for KNOMI v2 and that I can do on the knomi.local I just can't get anything custom to upload.
@hobbyistnotes
@hobbyistnotes 3 ай бұрын
@@georgedunn7573This error is related to cable or usb port, some USB-C cables are power only, try different cables. I would start 1st from compiling plain firmware from BTT repo code and uploading it to verify your VSCode environment works properly, may be some assets you are using too big for the memory of the device. Make sure you have picked correct device in your VScode environment, maybe you are trying to flash wrong Knomi version firmware over wrong device.
@georgedunn7573
@georgedunn7573 3 ай бұрын
@@hobbyistnotesThank you, things I can check out.
@triumph13
@triumph13 2 ай бұрын
Just a heads up for anyone getting a compile error after swapping out one of the existing gifs. The gif I was trying to upload was too large. After reducing the size by eliminating frames, compile was successful.
@ozzman39
@ozzman39 6 ай бұрын
anyone have a Shroud for a EVA 2.4 for this ?
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
Nope 😑
@borys9549
@borys9549 19 күн бұрын
Hello! I'm trying to flash Knomi v2 but unfortunately nothing works! The firmware is built in VS code using the platformIO , but when I flash the screen is always black, I tried different firmware, all the firmware that is built through PIO does not work! I tried to flash the firmware built by PIO via USB, and flash_tool did not work! To restore Knomi after firmware failures, I use Flash_tool and flash the Bin file from the official website! I've already tried everything and can't figure out where my mistake is??? please help
@hobbyistnotes
@hobbyistnotes 19 күн бұрын
When you flash original firmware from BTT GitHub repo does your device works?
@borys9549
@borys9549 18 күн бұрын
@@hobbyistnotes Yes, if I flash the firmware from github via the web interface, everything works! but as soon as I build it myself without changing the source data, nothing works through Vs code
@hobbyistnotes
@hobbyistnotes 18 күн бұрын
@@borys9549 I have feeling you forgot to pick proper KNOMI version in your editor.
@borys9549
@borys9549 18 күн бұрын
Version v2
@hobbyistnotes
@hobbyistnotes 16 күн бұрын
@@borys9549 Not even sure how to help you. What OS you use? Have you tried my firmware?
@MaheerKibria
@MaheerKibria 6 ай бұрын
So I am not going to say that this is useless or pointless. I honestly don't feel like the weight is an issue either. I am just going to say I would rather have a large touchscreen somewhere else. But that's the beauty of an open-source project like the Voron. You can customize it however you want. And even if you aren't an expert there are plenty of options out there that companies like bigtreetech have made so you can integrate it relatively easily
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
Unfortunately those companies for some reason still can't make simple budget capacitive screen with good working touch.... current resistive tft screens are horrible...
@MaheerKibria
@MaheerKibria 6 ай бұрын
@hobbyistnotes define budget. The BTT HDMI5 should work with a voron, and it's like $45. It's not the cheapest thing out there, but it's not that much more expensive than a KNOMI v2
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
@@MaheerKibria I really like price and size of BIGTREETECH TFT35 but it's touch sucks...
@tbtgames505
@tbtgames505 3 ай бұрын
Como você fez para colocar uma imagem?
@hobbyistnotes
@hobbyistnotes 3 ай бұрын
"How did you go about placing an image?" - I have described full guide how to do it in to the video.
@Fallen_Anglz
@Fallen_Anglz 6 ай бұрын
Incoming btt nozzle cam?
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
I will think about it, could be a very cool footage.
@rocketboyjv5474
@rocketboyjv5474 3 ай бұрын
Hey that was my comment woooo!
@hobbyistnotes
@hobbyistnotes 3 ай бұрын
🤷‍♂
@elvirareb
@elvirareb 6 ай бұрын
Put some cute face on the screen for the printer and name it. )
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
@shaunmorrissey7313
@shaunmorrissey7313 6 ай бұрын
What is it?
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
Toolhead screen.
@shaunmorrissey7313
@shaunmorrissey7313 6 ай бұрын
@@hobbyistnotes Thank you, got to be honest, i don't really see the point but I guess there must be a market or they wouldn't make it.
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
@@shaunmorrissey7313 Definitely not necessary by any mean, but at the same time I feel like it can be one of those things most people think useless and than some one comes out with a very smart way of using it, so I am kind of opened for such experiments.
@rocketboyjv5474
@rocketboyjv5474 3 ай бұрын
And by the way I don't really give a damn about the weight. I still think it is generally useless. The only use case I saw for it was in a tool changer setup. Glancing at the screen to show the nozzle temperature while it's on standby. Using it as a controller is moderately useful but at the same time there are much more convenient ways to control it. Web interface, mobilraker, klipper screen somewhat.
@hobbyistnotes
@hobbyistnotes 3 ай бұрын
If we look at this item from technical standpoint it's somewhat useless and more of a cosmetic toy.
@sabahoudini
@sabahoudini 6 ай бұрын
My question is also: But why? Also when printing at 300mm/s you are not going to see anything 😆
@hobbyistnotes
@hobbyistnotes 6 ай бұрын
Why not? I can see it perfectly fine on 300mm/s with 10K acceleration.
Making a 3d printing assistant(Knomi V2 Review)
7:00
TommyB
Рет қаралды 2,8 М.
Formbot Voron 2.4R2 Pro+ Kit Build!
40:32
Butter Pockets Prints
Рет қаралды 10 М.
Русалка
01:00
История одного вокалиста
Рет қаралды 7 МЛН
Happy 4th of July 😂
00:12
Alyssa's Ways
Рет қаралды 66 МЛН
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 32 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 9 МЛН
Best Controller For Your 3D Printer Build? (BTT Kraken)
8:02
por que parei de usar Vim depois de 2 anos de uso
14:44
Lucas Montano
Рет қаралды 11 М.
Should you buy a Voron in 2024? I did! Let's upgrade it.
8:37
Browzzrr Builds
Рет қаралды 9 М.
Quickly Root your Creality K1 Max or K1 Printers
4:19
NeedItMakeIt
Рет қаралды 17 М.
Optimizing Cura to work with Klipper
9:28
Z-Made
Рет қаралды 37 М.
Adobe is horrible. So I tried the alternative
25:30
Bog
Рет қаралды 734 М.
Is VORON 2.4 as GOOD as people make you believe? (vs Bambu X1C)
11:21
PRINTING PERSPECTIVE
Рет қаралды 150 М.
Calibration Cubes: More Harm Than Good?
16:11
CNC Kitchen
Рет қаралды 388 М.
No Nonsense Guide to CanBus
19:04
TheVoronModder
Рет қаралды 11 М.
Is this the cutest Voron Upgrade? The BTT Knomi
8:34
TommyB
Рет қаралды 8 М.
EXEED VX 2024: Не өзгерді?
9:06
Oljas Oqas
Рет қаралды 49 М.
Что делать если в телефон попала вода?
0:17
Лена Тропоцел
Рет қаралды 2,2 МЛН
Rate This Smartphone Cooler Set-up ⭐
0:10
Shakeuptech
Рет қаралды 2 МЛН
Kumanda İle Bilgisayarı Yönetmek #shorts
0:29
Osman Kabadayı
Рет қаралды 861 М.