[RESOLVED] Sheet Profiles configuration #23
-
Hello ! thanks for this AIO firmware! I have a SKR 1.4T Bear, and this is mutch easier to deal with it ;) I have compiled the firmware (UBL version) 2 days ago, and im doing the firs steps, and I see on the menu "configuration", "sheet profiles; (smooth) & (textured) " I think this is for easy swap the z high, for change the flexible plate, but I have no idea how to change this values... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In For example, if "Smooth" is your Sheet 1 and you want your offset to be -1.2: #define PRUSA_AIO_SHEET_1_DESC "Smooth" // Short description of Sheet
#define PRUSA_AIO_SHEET_1_OFFSET -1.2 // Sheet offset. This should be a negative value. I've prefilled three sheets profiles & enabled two by default in |
Beta Was this translation helpful? Give feedback.
In
Prusa_AIO_Configuration.h
, you'd edit those values to whatever your z offset should be.For example, if "Smooth" is your Sheet 1 and you want your offset to be -1.2:
I've prefilled three sheets profiles & enabled two by default in
Prusa_AIO_Configuration.h
, but you can have up to 10 if you copy & paste the blocks of code & increment the numbers.