Updated to V1.3.3 for DWC 3.5.3
Posts made by MintyTrebor
-
RE: ReleaseMgr DWC Plugin v1.3.3 (20-09-24)
-
RE: BtnCmd-DWC Plugin - Customise DWC - v01.03.05 20-09-24
Updated to 01.03.05 for DWC 3.5.3 compatability.
No functional changes. -
RE: Btn_Cmd wrong scale in chart
@cosmowave Can you show me the value displayed in the object model browser please, and also show me the line config in the custom chart config panel please..
From the second picture it looks like the object is an array - is this correct?
-
RE: Duet3d Dashboard for multiple Printers
@droftarts You can nest other instances of DWC with BtnCmd's remote source panel, but I'm not sure how optimised it would be (I only have 2 printers to test with), I don't think it really meets the criteria though.
Otherwise its possible to pull a unified data dashboard togther with NodeRed & NodeDSF
Also have a look at this thread
-
RE: BtnCmd-DWC Plugin - Customise DWC - v01.03.05 20-09-24
Updated to 01.03.04
- Fixed Bug switching between create & edit mode where new items could be added to the wrong layout/custom panel
-
RE: ReleaseMgr DWC Plugin v1.3.3 (20-09-24)
Released 1.3.2
Re-Packaged for DWC 3.5.2 -
RE: BtnCmd-DWC Plugin - Customise DWC - v01.03.05 20-09-24
Updated to 01.03.03
No functional changes - re-packaged for 3.5.2 -
RE: BtnCmd-DWC Plugin - Customise DWC - v01.03.05 20-09-24
updated to v01.03.01
Fixed issue with macros from a button in custom panel
-
RE: Webhooks/Push-Notifications/Polling Tools
@JRCL If you need something for ethernet then there is also this option, which would allow you define your own notification rules/endpoints etc. It uses node-red and works off the basis of polling the board, and provides built in nodes to define events based off the object model data.
-
RE: ReleaseMgr DWC Plugin v1.3.3 (20-09-24)
Released v1.3.0 - For DWC 3.5.1
Change log :
V1.3.0 - For DWC 3.5.1
-Updated to support the new Team Gloomy release approach
-Updated UI -
RE: BtnCmd-DWC Plugin - Customise DWC - v01.03.05 20-09-24
BtnCmd 01.03.0 for DWC 3.5 has been published on github here
Changes Since 0.10.15 (DWC 3.4.6)
- Global Settings - Removed option to toggle radio button instead of selects
- Added New Custom Charts Panel (Wiki) - (Includes ability to save chart data to csv)
- Added Support for Global Arrays in panels
- Added Job Progress Bar Panel
- OM Panel - Added Object Model Lookup feature
- Input & Text Panels - Added function to add an material designs icons to the panels - user can define icon and colour size
- Input Panel - New option to run GCode command post user input
- Input Panel - New option to enable automatic acceptance of inputted values on focus change
- OM Panel - New option to perform basic maths on OM numeric values
- Alt WebCam Panel - Added Nozzle Alignment Overlay Feature
- Fixed Bug in Colour Picker
- Fixed Reset Settings function
- Changed Startup behaviour to load all BtnCmd Tabs in background on first access, to start custom chart data capture without needing to switch to relevant tab
- Global Settings - Added option to quickly switch to BtnCmd and return to DWC dashboard on DWC launch, to allow custom chart's to begin to capture data immediately.
- Fixed intermittent issue where panels would occasionally jump off screen in edit mode.
- Edit mode behaviour change - When entering/exiting edit mode, screen will remain on current tab, unless tab(s) have been deleted.
- General non-critical javascript bug fixes
Custom Charts:
Example Custom Icons:
Nozzle Alignment :
-
RE: ReleaseMgr DWC Plugin v1.3.3 (20-09-24)
Released V1.1.20 - For DWC 3.5.1
Change log :
V1.2.0 - For DWC 3.5.1
-Updated to support DWC 3.5.1 and the updated Duet release numbering approach -
RE: BtnCmd progress bar?
@Exerqtor It looks like it's not there. I'll see if I can add it in the next release....There may be a reason I did not add it in the begining, but that was too long ago to remember, or I just missed it the first place. Who knows!
-
RE: NodeDSF : Interface nodes for Node-Red (V1.1.11 - 06-10-23).
@DIY-O-Sphere said in NodeDSF : Interface nodes for Node-Red (V1.1.11 - 06-10-23).:
And it's a bit strange that the latest image contains such old versions of node.js....
Yep - a user of my nodes for klipper (moonnode) hit the same problem (v18 nodes on v16 docker image), he raised the issue with the docker image maintainers and there response was something like "we wont update the node version until the next major release" - which is not ideal
-
RE: NodeDSF : Interface nodes for Node-Red (V1.1.11 - 06-10-23).
@DIY-O-Sphere NodeDSF is built against the recommended NodeJS version (18) as stated by node-red here https://nodered.org/docs/faq/node-versions
Unfortunately if the docker image maintainers have not updated thier "latest" image to NodeJS18 there is not much I can do about it. -
RE: BtnCmd-DWC Plugin - Customise DWC - v01.03.05 20-09-24
@fcwilt said in BtnCmd-DWC Plugin - Customise DWC - v01.02.07 17-09-23:
Anyway I gather that those of us running RRF 3.4.x are stuck with an older version of BtnCmd - 0.10.15 - which I guess is not getting any updates?
Correct - 3.5 introduced some major differences and as this is just a spare time project for me, I do not have the time to maintain 2 code bases.
When you say 'persist selected settings' do you mean changing the values of global variables via an input panel, or something else?
-
RE: NodeDSF : Interface nodes for Node-Red (V1.1.11 - 06-10-23).
V1.1.11 Update - Nodes updated to RRF 3.5 comptability. Update through Node-Red Palette manager.
-
RE: BtnCmd-DWC Plugin - Customise DWC - v01.03.05 20-09-24
Released 01.02.07 for DWC 3.5.0-rc.1
Added custom icons to Input and Text Panels
-
RE: Custom temperature control
@awitc not specifically. A custom panel can display almost anything from the object model, so if it exists in there then you should be able to show it. You can use the object model plugin to browse the object model.
-
RE: BtnCmd-DWC Plugin - Customise DWC - v01.03.05 20-09-24
Released v 01.02.06 for DWC 3.5.0-rc.1 Only