-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
compilation error for chinese delta on mk4duo latest #819
Comments
You haven't select probe. |
i set "probe smart effector" at the end of "meccaniche section" (i got a microswitch connected to the pivoting effector). |
now i set "fixed probe" instead of smart effector and i got (with new downloaded firmware):
sketch\src\feature\bedlevel\ubl\ubl_motion.cpp: In static member function 'static bool unified_bed_leveling::line_to_destination_segmented(const feedrate_t&)': sketch\src\feature\bedlevel\ubl\ubl_motion.cpp:329:55: error: 'struct mechanics_data_t' has no member named 'segments_per_second'; did you mean 'segments_per_second_move'?
c:\docume #define LROUND(x) lroundf(x)
sketch\src\feature\bedlevel\ubl\ubl_motion.cpp:332:22: error: 'seglimit' was not declared in this scope
sketch\src\feature\bedlevel\ubl\ubl_motion.cpp:332:22: note: suggested alternative: 'XYZlimit'
exit status 1 |
Please, follow this template when opening a new issue: this will help us a lot in the process of helping you.
Issue description
Tell us here what happened: don't miss any valuable detail, be clear and concise, don't use UPPERCASE or abbreviations which can make understanding what you wrote quite difficult.
Compile errors
In file included from sketch\src\commands\gcode/gcode.h:107:0,
sketch\src\commands\gcode/delta/g33_type2.h: In function 'float calibration_probe(const xy_pos_t&, bool)':
sketch\src\commands\gcode/delta/g33_type2.h:163:16: error: 'class Probe' has no member named 'check_at_point'
return probe.check_at_point(xy, stow ? PROBE_PT_STOW : PROBE_PT_RAISE, 0, false);
exit status 1
PS: Arduino ide 1.8.9 (last version compatible with my old xp laptop)
Firmware version
MK4duo 4.4.0
My setup
i attach the text files 2 times, but seems nothing was uploaded ....
printer is a chinese copy of delta kossel xl (marked micromake, i suppose is a XL version of the D1)
The text was updated successfully, but these errors were encountered: