Print missing side walls #148
-
I used default settings in Octoprint and auto-generated a .aw.gcode. I can see the walls in the GcodeViewer tab in Octoprint, but those side wall lines/arcs are not coming out in the print, only bottom layers and infills . I am using Marlin 2.x bugfix on a SKR v1.3 2209 controller. I have also enabled G90/G91 in Features. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Most likely arcs are not enabled on your printer. Try sending a G2 command without any parameters. If your printer responds with 'Unknown Command', arcs are disabled. If they are disabled, you will need to either compile the firmware with arcs enabled, or find an existing binary that has arcs enabled. Let me know how it goes! |
Beta Was this translation helpful? Give feedback.
-
After enabling G2/G3 in _adv.h and flashed firmware.bin to the board, issuing G2 or G3 via Octoprint terminal actuall shut down the printer with a M112 accompanied by a message on Octoprint: Your printer's firmware reported an error. Due to that OctoPrint will disconnect. Reported error: G2/G3 bad parameters |
Beta Was this translation helpful? Give feedback.
-
I will give the maintenance release a go. The stable release worked really well! Thank you for all your help and for creating this plugin. |
Beta Was this translation helpful? Give feedback.
Most likely arcs are not enabled on your printer. Try sending a G2 command without any parameters. If your printer responds with 'Unknown Command', arcs are disabled. If they are disabled, you will need to either compile the firmware with arcs enabled, or find an existing binary that has arcs enabled. Let me know how it goes!