@chrishamm tested and it works great. Super fast when compared to M36. Thank you again for your help
Best posts made by AndMaz
-
RE: [Feature Request] GCode to check if file exists
-
[Request] Add `recursiveDelete` to param to `GET /rr_delete`
Is is possible to add a
recursiveDelete
(default tofalse
) toGET /rr_delete
? At the moment it's doesn't seem to be possible to remove a dir if it contains something inside. I would like to avoid overloading HTTP server with a bunch of delete reqs. -
Q: How to check the type of a variable?
Is there a way to check the type of a variable? Something like
typeof(global.fanSpeed)
and result would bebool
,int
,float
,string
,DateTime
,object
orarray
If this is not possible atm, can you please add this feature? It will help a lot with params validation