Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. x<usable print length from left to right>: float,
  3. y<usable print length from back to front>: float,
  4. z<usable print length from bottom to top>: float,
  5. n<how many materials can be printed at the same time, -1 if any>: int,
  6. hbmt<max heatbed temperature, 0 is not heated>: float,
  7. he<hot ends>:[{
  8. di<hot end input diameter>: float,
  9. do<hot end output diameter>: float,
  10. mtemp<hot end max temp>: float,
  11. bowden<is bowden>: bool,
  12. flex<can print flex materials>: bool,
  13. abrasive<can print abrasive materials>: bool,
  14. }],
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement