Octolapse
Octolapse copied to clipboard
Will not Print ...
If this is a feature request describe it here
___REPLACE_THIS__FEATURE_REQUEST_DESCRIPTION_GOES_HERE
Version of Octolapse
Octolapse Version: 1.7.2
Version of OctoPrint
OctoPrint Version: ___REPLACE_THIS__OCTOPRINT_VERSION_GOES_HERE
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
- Load Gcode ...get error about missing Printer config
- CAN not print because of error
What should have happened?
___REPLACE_THIS__PUT_YOUR_DESCRIPTION_HERE
What happened instead?
___REPLACE_THIS__PUT_YOUR_DESCRIPTION_HERE
Operating System running OctoPrint and Octolapse
OS Name: _Windows Os Version: 10
Printer model & used firmware incl. version
Printer Model: Ender 3 Pro Printer Firmware Version: Marlin (build date 20211215)
Browser and version of browser, operating system running browser
Browser: Chrome Browser OS: Windows
Link to the gcode file you were printing when the problem occurred
Link to Gcode File:
CE3E3SE3_Light_holder_-_Left.gcode2.zip
Link to settings.json
Link to settings.json with all passwords removed: ___REPLACE_THIS__SETTINGS_JSON_LINK_GOES_HERE
Screenshots and/or videos of the problem:
Screenshot/Video Links: ___REPLACE_THIS__LINKs_GO_HERE
Please consider becoming a patron
If you like this project, please support my work by becoming a patron, and consider adding a 'star' to the repository. It takes a lot of time and effort to maintain the project and respond to issues. The cost of test prints, software, cameras, printer parts, etc. can quickly add up, so every bit helps.
You can find various videos and tutorials by subscribing to my Youtube channel. You can also follow me on Twitter.
Octolapse Startup Failed Slicer Settings Not Found No slicer settings were not found in your gcode file.
You have automatic slicer settings detection enabled, which is the recommended setting, but I'm guessing you are using Cura and haven't added the necessary script to your start gcode. Please take a look at this guide, and follow the appropriate steps for your slicer. Let me know if that helps.
I followed those steps and have them in the before G code per the instructions.
On Fri, Jan 7, 2022 at 3:41 PM FormerLurker @.***> wrote:
You have automatic slicer settings detection enabled, which is the recommended setting, but I'm guessing you are using Cura and haven't added the necessary script to your start gcode. Please take a look at this guide https://github.com/FormerLurker/Octolapse/wiki/V0.4---Automatic-Slicer-Configuration, and follow the appropriate steps for your slicer. Let me know if that helps.
— Reply to this email directly, view it on GitHub https://github.com/FormerLurker/Octolapse/issues/799#issuecomment-1007726518, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6DTFC6UYHSKW5PLNNHZCDUU5FWTANCNFSM5LK7LNQA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
-- Regards,
Jason D. Siegrist Google Voice # 757 95-2-NAVY (6289) *sacram anchram solvere *
-
-* as flying to the last refuge.
I attached my GCode ...
On Fri, Jan 7, 2022 at 3:41 PM FormerLurker @.***> wrote:
You have automatic slicer settings detection enabled, which is the recommended setting, but I'm guessing you are using Cura and haven't added the necessary script to your start gcode. Please take a look at this guide https://github.com/FormerLurker/Octolapse/wiki/V0.4---Automatic-Slicer-Configuration, and follow the appropriate steps for your slicer. Let me know if that helps.
— Reply to this email directly, view it on GitHub https://github.com/FormerLurker/Octolapse/issues/799#issuecomment-1007726518, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6DTFC6UYHSKW5PLNNHZCDUU5FWTANCNFSM5LK7LNQA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
-- Regards,
Jason D. Siegrist Google Voice # 757 95-2-NAVY (6289) *sacram anchram solvere *
-
-* as flying to the last refuge.
Here is the filled script I found in your gcode:
However, the comment markers ';' were stripped. Here's what it should look like in your endgcode (though it would be best to put it in your start gcode, as it will be faster for Octolapse to find):
; Script based on an original created by tjjfvi (https://github.com/tjjfvi)
; An up-to-date version of the tjjfvi's original script can be found
; here: https://csi.t6.fyi/
; Note - This script will only work in Cura V4.2 and above!
; --- Global Settings
; layer_height = {layer_height}
; smooth_spiralized_contours = {smooth_spiralized_contours}
; magic_mesh_surface_mode = {magic_mesh_surface_mode}
; machine_extruder_count = {machine_extruder_count}
; --- Single Extruder Settings
; speed_z_hop = {speed_z_hop}
; retraction_amount = {retraction_amount}
; retraction_hop = {retraction_hop}
; retraction_hop_enabled = {retraction_hop_enabled}
; retraction_enable = {retraction_enable}
; retraction_speed = {retraction_speed}
; retraction_retract_speed = {retraction_retract_speed}
; retraction_prime_speed = {retraction_prime_speed}
; speed_travel = {speed_travel}
Notice every line starts with ;
. That is important.
AHHHH I thought that the Comments markers ';' needed to be removed to be processed :-(
Thank you
If that was in the instructions, it apologize for missing them ..
I am well versed in JavaScript and a couple of other languages but VERY new to gcode :-)
thank you,
Jason
On Sat, Jan 8, 2022 at 9:46 AM FormerLurker @.***> wrote:
Here is the filled script I found in your gcode:
[image: image] https://user-images.githubusercontent.com/33363128/148648438-9d4b28a2-1395-4ea8-ace6-0210ae0edfd8.png
However, the comment markers ';' were stripped. Here's what it should look like in your endgcode (though it would be best to put it in your start gcode, as it will be faster for Octolapse to find):
; Script based on an original created by tjjfvi (https://github.com/tjjfvi) ; An up-to-date version of the tjjfvi's original script can be found ; here: https://csi.t6.fyi/ ; Note - This script will only work in Cura V4.2 and above! ; --- Global Settings ; layer_height = {layer_height} ; smooth_spiralized_contours = {smooth_spiralized_contours} ; magic_mesh_surface_mode = {magic_mesh_surface_mode} ; machine_extruder_count = {machine_extruder_count} ; --- Single Extruder Settings ; speed_z_hop = {speed_z_hop} ; retraction_amount = {retraction_amount} ; retraction_hop = {retraction_hop} ; retraction_hop_enabled = {retraction_hop_enabled} ; retraction_enable = {retraction_enable} ; retraction_speed = {retraction_speed} ; retraction_retract_speed = {retraction_retract_speed} ; retraction_prime_speed = {retraction_prime_speed} ; speed_travel = {speed_travel}
Notice every line starts with ; . That is important.
— Reply to this email directly, view it on GitHub https://github.com/FormerLurker/Octolapse/issues/799#issuecomment-1008011053, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6DTFE6PCCVODFHPXC64QLUVBE2TANCNFSM5LK7LNQA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
-- Regards,
Jason D. Siegrist Google Voice # 757 95-2-NAVY (6289) *sacram anchram solvere *
-
-* as flying to the last refuge.
If that was in the instructions, it apologize for missing them ..
Not a problem. Us devs have a tendency to read our own experience into programming related topics, so I totally understand.
I am well versed in JavaScript and a couple of other languages but VERY new to gcode :-)
Honestly, Octolapse is a good place to start. Unfortunately, as with lots of programming related topics, there is no real standard to follow, so Octolapse needs a lot of info to do things correctly. Learning gcode, and firmware specific implementations (like the dreaded G90/G91 influences extruder setting) will go a long way towards ensuring you get the prints you want, and understanding why things go wrong. In this case, it's just a design decision on my part. The slicer settings extractor first tries to figure out what slicer you are using, then based on that it looks for comments that include the required settings. This varies from slicer to slicer, but I based this decision on the slicers that DO provide their settings in the gcode by default. Unfortunately cura is not one of those slicers. I actually added a feature request for this, but Ultimaker thinks it just clutters the gcode. Don't even get me started on multi-extruder setups, lol!
Hi i have got de similar problem
i'm use cura 4.13 and when i send to print my stl i have got this problem
thanks
Did you make sure to add the code shown above (the second code window) to your printer START GCODE block ?
and KEEP the ';' in front of the code
thanks for the answer
yeah i am sure this is my gcode of my printer
the problem is that i have been using octolapse since last year whitout problems. this error has been appear 2 days ago
thank for helping me and have a nice weekend