Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature update when printing from onboard SD #1244

Merged
merged 3 commits into from
Nov 18, 2020
Merged

Temperature update when printing from onboard SD #1244

merged 3 commits into from
Nov 18, 2020

Conversation

radek8
Copy link
Contributor

@radek8 radek8 commented Nov 11, 2020

After printing from the onboard SD, the bed and nozzle temperatures are not updated until they reach the target temperature.
This adjustment solves it.
Adding code "M155 S1" to start G-code does not work.
Adding a code to the start code in Cura also does not work.
First the heating is started and only then the start code is activated.
Therefore, the values on the display are not updated until the target temperature is reached.

resolves #1127
resolves #1225
resolves #1070

Add a comment to Config.ini, with information about the required settings in Marlin
PS:
When printing from the onboard SD, there is still a problem and detecting the print height. If someone knew the solution, it would be good to add it as well.
If MarlinFirmware/Marlin#18427 is merged, it could be used to display the current print height.

@radek8 radek8 changed the title Aktualizace teploty při tisku z onboard SD Temperature update when printing from onboard SD Nov 13, 2020
@bigtreetech bigtreetech merged commit 5a5a927 into bigtreetech:master Nov 18, 2020
delwinbest added a commit to delwinbest/BIGTREETECH-TouchScreenFirmware that referenced this pull request Nov 21, 2020
* master: (114 commits)
  Avoid marking coordinate as unknown when parsing a M18/M84 S<timeout> (bigtreetech#1243)
  Update language_ru.h (bigtreetech#1261)
  MKS_TFT_28 as own compile target (bigtreetech#1246)
  Bootloader for display TFT50 V3.0 (bigtreetech#1101)
  Update Hungarian Language (bigtreetech#1247)
  Temperature update when printing from onboard SD, M155 instead of M105 for query temperature (bigtreetech#1244)
  Added a way to make a manual input to screen showing a value ( Temp, flow , speed etc...) (bigtreetech#1104)
  Improved Terminal menu based on TFT size and resolution (bigtreetech#1231)
  Add support for Home Offset (bigtreetech#1198)
  Add support to be able to control case light (bigtreetech#1214)
  improved Terminal menu (bigtreetech#1227)
  Language pack auto-generate script (bigtreetech#1215)
  Update French Translation (bigtreetech#1216)
  Update language_de.h (bigtreetech#1219)
  Fixed compiler warnings (bigtreetech#1220)
  Update language_ru.h (bigtreetech#1221)
  Update language_ru.ini (bigtreetech#1222)
  Update language CZ (bigtreetech#1223)
  sync upsteam branch (bigtreetech#1171)
  Fix to display M117 messages in info area (bigtreetech#1189)
  ...

# Conflicts:
#	platformio.ini
@radek8 radek8 deleted the M155 branch January 25, 2021 22:29
jeffeb3 pushed a commit to V1EngineeringInc/BIGTREETECH-TouchScreenFirmware that referenced this pull request Nov 10, 2021
…5 for query temperature (bigtreetech#1244)

* Aktualizace teploty při tisku z onboard SD
* M155 instead of M105 for query temperature

Co-authored-by: Msq001 <alansayyeah@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants