Re: ESP32 Printer Board August 01, 2017 02:16PM |
Registered: 10 years ago Posts: 117 |
Re: ESP32 Printer Board August 02, 2017 03:24AM |
Registered: 10 years ago Posts: 14,684 |
Re: ESP32 Printer Board August 03, 2017 05:29PM |
Registered: 10 years ago Posts: 117 |
Re: ESP32 Printer Board October 06, 2017 12:46PM |
Registered: 7 years ago Posts: 270 |
Re: ESP32 Printer Board October 17, 2017 12:30PM |
Registered: 7 years ago Posts: 270 |
Re: ESP32 Printer Board October 18, 2017 05:17AM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: ESP32 Printer Board October 18, 2017 07:44AM |
Registered: 10 years ago Posts: 126 |
Quote
Dust
Thats certainly an interesting board (+ standard cnc sheild) for testing any esp32 based firmware, just needs something to provide thermistor input and mosfets outputs
Re: ESP32 Printer Board October 18, 2017 01:54PM |
Registered: 9 years ago Posts: 978 |
Re: ESP32 Printer Board October 18, 2017 04:32PM |
Admin Registered: 13 years ago Posts: 7,123 |
Re: ESP32 Printer Board October 18, 2017 07:38PM |
Registered: 9 years ago Posts: 978 |
Quote
Note that if you have shields using the Analog input they may not work properly since there’s only one input supporting up to 3.2V, as Arduino UNO board support 6 analog inputs up to 5V.
Re: ESP32 Printer Board October 19, 2017 10:53AM |
Registered: 7 years ago Posts: 270 |
Re: ESP32 Printer Board October 28, 2017 12:05PM |
Registered: 7 years ago Posts: 270 |
Re: ESP32 Printer Board October 29, 2017 06:36AM |
Registered: 6 years ago Posts: 7 |
Re: ESP32 Printer Board October 29, 2017 07:17AM |
Registered: 7 years ago Posts: 363 |
Re: ESP32 Printer Board October 29, 2017 06:54PM |
Registered: 6 years ago Posts: 7 |
Re: ESP32 Printer Board October 29, 2017 07:49PM |
Registered: 10 years ago Posts: 126 |
Re: ESP32 Printer Board October 29, 2017 08:19PM |
Registered: 7 years ago Posts: 363 |
Quote
paulbearne
Thanks for the suggestion obelisk i'll take a better look but the speeds look interesting, what i find interesting is the different solutions on offer with each current firmware implementation. one of my main goals is to be able to observe from anywhere in the house , Having had to take early retirement due to an old neck injury finally catching up with my second goal is to keep my brain active even if the bodies given up so looking at the firmware should do that while i wait for the boards to arrive.
Understand, now outside of error handling, is there anything your firmware does different or better than Klippy? I'm curious as I've never heard of it before.Quote
JustAnotherOne
And also I'm biased. I created a similar (Host+Client) Firmware and therefore naturally think that my version is better.
Re: ESP32 Printer Board October 30, 2017 12:57AM |
Registered: 7 years ago Posts: 270 |
Re: ESP32 Printer Board October 30, 2017 04:07AM |
Registered: 6 years ago Posts: 7 |
Re: ESP32 Printer Board October 30, 2017 10:44AM |
Registered: 10 years ago Posts: 126 |
Quote
obelisk79
Understand, now outside of error handling, is there anything your firmware does different or better than Klippy? I'm curious as I've never heard of it before.
Quote
newbob
From reading about franklin, peacamaker and klippy it appears that klippy is the most precise - from above link:
Quote
paulbearne
One thing that springs to mind with the mention of octoprint on the rpi is whether it would be possible to actually do a cut down version of it in the display module or controller food for thought i think i recall some work being done on this with an arm micro. thanks for all the suggestions will start looking through them.
Re: ESP32 Printer Board October 30, 2017 12:16PM |
Registered: 7 years ago Posts: 270 |
Quote
JustAnotherOne
I can not agree with this. As far as I can tell both Franklin and Klipper mess with single steps on the host side. Pacemaker doesn't do that. Pacemaker might split up one G-Code command into several move commands. But pacemaker does not change or influence the timing of the steps on the host. As Marlin and the other firmwares the Pacemaker client has a movement queue and calculates the steps and their timing. A client that implements the same step interpolation as marlin will obviously have the same quality as marlin. But pacemaker clients are free to do their steps as good as they can. For Pacemaker the serial bandwidth is not an issue here.
Re: ESP32 Printer Board October 30, 2017 01:02PM |
Registered: 7 years ago Posts: 363 |
Re: ESP32 Printer Board October 30, 2017 02:55PM |
Registered: 6 years ago Posts: 7 |
Re: ESP32 Printer Board October 30, 2017 04:33PM |
Registered: 7 years ago Posts: 270 |
Re: ESP32 Printer Board October 30, 2017 04:43PM |
Registered: 7 years ago Posts: 363 |
Re: ESP32 Printer Board October 31, 2017 05:00AM |
Registered: 6 years ago Posts: 7 |
Re: ESP32 Printer Board October 31, 2017 07:51AM |
Registered: 7 years ago Posts: 363 |
Re: ESP32 Printer Board October 31, 2017 08:43AM |
Registered: 7 years ago Posts: 270 |
Re: ESP32 Printer Board October 31, 2017 09:33AM |
Registered: 7 years ago Posts: 363 |
Re: ESP32 Printer Board October 31, 2017 10:26AM |
Registered: 7 years ago Posts: 270 |