-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Problem: GCODE visualizer bad work #1391
Comments
MitchBradley
added a commit
that referenced
this issue
Dec 2, 2024
Fixed |
MitchBradley
added a commit
that referenced
this issue
Dec 9, 2024
* Encode + in WebUI commands so it doesn't get lost * Fix problem with indirect parameters * Encode all occurrences of # and + in URLs * Allow information commands in SafetyDoor state too * New index.html.gz with multiple fixes: 1. Probe retracts now work 2. Tablet UI Refr button works 3. Multiple # and + characters in URL commands work * Added TMC2160 driver that is essentially the same as TMC5160 * FluidNC #1391 - bad visualization in G91 mode * Fix crash caused by string scope problem * Create proxies for $3 and $23 on behalf of grblHotwire
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wiki Search Terms
N/A
Controller Board
6-pack
Machine Description
6 Pack StepStick XYZABC
Input Circuits
No response
Configuration file
Startup Messages
User Interface Software
WebUI
What happened?
Draws the tool path line poorly.
The tool moves along the correct trajectory, but the drawing looks wrong.
Here is an example of how it draws a square.
The movement X100 and Y-100 is shown normally, but X-100 and Y100 are double the length.
GCode File
%
G21
G90 X0 Y0
G91
G1 F1200 X100.0
G1 Y-100.0
G1 X-100.0
G1 Y100.0
M30
%
Other Information
The text was updated successfully, but these errors were encountered: