-
Notifications
You must be signed in to change notification settings - Fork 229
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
typo: unload is déchargé not chargé in french #3860
The head ref may contain hidden characters: "typo-unload-is-d\u00E9charg\u00E9-in-french"
Commits on Nov 23, 2023
-
Fit thermal problem redscreens
Instead of redscreen, printer would show BSOD because it failed to write error to usb serial. So writes to USB-CDC are skipped from ISR. Its not possible to acquire mutex to write to USB from ISR, and even if it would be somehow implemented, it wouldn't probably flush the message in time anyway.
Configuration menu - View commit details
-
Copy full SHA for bc2cedb - Browse repository at this point
Copy the full SHA bc2cedbView commit details -
Ensure user has enough room to clean nozzles and install sheet in noz…
…zle offset calibration
Configuration menu - View commit details
-
Copy full SHA for 3ff3890 - Browse repository at this point
Copy the full SHA 3ff3890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e0252d - Browse repository at this point
Copy the full SHA 9e0252dView commit details -
xl: Split PID values for inidividual dwarves to fix nozzle heater test
If one dwarf finished much earlier than another, it would reset the PID and the other would fail the test. BFW-4607
Configuration menu - View commit details
-
Copy full SHA for eb6c6cc - Browse repository at this point
Copy the full SHA eb6c6ccView commit details -
xl: Do not migrate PID values from old EEPROM
It was migrating p=17 which was default at that time, but never used. Now the default is 14 and will follow the default if we want change.
Configuration menu - View commit details
-
Copy full SHA for 17c35af - Browse repository at this point
Copy the full SHA 17c35afView commit details -
Fix race in crash_s that ends with "reentrant recovery"
If ISR would happen during that function, the crash_s.loop would stay true during the loop when crash_s.set_state(Crash_s::RECOVERY) is set.
Configuration menu - View commit details
-
Copy full SHA for b1d43b2 - Browse repository at this point
Copy the full SHA b1d43b2View commit details -
Revert "CRASH_RECOVERY: Set XY home bumps and move back to 10mm."
This reverts commit fb4e117.
Configuration menu - View commit details
-
Copy full SHA for e3e1462 - Browse repository at this point
Copy the full SHA e3e1462View commit details -
Gcode upload: Better errors around dirs
Handle unexpected dirs (blocking the uploaded file) and missing destination dirs in a better way than just "Unknown error". BFW-4543.
Configuration menu - View commit details
-
Copy full SHA for c03e155 - Browse repository at this point
Copy the full SHA c03e155View commit details -
* Use 5 retries in a row. * Reset back to 5 when we make some progress. BFW-4547.
Configuration menu - View commit details
-
Copy full SHA for ec75f49 - Browse repository at this point
Copy the full SHA ec75f49View commit details -
upload: Handle conflicts with dirs better
Apparently, our remove & stuff didn't report EISDIR properly. We go with stat instead of fopen to figure stuff out. BFW-4147.
Configuration menu - View commit details
-
Copy full SHA for 0a956f8 - Browse repository at this point
Copy the full SHA 0a956f8View commit details -
transfers: Back up after failure
When we have a download failure, back up the position before retrying so we don't lose any data unnecessarily. Slightly related to BFW-4647 (that one made it more observable for some reason).
Configuration menu - View commit details
-
Copy full SHA for 414881a - Browse repository at this point
Copy the full SHA 414881aView commit details -
transfers: Postpone initiating download to retry
Code unification & simplification ‒ create a transfer in a "failed" state and "retry" it later. Apart from making the code shorter and less duplicate, it also makes sure the download order is initialized before the first request (needed for future commits). (The code was duplicated for historical reasons ‒ originally, Download could fail at startup; this is no longer possible) BFW-4647.
Configuration menu - View commit details
-
Copy full SHA for 515b5b1 - Browse repository at this point
Copy the full SHA 515b5b1View commit details -
transfers: Download code simplification
The variant of construction with a destination path is no longer used, remove from the code. As a result, the initialization can't fail ‒ it can become a constructor directly. BFW-4647.
Configuration menu - View commit details
-
Copy full SHA for f569483 - Browse repository at this point
Copy the full SHA f569483View commit details -
transfers: Save one request on text gcodes
Change the order of downloading textual gcodes from header -> tail -> body to tail -> header + body (the latter one being in one chunk). We need both the header and tail before we start the print, but we don't care in which order we get them. This way we save one request (one seek) ‒ cheaper for us, cheaper for the server and likely few seconds faster before the print starts. BFW-4647.
Configuration menu - View commit details
-
Copy full SHA for 664477d - Browse repository at this point
Copy the full SHA 664477dView commit details -
simplification: Introduce a ScopeGuard
To postpone a closure until the end of a scope / turn a closure into RAII.
Configuration menu - View commit details
-
Copy full SHA for ee74432 - Browse repository at this point
Copy the full SHA ee74432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9771076 - Browse repository at this point
Copy the full SHA 9771076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c8a19 - Browse repository at this point
Copy the full SHA 80c8a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d967a4 - Browse repository at this point
Copy the full SHA 2d967a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d0565 - Browse repository at this point
Copy the full SHA 29d0565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 264078e - Browse repository at this point
Copy the full SHA 264078eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0364c31 - Browse repository at this point
Copy the full SHA 0364c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51ab521 - Browse repository at this point
Copy the full SHA 51ab521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63783f9 - Browse repository at this point
Copy the full SHA 63783f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 810c864 - Browse repository at this point
Copy the full SHA 810c864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f7532 - Browse repository at this point
Copy the full SHA 92f7532View commit details -
Configuration menu - View commit details
-
Copy full SHA for aedc37a - Browse repository at this point
Copy the full SHA aedc37aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cecb2d - Browse repository at this point
Copy the full SHA 4cecb2dView commit details -
Add option to skip preprint preview thumbnail but not toolmapping
To be used on reprint button when we want toolmapping screen to show. BFW-4568
Configuration menu - View commit details
-
Copy full SHA for ad873dd - Browse repository at this point
Copy the full SHA ad873ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb731a - Browse repository at this point
Copy the full SHA 5fb731aView commit details -
Disable sending crashdumps by default
We don't have consent from the user right now and they are not encrypted. Shouldn't go to "production". BFW-3468.
Configuration menu - View commit details
-
Copy full SHA for 42326ac - Browse repository at this point
Copy the full SHA 42326acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 823ae0b - Browse repository at this point
Copy the full SHA 823ae0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad67efc - Browse repository at this point
Copy the full SHA ad67efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51348e6 - Browse repository at this point
Copy the full SHA 51348e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaab7fc - Browse repository at this point
Copy the full SHA aaab7fcView commit details -
git subrepo pull --force lib/Prusa-Error-Codes
subrepo: subdir: "lib/Prusa-Error-Codes" merged: "14b01d0fe3" upstream: origin: "[email protected]:prusa3d/Prusa-Error-Codes.git" branch: "master" commit: "14b01d0fe3" git-subrepo: version: "0.4.6" origin: "https://github.com/Homebrew/brew" commit: "d3d51d344"
Configuration menu - View commit details
-
Copy full SHA for c476486 - Browse repository at this point
Copy the full SHA c476486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4faf641 - Browse repository at this point
Copy the full SHA 4faf641View commit details -
Fix dangerous SensorData::Value to not mix float and int values
It was passing int through union to be printed as float.
Configuration menu - View commit details
-
Copy full SHA for 506a82f - Browse repository at this point
Copy the full SHA 506a82fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad2b2f - Browse repository at this point
Copy the full SHA 4ad2b2fView commit details -
Fix EWMA used in Dwarf to smooth MCU temperature
Other temperatures are processed by Dwarf's Marlin, but EWMA used for MCU had bad precision and stayed too far from stable value.
Configuration menu - View commit details
-
Copy full SHA for 5f40830 - Browse repository at this point
Copy the full SHA 5f40830View commit details -
Fix when user is too fast during loadcell test
Don't allow user to click continue too soon
Configuration menu - View commit details
-
Copy full SHA for 234f917 - Browse repository at this point
Copy the full SHA 234f917View commit details -
Configuration menu - View commit details
-
Copy full SHA for b704d12 - Browse repository at this point
Copy the full SHA b704d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb5551 - Browse repository at this point
Copy the full SHA 8bb5551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cca13f - Browse repository at this point
Copy the full SHA 0cca13fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 744ce93 - Browse repository at this point
Copy the full SHA 744ce93View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6210db - Browse repository at this point
Copy the full SHA f6210dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a14c03 - Browse repository at this point
Copy the full SHA 7a14c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6177de - Browse repository at this point
Copy the full SHA e6177deView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f9d18 - Browse repository at this point
Copy the full SHA e8f9d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efa5bb - Browse repository at this point
Copy the full SHA 7efa5bbView commit details -
Set buffer to read translations to 64B
Reads are random and mostly few bytes. It will be more efficient to read less bytes
Configuration menu - View commit details
-
Copy full SHA for 6c6093d - Browse repository at this point
Copy the full SHA 6c6093dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7b86f - Browse repository at this point
Copy the full SHA 2c7b86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c4dda - Browse repository at this point
Copy the full SHA b6c4ddaView commit details -
- add compile options, - switch between extflash/cpuflash with ifdef to avoid colisions
Configuration menu - View commit details
-
Copy full SHA for 637b00f - Browse repository at this point
Copy the full SHA 637b00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6922f7c - Browse repository at this point
Copy the full SHA 6922f7cView commit details -
Fix load/unload to end with false on timeout and disable hotend
Hotend is disabled only if timeout happens when not printing. BFW-4634
Configuration menu - View commit details
-
Copy full SHA for d94a3b2 - Browse repository at this point
Copy the full SHA d94a3b2View commit details -
xl multi: Revert menu index when returning to filament menu
When returning from DialogToolActionBox, the filament menu has lost selection index and when clicked ended in hardfault.
Configuration menu - View commit details
-
Copy full SHA for e357d6e - Browse repository at this point
Copy the full SHA e357d6eView commit details -
Prevent FSM race when exiting print and autoload at the same time
BFW-4662 Marlin server's State::Exit wound destroy FSM0 while FSM1 was autoloading filament. Postpone exiting print until load/unload is done.
Configuration menu - View commit details
-
Copy full SHA for 700d25d - Browse repository at this point
Copy the full SHA 700d25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc5db3 - Browse repository at this point
Copy the full SHA ebc5db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6e936 - Browse repository at this point
Copy the full SHA de6e936View commit details -
Configuration menu - View commit details
-
Copy full SHA for b85dc63 - Browse repository at this point
Copy the full SHA b85dc63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4392661 - Browse repository at this point
Copy the full SHA 4392661View commit details -
Revert "Notify user to pull out the filament on unload"
This reverts commit 0ad216a56592a90d5ac1eac5f72b90bb952a329c. Revert to 4.7.2 behavior with no dialog after unload. Part of: BFW-4638
Configuration menu - View commit details
-
Copy full SHA for a0a3d3a - Browse repository at this point
Copy the full SHA a0a3d3aView commit details -
Prevent watchdog reset during power panic
Do not rely on osDelay when waiting for power to run out as power panic task permanently calls xTaskAbortDelay on default task. Fixes: BFW-4667
Configuration menu - View commit details
-
Copy full SHA for da80e81 - Browse repository at this point
Copy the full SHA da80e81View commit details -
Ensure FW version is null terminated
Ensure valid_printer_settings.latest_fw_version is null terminated even if the fw version parsed from gcode was truncated to fit into buffer. Part of: BFW-4665
Configuration menu - View commit details
-
Copy full SHA for f98f3d4 - Browse repository at this point
Copy the full SHA f98f3d4View commit details -
- Use string version as parsed from gcode - Remove numeric version from valid_printer_settings Part of: BFW-4665
Configuration menu - View commit details
-
Copy full SHA for 7c1ff06 - Browse repository at this point
Copy the full SHA 7c1ff06View commit details -
Refactor "newer firmware required"
- Merge message and fw version string to avoid multiple text elements. - Merge "newer firmware required" to message array Part of: BFW-4665
Configuration menu - View commit details
-
Copy full SHA for a17389a - Browse repository at this point
Copy the full SHA a17389aView commit details -
Fit "New firmware available" on mini screen
Part of: BFW-4665
Configuration menu - View commit details
-
Copy full SHA for d0bd620 - Browse repository at this point
Copy the full SHA d0bd620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b078e1 - Browse repository at this point
Copy the full SHA 4b078e1View commit details -
clang-format: Set InsertBraces: true
Forces braces even for one-line if, else, for, do and while.
Configuration menu - View commit details
-
Copy full SHA for 053efc5 - Browse repository at this point
Copy the full SHA 053efc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11025d2 - Browse repository at this point
Copy the full SHA 11025d2View commit details -
Pause processing of serial commands while pausing and resuming
This prevents race conditions when octoprint queues commands in between pause/resume sequence
Configuration menu - View commit details
-
Copy full SHA for 5ce8053 - Browse repository at this point
Copy the full SHA 5ce8053View commit details -
Configuration menu - View commit details
-
Copy full SHA for c90b066 - Browse repository at this point
Copy the full SHA c90b066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4744d - Browse repository at this point
Copy the full SHA 1b4744dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b4c23 - Browse repository at this point
Copy the full SHA 88b4c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1b958 - Browse repository at this point
Copy the full SHA 6f1b958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7b42e - Browse repository at this point
Copy the full SHA 4a7b42eView commit details -
Provide print start, end timestamps as marlin vars
Part of: BFW-4410
Configuration menu - View commit details
-
Copy full SHA for 39ffd2f - Browse repository at this point
Copy the full SHA 39ffd2fView commit details -
Ensure print end time is not updated after print finished.
Configuration menu - View commit details
-
Copy full SHA for 7d02677 - Browse repository at this point
Copy the full SHA 7d02677View commit details -
Add time to MINI's time settings menu
It is shown only when time is valid. MINI needs network access.
Configuration menu - View commit details
-
Copy full SHA for c1c51dd - Browse repository at this point
Copy the full SHA c1c51ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f5688 - Browse repository at this point
Copy the full SHA c9f5688View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed47d6a - Browse repository at this point
Copy the full SHA ed47d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb91aa6 - Browse repository at this point
Copy the full SHA eb91aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdedb2c - Browse repository at this point
Copy the full SHA fdedb2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6609d3 - Browse repository at this point
Copy the full SHA c6609d3View commit details -
Add a separate index for consumed material setting
To handle skipped tools in gcode correctly
Configuration menu - View commit details
-
Copy full SHA for 1ddf9b3 - Browse repository at this point
Copy the full SHA 1ddf9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4bd0f3 - Browse repository at this point
Copy the full SHA c4bd0f3View commit details -
handle correctly G80 in MK3 compatibility mode
When running older MK3 gcode on MK4 it would cause printing of the purge line in the air and it would cause the print to fail. This only happens on older gcodes from older slicer. When slicing for MK3 (or for MK4) now the slicer puts `G1 Z0.2` instruction to move the Z-axis to 0.2. In MK3 this happend automatically in the `go_home_with_z_lift` function, which is called after MBL. The function sets the Z-axis to the minimal value (Z_MIN_POS - 0.15 in the codebase). We set the Z_MIN_POS to 0, which would probably didn't end well, so we set the height manually.
Configuration menu - View commit details
-
Copy full SHA for dcc9c07 - Browse repository at this point
Copy the full SHA dcc9c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd4fa09 - Browse repository at this point
Copy the full SHA cd4fa09View commit details -
Check for file validity in PrintPreview main dialog
When transfer failed during the PrintPreview dialog main screen, it was not checked and the user could start the print even when the file is and never will be whole. BFW-4539
Configuration menu - View commit details
-
Copy full SHA for 5c2f231 - Browse repository at this point
Copy the full SHA 5c2f231View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53ea4a - Browse repository at this point
Copy the full SHA c53ea4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 156ba66 - Browse repository at this point
Copy the full SHA 156ba66View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8658a6 - Browse repository at this point
Copy the full SHA a8658a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c0b2e - Browse repository at this point
Copy the full SHA f9c0b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 128b58a - Browse repository at this point
Copy the full SHA 128b58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be91859 - Browse repository at this point
Copy the full SHA be91859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a31978 - Browse repository at this point
Copy the full SHA 3a31978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ffbcb2 - Browse repository at this point
Copy the full SHA 3ffbcb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b5dcb - Browse repository at this point
Copy the full SHA 05b5dcbView commit details -
Revert "temporary: Mark build from release branch a BETA"
This reverts commit 56082083aaf9c1aa12bd6045727252ed2d3723f1.
Configuration menu - View commit details
-
Copy full SHA for 4ac0968 - Browse repository at this point
Copy the full SHA 4ac0968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97bb803 - Browse repository at this point
Copy the full SHA 97bb803View commit details -
Configuration menu - View commit details
-
Copy full SHA for c95934a - Browse repository at this point
Copy the full SHA c95934aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 530525e - Browse repository at this point
Copy the full SHA 530525eView commit details -
Revert "Adding Snake to MK3.5 & MINI (FirstLayer included)"
This reverts commit a8b6bfd0a386cfe1d61319d323a8c1812154a0f1.
Configuration menu - View commit details
-
Copy full SHA for 25879e5 - Browse repository at this point
Copy the full SHA 25879e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4825553 - Browse repository at this point
Copy the full SHA 4825553View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2430f5 - Browse repository at this point
Copy the full SHA b2430f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78eaa90 - Browse repository at this point
Copy the full SHA 78eaa90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4b310 - Browse repository at this point
Copy the full SHA 8e4b310View commit details -
Avoid FSM BSOD in specific situation
- Print preview is active - Autoload is triggered by inserting filament - USB flash drive is removed Printer would try to abort print, which would try to destroy FSM0 while FSM1 is active, that is big no-no.
Configuration menu - View commit details
-
Copy full SHA for 847bdc0 - Browse repository at this point
Copy the full SHA 847bdc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc7a911 - Browse repository at this point
Copy the full SHA cc7a911View commit details -
Revert "Update translation template file"
This reverts commit 68846909b160ca401dd70890745d8dab35e9e6ff.
Configuration menu - View commit details
-
Copy full SHA for 42e7f1a - Browse repository at this point
Copy the full SHA 42e7f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 802e5cf - Browse repository at this point
Copy the full SHA 802e5cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb0d80 - Browse repository at this point
Copy the full SHA 7fb0d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for b535b32 - Browse repository at this point
Copy the full SHA b535b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76af812 - Browse repository at this point
Copy the full SHA 76af812View commit details -
Configuration menu - View commit details
-
Copy full SHA for a560aa0 - Browse repository at this point
Copy the full SHA a560aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08cde78 - Browse repository at this point
Copy the full SHA 08cde78View commit details -
MINI: Create multiple variants, each with just ONE language
Two languges doesn't fit no more
Configuration menu - View commit details
-
Copy full SHA for b2a62e7 - Browse repository at this point
Copy the full SHA b2a62e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f991a - Browse repository at this point
Copy the full SHA d3f991aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b255b - Browse repository at this point
Copy the full SHA 89b255bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5628c77 - Browse repository at this point
Copy the full SHA 5628c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for f777fb0 - Browse repository at this point
Copy the full SHA f777fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bbbd81 - Browse repository at this point
Copy the full SHA 5bbbd81View commit details -
Configuration menu - View commit details
-
Copy full SHA for d14f769 - Browse repository at this point
Copy the full SHA d14f769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d78cd2 - Browse repository at this point
Copy the full SHA 6d78cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35495ce - Browse repository at this point
Copy the full SHA 35495ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e383c - Browse repository at this point
Copy the full SHA e8e383cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e7a67 - Browse repository at this point
Copy the full SHA 03e7a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ccf98 - Browse repository at this point
Copy the full SHA 20ccf98View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0f0e83 - Browse repository at this point
Copy the full SHA a0f0e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for c313b28 - Browse repository at this point
Copy the full SHA c313b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26c91b - Browse repository at this point
Copy the full SHA f26c91bView commit details
Commits on Dec 4, 2023
-
fix(prusalink): increase nonce valid period
The initial valid period for the HTTP Digest Auth nonce was too low (at 5 seconds). This make it impossible to log into PrusaLink when using Safari, a saner value of 300 (chosen because it's Apache's default value) does not hinder security and fixes the issue with Safari-based browsers (macOS, ipadOS, iOS). See prusa3d#3287 for more details.
Configuration menu - View commit details
-
Copy full SHA for 586d292 - Browse repository at this point
Copy the full SHA 586d292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d5ae0 - Browse repository at this point
Copy the full SHA 15d5ae0View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6a2f16 - Browse repository at this point
Copy the full SHA a6a2f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d7108 - Browse repository at this point
Copy the full SHA c2d7108View commit details
Commits on Dec 18, 2023
-
Add missing newline to mac output on M46 command (prusa3d#3566)
* Add missing newline to mac output on M46 command
Configuration menu - View commit details
-
Copy full SHA for cf299fc - Browse repository at this point
Copy the full SHA cf299fcView commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da91b3a - Browse repository at this point
Copy the full SHA da91b3aView commit details
Commits on Dec 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 245e7e3 - Browse repository at this point
Copy the full SHA 245e7e3View commit details
Commits on Dec 21, 2023
-
A carbon copy of the relevant part of Developer Guidelines from wiki.
Configuration menu - View commit details
-
Copy full SHA for eff8298 - Browse repository at this point
Copy the full SHA eff8298View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ba918 - Browse repository at this point
Copy the full SHA d9ba918View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7141c - Browse repository at this point
Copy the full SHA fa7141cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8faab9 - Browse repository at this point
Copy the full SHA e8faab9View commit details -
Add MINI+ and MK3.9 to the list of supported models.
Configuration menu - View commit details
-
Copy full SHA for 53ae4e7 - Browse repository at this point
Copy the full SHA 53ae4e7View commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4bea923 - Browse repository at this point
Copy the full SHA 4bea923View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b265a6 - Browse repository at this point
Copy the full SHA 8b265a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2137fb2 - Browse repository at this point
Copy the full SHA 2137fb2View commit details -
Set simulator icount to 2 for stability and add usbserial option for …
…better gcode debugging
Configuration menu - View commit details
-
Copy full SHA for dfc2bc6 - Browse repository at this point
Copy the full SHA dfc2bc6View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fda58ec - Browse repository at this point
Copy the full SHA fda58ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ba6a80 - Browse repository at this point
Copy the full SHA 0ba6a80View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89985d8 - Browse repository at this point
Copy the full SHA 89985d8View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c6ce37 - Browse repository at this point
Copy the full SHA 1c6ce37View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a2615d - Browse repository at this point
Copy the full SHA 8a2615dView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f6c0e8 - Browse repository at this point
Copy the full SHA 7f6c0e8View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7292197 - Browse repository at this point
Copy the full SHA 7292197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 860909b - Browse repository at this point
Copy the full SHA 860909bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ee47a - Browse repository at this point
Copy the full SHA b3ee47aView commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fc26ee - Browse repository at this point
Copy the full SHA 5fc26eeView commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94a5daa - Browse repository at this point
Copy the full SHA 94a5daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b08469c - Browse repository at this point
Copy the full SHA b08469cView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5d58a5 - Browse repository at this point
Copy the full SHA b5d58a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for acf08f9 - Browse repository at this point
Copy the full SHA acf08f9View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9815487 - Browse repository at this point
Copy the full SHA 9815487View commit details
Commits on Mar 20, 2024
-
3
Configuration menu - View commit details
-
Copy full SHA for 7c651de - Browse repository at this point
Copy the full SHA 7c651deView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d84566 - Browse repository at this point
Copy the full SHA 8d84566View commit details