#Mainsail Dashboard change in ratos v2

1 messages · Page 1 of 1 (latest)

mint jackal
#

I miss being able to see pressure advance settings (like in ratos v1) in the mainsail dashboard how do I get it back in v2?

lime wolf
mint jackal
lime wolf
#

Can you post a screenshot of what your extruder panel looks like?

mint jackal
#

Perhaps Helge Keck's ROME changed it in some way? That's the only thing I can think of that could effect it.

lime wolf
mint jackal
mint jackal
#

I never got back here to report, but adding the pressure_advance setting to my printer.cfg unfortunately did not bring back the pressure advance display in mainsail.

lime wolf
bleak fog
#

Dort think so

#

Rome can set pa but thats it

lime wolf
#

I assume he has no [extruder] in his config then

#

printer.config.settings should have an extruder_stepper entry, or it won't show.

bleak fog
#

He has 2 Additional extruders

lime wolf
#

That's fine

bleak fog
#

Rome just activates and syncs them

lime wolf
#
GitHub

Mainsail is the popular web interface for managing and controlling 3D printers with Klipper. - mainsail/ExtruderControlPanel.vue at 84814080291e6f037230491c3e273ddd49ed6e53 · mainsail-crew/mainsail

GitHub

Mainsail is the popular web interface for managing and controlling 3D printers with Klipper. - mainsail/getters.ts at 84814080291e6f037230491c3e273ddd49ed6e53 · mainsail-crew/mainsail

lime wolf
bleak fog
#

Extruders

#

On my phone atm, repo has the includes

lime wolf
#

Oh i missed a !

#

!(extruderSteppers.length > 0)

#

So if you have any extruder steppers it won't show 😄

#

Ie. it does not show with ROME

lime wolf
#

🙂

#

Sorry @mint jackal, that is indeed how it is. Mainsail won't show you the pressure advance panel if you have any [extruder_stepper]s defined.

#

You'd have to go talk to the mainsail devs on the mainsail server to get that changed

#

Or not use multiple extruders

bleak fog
#

We can use t0 t1 instead

#

The Maintal Shows the values from the selected extruder

#

You get t0 t1 buttons in the extruder section

lime wolf
#

That sounds like a good fix, yes

bleak fog
#

Will test tomorrow

mint jackal
#

Thanks guys much appreciated as always!

bleak fog
#

it works

mint jackal
# bleak fog

Hi Helge, so how do I set this up so the pressure advance is displayed for my printer? Or is this being done in a future version of ROME?

mint jackal
#

So I don't know how to do what Helge did above. Any help would be appreciated.

bleak fog
#

try this
#multi-material message

mint jackal
bleak fog
mint jackal
bleak fog
mint jackal
bleak fog
#

Mainsail jsut didnt know that you have two extruders

mint jackal
#

Running a print now, have defined macros for T0 and T1, changed the change tool code to T[next_extruder] in the slicer, and have pressure advance defined for all extruders in the slicer. T0 and T1 show up in the extruder section of mainsail but no pressure advance is shown. Print is running and working well. Not sure why PA is not showing up.

#

Here is the terminal confirming pa values received from slicer during print

bleak fog
#

sorry for that