MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.34k stars 19.26k forks source link

Only Full Degrees via Serial? #7018

Closed ss89 closed 7 years ago

ss89 commented 7 years ago

Hello everyone,

since i upgraded 2 of my printers to marling 1.1.0, they only output full degrees in serial (Repetier Host). My Upgrade procedure is as follows:

  1. update my git branch
  2. resolve Configuration.h conflicts
  3. upload to printer via Arduino IDE

Is this a configurable behaviour or even wanted? (I could imagine that since we are on an 8 bit platform for now, that non floating point calculations are just the better way for us to be faster/more responsive)

p3p commented 7 years ago

I think this was resolved in #6811

ss89 commented 7 years ago

That's right. Sorry, i looked for "degree" like in degree celsius.

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.