mirror of https://github.com/Desuuuu/klipper.git
Fix offset decimals
This commit is contained in:
parent
77caf75b06
commit
98fbeb96c9
|
@ -180,7 +180,7 @@ script:
|
||||||
type: output
|
type: output
|
||||||
address: 0x3106
|
address: 0x3106
|
||||||
data_type: int16
|
data_type: int16
|
||||||
script: { (printer.gcode_move.homing_origin.z * 10 ** 1)|round|int }
|
script: { (printer.gcode_move.homing_origin.z * 10 ** 2)|round|int }
|
||||||
|
|
||||||
[t5uid1_var level_offset_step_icons]
|
[t5uid1_var level_offset_step_icons]
|
||||||
type: output
|
type: output
|
||||||
|
|
Loading…
Reference in New Issue