Yeah, I get that, but I dont get how to enter it as a 16bit integer into the T part
Posts made by patakopecek
-
RE: Coolstep configuration
-
RE: DWC2 two versions difference
@jacotheron oh, actually you are right, I should use the non mini file then, because I report a lot of problems with DWC2 to @chrishamm
-
RE: How did the firmware update evaporate from my board?
@novaprint you propably had stealthchop on, so just turn it on again
-
RE: Coolstep configuration
@dc42 I read it a lot of times but I still don't know how to configure it
-
RE: M291 S2 does not block macro execution
I got it to happen, if I run M701 S"PLA" I get this problem
-
Coolstep configuration
Hi, I want to configure Coolstep on my HEVO, but I do not know what to include in the M915 gcode, the wiki is not too helpful
-
RE: M291 S2 does not block macro execution
@dc42 for some reason I am unable to replicate the issue now
-
RE: M291 S2 does not block macro execution
@dc42
G90
G1 X60 Y-20 F4000
M291 P"Ready?" S2
G1 E40 F1400
G1 E80 F300
M291 P"Filament byl úspěšně zaveden!" R"Výměna filamentu dokončena" S1 -
RE: iOS App
@jim would you mind sharing the progress? I maybe could help a little bit
-
M291 S2 does not block macro execution
Hi, I have a load filament macro and it heats up, parks and asks for confirmation to start loading, but this does not wait and starts extruding infinitely until I confirm it and it does the gcode one more time and then stops and errors with Error: Push() stack overflow. RRF2.02
-
DWC2 two versions difference
Hi, what is the difference between DuetWebControl.zip and DuetWebControl-mini.zip?
-
RE: iOS App
@richardmckenna oh really? I heard that kotlin is very easy to port over to swift
-
RE: iOS App
@chrishamm woudl you add this to the website code? <meta name="apple-mobile-web-app-capable" content="yes" /> I am not familiar with vuejs but I will learn it eventually
-
RE: iOS App
@richardmckenna yeah, you can optimize it and it was optimized a lot compared to DWC1 but it will never be as good as a native app optimalization wise, because the browsers do not allow it
-
RE: iOS App
@richardmckenna what language do you use? If you would use react native or something like it it would be super easy to port over to iOS, and if the data would be acessible in variables it would be easy to make a watch extension
-
RE: iOS App
But one thing still is true, an app optimalization is much better than a website optimalization on mobile because the mobile browser allows zoomong and sideways scrolling and it is not as smooth as in an app, you cant do anything about it, as well as the watch integration, that is only possible on an native app
-
RE: iOS App
@danal I really tried to use the website on my AW, it worked, but it suuuuuuuucks
-
RE: iOS App
@danal and another thing, I want to check my print status on my apple watch, OctoPod does this really well, but it is octoprint only, no duet wifi support
-
OctoPod support
Hi, are there any iOS developers? I would like to use OctoPod's Apple Watch app to monitor my duet printer, I looked into it and it should not be too difficult but I don't understand this code, I am a really basic Swift programmer.
-
RE: Duet Web Control 2.0.0-RC3 is ready
And I really miss a general purpose upload button for FW, DWC, Gcode etc.