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

Fix get filesize and cancle print for RepRapFirmware #1533

Merged
merged 15 commits into from
Jan 21, 2021

Conversation

Thro42
Copy link
Contributor

@Thro42 Thro42 commented Jan 18, 2021

Requirements

  • no Requirements

Description

the function request_M23_M36 has problems to read the file size in RepRapFirmware. It has to serch for 'size":' not 'Size:' .
Also I fixt a problem by canle a print. M524 is not supportet in reprap firmware it has to use M0

Benefits

Better functionality in RepRapFirmware

Related Issues

#1400

@bigtreetech bigtreetech merged commit fc2057b into bigtreetech:master Jan 21, 2021
Uz45 added a commit to Uz45/BIGTREETECH-TouchScreenFirmware that referenced this pull request Jan 25, 2021
adds keyboard layout for quertz awerty bigtreetech#1550
Correction CZ translation bigtreetech#1546
FIX bigtreetech#1539 bigtreetech#1541
Fix get filesize and cancle print for RepRapFirmware bigtreetech#1533
This PR is fixing the bugs introduced by merging PR bigtreetech#1487 bigtreetech#1526
update german translation and add missing icons bigtreetech#1525
Add missing icons and Hungarian language bigtreetech#1520
Added Home Offset menu + bugfixes and cleanup bigtreetech#1518
Uz45 added a commit to Uz45/BIGTREETECH-TouchScreenFirmware that referenced this pull request Jan 31, 2021
adds keyboard layout for quertz awerty bigtreetech#1550
Correction CZ translation bigtreetech#1546
FIX bigtreetech#1539 bigtreetech#1541
Fix get filesize and cancle print for RepRapFirmware bigtreetech#1533
This PR is fixing the bugs introduced by merging PR bigtreetech#1487 bigtreetech#1526
update german translation and add missing icons bigtreetech#1525
Add missing icons and Hungarian language bigtreetech#1520
Added Home Offset menu + bugfixes and cleanup bigtreetech#1518
Readme.md update and format fix bigtreetech#1557
Reduce global variables and cleanup bigtreetech#1558
Added the possibility to change to time the bootscreen logo is shown bigtreetech#1560
Beep when temp reached bigtreetech#1561
Added new param in FeatureSettings menu + toggle ACK in Terminal menu… bigtreetech#1563
Uz45 added a commit to Uz45/BIGTREETECH-TouchScreenFirmware that referenced this pull request Feb 2, 2021
…etech#1584

This PR fixes a bug introduced in PR bigtreetech#1533
@Thro42

request_M0() is not exported in gcode.h so the compiler can't find the function in Printing.c
which results in a function call of an empty function.
jeffeb3 pushed a commit to V1EngineeringInc/BIGTREETECH-TouchScreenFirmware that referenced this pull request Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants