DerAndere
DerAndere
@bosd, the cited PR was merged into MarlinFirmware/Marlin so Marlin now supports 6 axes plus extruder. If you want even more axes, you are welcome to test https://github.com/DerAndere1/Marlin/tree/9axis_pull, rebase it...
The issue is critical for linear images like images in the scRGB color space (embedded scRGB color profile with linear TRC). Open the attached tiffs in FIJI and observe the...
Are you sure you tested bugfix-2.1.x (not bugfix-2.0.x or any other version) ? Please attach your configs. I could not find a problem when looking into the code. To summarize...
For accessible data visualization, a continuous color ramp is often preferable. See e.g. https://eagereyes.org/basics/rainbow-color-map . Some good diverging color maps can be found at https://www.kennethmoreland.com/color-maps/
Does it help to increase `TOOLCHANGE_ZRAISE` (by editing configuration.h or by using M217 Z...) ?
I proposed a possible fix in the comment section of pull request 24553 . It requires the new option MECHANICAL_SWITCHING_EXTRUDER or MECHANICAL_SWITCHING_NOZZLE introduced in that PR to be anabled
I would say master/slave when used in the context of mentioned protocol standards is what we have to live with. If we would come up with a new protocol, I...
Is it acceptable for you to use the following approach to measure the offsets? 0) compile with HOTEND_OFFSET_Z { 0.0, 0.0 } 1): run the following G-codes ``` T0 G28...
This issue is why the other bed leveling methods temporarily change to T0 and it is why HOTEND_OFFSET_Z for tool 0 must be 0. A fix is proposed in the...