This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<modal @modal-close="handleClose"> | |
<form | |
@submit.prevent="handleConfirm" | |
slot-scope="props" | |
class="bg-white rounded-lg shadow-lg overflow-hidden" | |
style="width: 460px" | |
> | |
<slot :uppercaseMode="uppercaseMode" :mode="mode"> | |
<div class="p-8"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<p><slot name="icon"><i class="fas fa-spinner fa-pulse"></i></slot> {{message}}</p> | |
</div> | |
</template> | |
<script> | |
export default { | |
name: "Loader", | |
data() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "df59c7a2.a36388", | |
"type": "tab", | |
"label": "Webshop Tétel állapot figyelés", | |
"disabled": false, | |
"info": "# WebShop tétel figyelés\n\nSokszor belefutunk abba a problémába, hogy van egy webshop, nem lehet előrendelést rögzíteni és készletfigyelésre sincs lehetőség.\n\nIlyen esetekben szolgálhat alapul ez a kis szösszenet. Persze webshoponként változik, hogy mit kell megtalálni és azt hogyan kell kezelni, de a lépések nagyjából ezek lesznek minden esetben." | |
}, | |
{ | |
"id": "e5336e75.beed6", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"id":"f194521c.66b9f","type":"inject","z":"bfcd59fd.b97788","name":"","topic":"","payload":"","payloadType":"date","repeat":"1","crontab":"","once":false,"onceDelay":0.1,"x":270,"y":260,"wires":[["7c13eb50.965874"]]},{"id":"7c13eb50.965874","type":"change","z":"bfcd59fd.b97788","name":"Set Time Attributes","rules":[{"t":"set","p":"seconds","pt":"msg","to":"$fromMillis(payload, '[s]')\t","tot":"jsonata"},{"t":"set","p":"minutes","pt":"msg","to":"$fromMillis(payload, '[m]')","tot":"jsonata"},{"t":"set","p":"hours","pt":"msg","to":"$fromMillis(payload, '[H]')\t","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":450,"y":260,"wires":[["47562960.35fcf8","48a47986.3197d8","cd4f0be8.3c6118"]]},{"id":"cd4f0be8.3c6118","type":"ui_gauge","z":"bfcd59fd.b97788","name":"","group":"48cb4a07.3e2634","order":0,"width":"1","height":"1","gtype":"gage","title":"Seconds","label":"","format":"{{seconds}}","min":0,"max":"60","colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":640,"y":220," |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"board": "duetwifi10", | |
"expansion_boards": [], | |
"firmware": 3, | |
"standalone": true, | |
"nvram": false, | |
"auto_save": { | |
"enabled": true, | |
"save_threshold": 10, | |
"resume_threshold": 11, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mcu] | |
serial: /dev/serial/by-id/usb-Klipper_sam4e8e_00313953325753543039303330303630-if00 | |
[printer] | |
kinematics: delta | |
max_velocity: 500 | |
max_accel: 2000 | |
max_z_velocity: 200 | |
minimum_z_position: 0 | |
delta_radius: 130 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Windows users: To edit this file use Notepad++, VSCode, Atom or SublimeText. | |
### Do not use Notepad or WordPad. | |
### MacOSX users: If you use Textedit to edit this file make sure to use | |
### "plain text format" and "disable smart quotes" in "Textedit > Preferences" | |
### Configure which camera to use | |
# | |
# Available options are: | |
# - auto: tries first usb webcam, if that's not available tries raspi cam |
OlderNewer