Results 7 comments of Zeanon

Could you elaborate a little on how one would calibrate those params? I was already pretty intrigued when frix posted the initial pr to increase the amount of shaper pulses...

Out of curiosity, could you point us to the stuff you used for this cause I would be interested in testing this as well

I have found one problem with this: the multi extruder test fails since you just check for ```if name != 'extruder'``` I think it should be ```if not name.startswith('extruder')``` to...

maybe this is a dumb idea, but why not do something like this: ``` if is_filament_present == self.filament_present and not force: return self.filament_present = is_filament_present eventtime = self.reactor.monotonic() if eventtime...

I have tried your code and encoutered two problems: Macros with parameters are not visible in mobile mode(neither with the new param system nor with the old) and if you...

Doesn't seem like the best stance since beacon is becoming increasingly popular but can't be merged into mainline due to licensing issues but hey what do I know, I'm just...

that's a good point Reason for not registering it as a probe is to avoid confusion, according to the beacon devs Using the wrapper macro is a good idea though....