{% import 'macros.jinja' as macros %} {# Ask user if they login with a password, if not client sided ensure that they read a guide on how to add a password to their account in retrospect. Either way then redirect to step 1. #}

How do you sign in with Bambu Lab?

We need to know how you sign in to your Bambu Lab account for BambuStudio, MakerWorld or Bambu Handy.

🔒

Username + Password

You already log in using a password

🔗

Linked Account

You created your account using Google, Facebook or Apple, and don't have a password yet

Adding a password to your Bambu Lab account

To log in into the Bambu Lab integration with your Bambu Lab account you need to have added a password. Most of these steps will take you to {{ macros.externalLink('https://bambulab.com/en-eu/account/forgot-password', 'https://bambulab.com/en-eu/account/forgot-password') }} in the end.

{# TODO: Add screenshots. #}
{# Instructions for web browser BambuLab.com #} {% call macros.accordian("guide-bambulab") %} {% call macros.accordianItem("guide-bambulab", "login", "Step 1", "Login into BambuLab.com") %} {% endcall %} {% call macros.accordianItem("guide-bambulab", "settings", "Step 2", "Go to Profile Settings") %} {% endcall %} {% call macros.accordianItem("guide-bambulab", "resetpassword", "Step 3", "Reset password") %} {% endcall %} {% endcall %}
{# Instructions for web browser MakerWorld.com #} {% call macros.accordian("guide-makerworld") %} {% call macros.accordianItem("guide-makerworld", "login", "Step 1", "Login into MakerWorld.com") %} {% endcall %} {% call macros.accordianItem("guide-makerworld", "settings", "Step 2", "Go to Account Settings") %} {% endcall %} {% call macros.accordianItem("guide-makerworld", "settings-2", "Step 3", "Security and privacy") %} {% endcall %} {% call macros.accordianItem("guide-makerworld", "resetpassword", "Step 4", "Reset password") %} {% endcall %} {% endcall %}
{# Instructions for handy / mobile. #} {% call macros.accordian("guide-handy") %} {% call macros.accordianItem("guide-handy", "login", "Step 1", "Login into Bambu Handy") %} {% endcall %} {% call macros.accordianItem("guide-handy", "settings", "Step 2", "Go to Settings") %} {% endcall %} {% call macros.accordianItem("guide-handy", "settings-2", "Step 3", "Go to Account Security") %} {% endcall %} {% call macros.accordianItem("guide-handy", "resetpassword", "Step 4", "Reset password") %} {% endcall %} {% endcall %}
Previous