Skip to content
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

STOP-SNAPSHOTS in gcode but still moving nozzle to center #903

Open
jacopomaroli opened this issue May 7, 2023 · 3 comments
Open

STOP-SNAPSHOTS in gcode but still moving nozzle to center #903

jacopomaroli opened this issue May 7, 2023 · 3 comments

Comments

@jacopomaroli
Copy link

If this is a feature request describe it here

N/A

Version of Octolapse

Octolapse Version: 0.4.1

Version of OctoPrint

OctoPrint Version: 1.8.1

When you ran into the problem, did you have diagnostic logging enabled?

Diagnostic Logging was Enabled: no

What were you doing when the problem occurred

  1. I'm injecting the following start gcode through cura at the beginning of every print
M117 Cleaning the nozzle
@OCTOLAPSE STOP-SNAPSHOTS
G90 ; absolute XYZ mode
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z2.0 F5000.0 ;Move above start position
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
; ==> octolapse moves the nozzle to the middle of the plate here <==
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ; reset extruder
G1 Z2.0 F3000 ; move z up little to prevent scratching of surface
@OCTOLAPSE START-SNAPSHOTS
  1. Octolapse trigger set to "smart - compatibility"
  2. I start the print
  3. nozzle moves to the middle of the plate when it shouldn't (see comment octolapse moves the nozzle[...] in prev snippet)

What should have happened?

when I use @OCTOLAPSE STOP-SNAPSHOTS it should not move the nozzle to the middle of the plate

What happened instead?

nozzle moved to the middle of the plate

Operating System running OctoPrint and Octolapse

OS Name: Linux raspberrypi
Os Version: 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux

@FormerLurker
Copy link
Owner

I will test this out ASAP. FYI, you are a couple versions behind (0.4.3 just dropped), so if you have a chance to update and re-test on the latest version, I'd appreciate that!

@FormerLurker
Copy link
Owner

OH, please provide your Gcode file (at least the first couple layers), and an export of your settings. See this wiki entry for details on how to accomplish that. Just follow the Include Your settings.json File and Include Your Gcode File instructions (excuse the typo).

@jacopomaroli
Copy link
Author

jacopomaroli commented May 17, 2023

Hey there, thanks for looking into this :)
please find here my gcode and my settings.json

I just updated everything to the latest versions; just give me a few mins to try again. I'll update this comment with the outcome

edit: yes, same issue:

  • nozzle goes to bottom left
  • draws a line toward top left
  • moves to center
  • moves back to top left
  • draws a line toward bottom left, on the right-hand side of the previous one
  • raise
  • start printing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants