Stephan3 / dwc2-for-klipper-socket

dwc2-for-klipper using klippers unixsocket
86 stars 9 forks source link

few questions #7

Closed jornada812 closed 4 years ago

jornada812 commented 4 years ago

As far as I remember, the duet had 3 calculation times. Based on the use of filament, only one of them. Are the rest unfulfilled? Why does not it show the number of the layer that is printing? If you manually set the fan speed, and in the slicer on the next layer a speed will be set that differs from the one set in the interface, then the fan speed will change as indicated by the slicer. For this case, the original interface of the duo provided fixing buttons that returned the speed as in the interface. This is also not the case. And finally, RRF G32 teams and others. Is it possible to replace with clipper commands?

Stephan3 commented 4 years ago

As far as I remember, the duet had 3 calculation times. Based on the use of filament, only one of them. Are the rest unfulfilled? Why does not it show the number of the layer that is printing?

If you manually set the fan speed, and in the slicer on the next layer a speed will be set that differs from the one set in the interface, then the fan speed will change as indicated by the slicer.

And finally, RRF G32 teams and others. Is it possible to replace with clipper commands?

jornada812 commented 4 years ago

It looked like this - if you put a checkbox next to the selected fan value, then if the fan speed is changed, priority is given to the interface, if not, then the slicer. About G32: menu Compensation & calibration - is it possible to replace menu items there with clipper commands?

Stephan3 commented 4 years ago

It looked like this - if you put a checkbox next to the selected fan value, then if the fan speed is changed, priority is given to the interface, if not, then the slicer.

My code is independent from the webinterface. No idea whats triggering the button to apear.

About G32: menu Compensation & calibration - is it possible to replace menu items there with clipper commands?

If i would do this a bed_mesh_calibrate or quad_gantry_level take place every time a user is hitting "start file for print". For me thats something that never happen. So if you want your bed meshed or delta calibrated use a startgcode of choice or override gcodes by making macros.

Stephan3 commented 4 years ago

@jornada812 I took a look at Duetwebcontrols code and still not sure what you mean. Screenshot?

please take a look to this ticket. https://github.com/Duet3D/DuetWebControl/issues/269

jornada812 commented 4 years ago

https://yadi.sk/i/J3pBd1dKBHSX5Q I don't use duet anymore. There are pins in this picture. If they are pressed, the fan speed set in the interface is supported, regardless of the speed in gcode

пт, 18 сент. 2020 г., 00:32 Stephan notifications@github.com:

@jornada812 https://github.com/jornada812 I took a look at Duetwebcontrols code and still not sure what you mean. Screenshot?

please take a look to this ticket. Duet3D/DuetWebControl#269 https://github.com/Duet3D/DuetWebControl/issues/269

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Stephan3/dwc2-for-klipper-socket/issues/7#issuecomment-694510969, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVW64FMKD5RO5W342IML43SGJ6AHANCNFSM4RNV2F4Q .

Stephan3 commented 4 years ago

Bro that is duet webcontrol 1 That has been rewritten