Prnter wont print circles just ovals May 28, 2023 02:54PM |
Registered: 8 years ago Posts: 102 |
Re: Prnter wont print circles just ovals May 28, 2023 03:40PM |
Registered: 7 years ago Posts: 1,880 |
#define DEFAULT_AXIS_STEPS_PER_UNIT { 79.7, 79.7, 1594, 94.4962144 }
Re: Prnter wont print circles just ovals May 28, 2023 08:33PM |
Admin Registered: 13 years ago Posts: 7,102 |
Re: Prnter wont print circles just ovals May 29, 2023 04:25AM |
Registered: 8 years ago Posts: 102 |
Re: Prnter wont print circles just ovals May 29, 2023 09:58AM |
Registered: 12 years ago Posts: 5,788 |
Quote
Roberts_Clif
Your 3D Printer firmware steps need to be calibrated.
On my 3D Printer it is this line "#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 94.4962144 }"
And calibrated below
#define DEFAULT_AXIS_STEPS_PER_UNIT { 79.7, 79.7, 1594, 94.4962144 }
THis is what I used to calibrate steps
Re: Prnter wont print circles just ovals May 29, 2023 04:48PM |
Registered: 7 years ago Posts: 1,880 |
Re: Prnter wont print circles just ovals May 29, 2023 06:23PM |
Registered: 12 years ago Posts: 5,788 |
Re: Prnter wont print circles just ovals May 31, 2023 10:44AM |
Registered: 8 years ago Posts: 102 |