Bernd K.
Bernd K.
And my motor configuration for motor 4 seems to be ok also, for testing purposes I have temporarily remapped this motor along with the corresponding limit switch to axis Y...
It is always moving with maximum feedrate 4000, even when I use G1 ``` g1 u100 f100 g2core[mm] ok> Line number: 0 X position: 0.000 mm Y position: 0.000 mm...
ok, the feed_time fix now makes it run with the correct velocity, it will accept the specified feedrate in G1, but it is still not working correctly. It is still...
Can somebody please confirm that the edge-preview branch does indeed work with UVW-axes and these axes can be homed before I start porting my settings and all the stuff over...
I'm getting compile errors with the edge-preview branch: ``` $ make BOARD=gShield ... In file included from ./settings.h:54:0, from ./board/ArduinoDue/hardware.h:33, from g2core.h:62, from spindle.cpp:28: ./settings/settings_default.h:89:37: error: 'SPINDLE_ACTIVE_HIGH' was not declared...
getting even more errors about missing defines and defines that have been moved into other files after fixing this one, the preview branch does not seem to be meant for...
edge-preview branch: After fixing the spindle polarity I get this: ``` board/ArduinoDue/0_hardware.cpp:44:2: warning: #warning SPINDLE_ENABLE_OUTPUT_NUMBER is defaulted to 4! [-Wcpp] #warning SPINDLE_ENABLE_OUTPUT_NUMBER is defaulted to 4! ^~~~~~~ board/ArduinoDue/0_hardware.cpp:45:2: warning: #warning...
edge branch questions: It is crashing or freezing when the limit switch is hit * How/where is the limit switch evaluated during a move, where is this, is it an...
edge-preview: I have now applied the following quick hacks/changes to get rid of all compile errors and it compiles now: ```diff diff --git a/g2core/board/ArduinoDue/0_hardware.cpp b/g2core/board/ArduinoDue/0_hardware.cpp index a3443cba..6721c79d 100644 --- a/g2core/board/ArduinoDue/0_hardware.cpp...
I have the edge-preview branch compiled and running with my own settings and the same bug is still there. When I try to home the U-axis it stops and **freezes...