-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Introduce the reprobe and rewipe features #3553
Commits on Apr 18, 2016
-
Introduce the reprobe and rewipe features
Uses the G26 command to continue allowing G-code to enter the buffer after the final attempt has failed. This G-code should be placed at the beginning of each start G-code profile.
Configuration menu - View commit details
-
Copy full SHA for 28bc371 - Browse repository at this point
Copy the full SHA 28bc371View commit details -
Add REPROBE, REWIPE, and REPROBE_FAIL_PANIC preprocessor definitions …
…to each example configuration header
Configuration menu - View commit details
-
Copy full SHA for f9da0b5 - Browse repository at this point
Copy the full SHA f9da0b5View commit details -
Add G26 to the process_next_command() function and include a gcode_g2…
…6() function The actual execution of G26 is done inside get_serial_commands(), this commit is just for completeness.
Configuration menu - View commit details
-
Copy full SHA for 2fa5a8b - Browse repository at this point
Copy the full SHA 2fa5a8bView commit details
Commits on Apr 19, 2016
-
Format the code to conform with Marlin's coding standards and include…
… thinkyhead's suggestions
Configuration menu - View commit details
-
Copy full SHA for c6eef47 - Browse repository at this point
Copy the full SHA c6eef47View commit details -
State "giving up" rather than "quiting" and align the indentation of …
…the MIN_PROBE_PT comment in each of the example configuration headers
Configuration menu - View commit details
-
Copy full SHA for 9f97acc - Browse repository at this point
Copy the full SHA 9f97accView commit details -
Configuration menu - View commit details
-
Copy full SHA for 650fc20 - Browse repository at this point
Copy the full SHA 650fc20View commit details
Commits on Apr 27, 2016
-
Merge remote-tracking branch 'upstream/RCBugFix' into ReprobeRewipe
Conflicts: Marlin/Marlin_main.cpp
Configuration menu - View commit details
-
Copy full SHA for 658cf13 - Browse repository at this point
Copy the full SHA 658cf13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3285a19 - Browse repository at this point
Copy the full SHA 3285a19View commit details
Commits on May 9, 2016
-
Merge remote-tracking branch 'upstream/RCBugFix' into ReprobeRewipe
Conflicts: Marlin/Marlin_main.cpp
Configuration menu - View commit details
-
Copy full SHA for 76e2c97 - Browse repository at this point
Copy the full SHA 76e2c97View commit details
Commits on May 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ead40cf - Browse repository at this point
Copy the full SHA ead40cfView commit details
Commits on Jun 17, 2016
-
Merge remote-tracking branch 'upstream/RCBugFix' into ReprobeRewipe
Conflicts: Marlin/Configuration.h Marlin/Marlin_main.cpp Marlin/example_configurations/Felix/Configuration.h Marlin/example_configurations/Felix/DUAL/Configuration.h Marlin/example_configurations/Hephestos/Configuration.h Marlin/example_configurations/Hephestos_2/Configuration.h Marlin/example_configurations/K8200/Configuration.h Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Marlin/example_configurations/RigidBot/Configuration.h Marlin/example_configurations/SCARA/Configuration.h Marlin/example_configurations/TAZ4/Configuration.h Marlin/example_configurations/WITBOX/Configuration.h Marlin/example_configurations/adafruit/ST7565/Configuration.h Marlin/example_configurations/delta/biv2.5/Configuration.h Marlin/example_configurations/delta/generic/Configuration.h Marlin/example_configurations/delta/kossel_mini/Configuration.h Marlin/example_configurations/delta/kossel_pro/Configuration.h Marlin/example_configurations/delta/kossel_xl/Configuration.h Marlin/example_configurations/makibox/Configuration.h Marlin/example_configurations/tvrrug/Round2/Configuration.h
Configuration menu - View commit details
-
Copy full SHA for 821a773 - Browse repository at this point
Copy the full SHA 821a773View commit details