From 3d28ae850b69dbb101c14b496a8b57276f1f6c3e Mon Sep 17 00:00:00 2001 From: David Crocker Date: Tue, 10 Apr 2018 16:43:04 +0100 Subject: Again more RTOS work Use our own version of vsnprintf to save stack and avoid needing to stop scheduler during calls to it G0 now moves at maximum travel speed and ignores F parameters Fixed problem with doing G20 after loading or probing a height map with a significant Z offset Added chrishamm's spindle and fan map changes Added type 10 Z probe which uses Z motor stall detection Don't need to home any more before simulating a file Update user coordinates after G10 is used to change tool offsets Don't require both X and Y or both I and J parameters to be specified in G2/G3 commands --- .settings/language.settings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.settings') diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml index c7d9cc75..da7dcfe5 100644 --- a/.settings/language.settings.xml +++ b/.settings/language.settings.xml @@ -77,4 +77,15 @@ + + + + + + + + + + + -- cgit v1.2.3