All Projects → paukstelis → Octoprint-Cancelobject

paukstelis / Octoprint-Cancelobject

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
Jinja
831 projects
CSS
56736 projects

Projects that are alternatives of or similar to Octoprint-Cancelobject

OctoPrint-SimpleEmergencyStop
A simple plugin that add an emergency stop buton on NavBar of OctoPrint
Stars: ✭ 17 (-81.11%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-AutomaticShutdown
Plugin for automatically shutting down the system after print is finished
Stars: ✭ 18 (-80%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-CuraEngineLegacy
Plugin for slicing via Cura Legacy from within OctoPrint
Stars: ✭ 16 (-82.22%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-AstroPrint
Connect your OctoPrint device to the AstroPrint 3D Printing Cloud
Stars: ✭ 26 (-71.11%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-TasmotaMQTT
No description or website provided.
Stars: ✭ 17 (-81.11%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-GitFiles
With this plugin, you can use a github/gitlab repository for keeping your OctoPrint Files collection up-to-date.
Stars: ✭ 28 (-68.89%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-Marlin-Flasher
Arduino/Marlin firmware flasher for OctoPrint
Stars: ✭ 36 (-60%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-CameraSettings
An OctoPrint plugin that allows a user to interactively change camera settings.
Stars: ✭ 31 (-65.56%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-GcodeEditor
Edit gcode on OctoPrint
Stars: ✭ 20 (-77.78%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-Smuff
OctoPrint Plugin for SMuFF
Stars: ✭ 17 (-81.11%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-DisplayProgress
Displays the job progress on the printer's display
Stars: ✭ 19 (-78.89%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-Tasmota
No description or website provided.
Stars: ✭ 52 (-42.22%)
Mutual labels:  octoprint, octoprint-plugin
Simplify3D-to-OctoPrint
Upload GCODE generated by Simplify3D to OctoPrint
Stars: ✭ 34 (-62.22%)
Mutual labels:  octoprint
OctoPrint-MultiColors
Inject GCODE at specified layers to allow multi color printing via filament change
Stars: ✭ 20 (-77.78%)
Mutual labels:  octoprint
octo4a
Use your old Android device as an OctoPrint server.
Stars: ✭ 1,000 (+1011.11%)
Mutual labels:  octoprint
OctoPrint-EEPROM-Marlin
A plugin for editing the EEPROM data of Marlin Firmware, from within OctoPrint.
Stars: ✭ 21 (-76.67%)
Mutual labels:  octoprint-plugin
octoscreen
A touchscreen client for Octoprint
Stars: ✭ 26 (-71.11%)
Mutual labels:  octoprint
OctoPrint-Webhooks
Make OctoPrint events call your custom webhooks!
Stars: ✭ 27 (-70%)
Mutual labels:  octoprint
OctoPrint-DisplayPanel
Simple control and status paired with a physical button panel and OLED display
Stars: ✭ 50 (-44.44%)
Mutual labels:  octoprint
octoprint-cli
Command line tool for controlling your OctoPrint 3D printer server
Stars: ✭ 25 (-72.22%)
Mutual labels:  octoprint

Want to support this work? Buy Me a Coffee. https://www.buymeacoffee.com/ppaukstelis

OctoPrint-Cancelobject

This plugin allows the user to interactively cancel objects in gcode based on comment tags added by the slicer. See below for instructions for specific slicers.

New version 0.4.2, 07/2020

  • Remove case sensitivity for @Object tags.
  • Improvements to absolute extrusion tracking.
  • Read object information from SuperSlicer object comments to create @Objectinfo tags. This includes object centers so these no longer have to be calculated from extrusion moves. Special note: as of this moment cloned objects will not give unique positions.
  • ; stop printing object comments now generate @Objectstop tags which should improve compatibility with extruder wipes in PrusaSlicer/SuperSlicer

New version 0.3.0, 02/26/2019

  • Gcodeviewer integration. Objects are tagged wtih an orange dot in the Gcodeviewer and can be cancelled directly.
  • Improved tracking of absolute extrusion distances. It is still recommended to use relative extrusion distances in your slicer.
  • See below for tips and notes for using with various slicers.

screenshot screenshot

Configuration

Settings

  • By default, active object (current object being queued) is displayed in the NavBar.
  • Gcode (comma delimited) can be injected before or after the server reaches a cancelled object. This may be need for retractions or resetting extrusion distance in some cases.
  • Gcode blocks that contain just functional information, like beginning or ending scripts, can be prevented from appearing in the tab by including them in a comma delimited list in the Ignored Object section. Defaults to STARTGCODE,ENDGCODE
  • If there are Gcode commands in a cancelled object that should not be skipped, these can be included as a comma delimited list.
  • For all slicers, it is recommended to enable relative extrusion in printer settings.

Cura (3.6.0 or greater)

  • Turn combing off! As of right now, Cura writes additional moves after ;MESH tags as part of combing that cause issues.
  • Objects are automatically tagged with the ;MESH:<stl file name> tag.
  • Please note that the way that Cura does supports means that ALL supports are placed into an object called NONMESH. Cancelling an object will not cancel its supports.
  • Do not use stl files that have non-ASCII characters. This will confuse all current versions of Marlin.
  • Is is a good idea to add ;MESH:ENDGCODE at the start of your ending gcode script.

PrusaSlicer/SuperSlicer

  • Enable Label objects in the Output section
  • Object names can be modified in the object list in the right panel. Note, this only works for objects that are imported independently, not on copies/clones of objects.
  • For the end custom GCODE, include at the start: ; printing object ENDGCODE

Slic3r

  • Use the current development build snapshot: https://dl.slic3r.org/dev/
  • Enable Label prints with object ID in the Output section
  • Add ; printing object ENDGCODE to the start of the end gcode in the Custom Gcode section (no spaces after ENDGCODE!)

Simplify3D

  • Create one process for each object or group of models you want to be able to cancel. Assign models to processes.
  • Enable 'Allow zeroing of extrusion distance' setting in Gcode Tab.
  • It is highly recommended to add ; process ENDGCODE at the start of your Ending Script in S3D. Otherwise, if the last object that would be printed has been cancelled this will result in the rest of the ending script being ignored.
  • If you are not using Raise Z on retraction setting you will likely want to include G1 Z.* in the Allowed G-code section of the settings.

Other notes

  • If you upload files directly to your octoprint instance, direct them to the watched directory and not the upload directory. This will make sure that the plugin processes your gocde and substitutes the @Object tag it uses to identify
  • This plugin can only be used when streaming files via USB (no SD card support). If you are looking for SD card support, look into Marlin or RepRap firmware M486 commands.
  • It is designed for use with Marlin and Marlin-flavored firmwares. The behaviour with other firmwares is unknown.
  • Gcodeviewer integration requires that the object has to have had some printing moves before its coordinates are known. Use the Refresh Objects button to update. The exception to this is SuperSlicer which includes object information comments in the gcode that include object centers.
  • Some slicers will place first layer extras (brim, raft, etc.) as part of an object. If this throws off the position of the objects in the gcodeviewer you can use the Reset Objects button.

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/paukstelis/OctoPrint-Cancelobject/archive/master.zip
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].