Jump to content

HtRabbit

Member
  • Posts

    18
  • Joined

  • Last visited

Everything posted by HtRabbit

  1. i also think this would be a cool feature
  2. c u r a version number 4.13.1 I'm doing a two color print, and the face of the box prints down against the bed. because it's two color the text gets printed first, then it prints around the text and the hole cutouts. the problem I'm having, is I cannot seem to find any setting to allow retraction on the first layer and as you can see by the picture below, it just keeps extruding between the holes and makes the front of the box look not as pretty as I would like it to. am I missing something or is this setting simply not allowed.
  3. below is my startup code ; ABOVE this line is generated by cura G90 ;absolute positioning M82 ;absolute extrusion mode G28 ;Home Z_TILT_ADJUST ;true bed level BED_MESH_CALIBRATE ;preform bed mesh G92 E0
  4. When i generate the gcode ,Cura has several lines of code BEFORE my Start code ;FLAVOR:RepRap ;TIME:6929 ;Filament used: 4.23728m, 3.32624m, 3.69776m, 4.26778m ;Layer height: 0.28 ;MINX:75.576 ;MINY:36.641 ;MINZ:0.28 ;MAXX:243.59 ;MAXY:293.343 ;MAXZ:13.04 ;Generated with Cura_SteamEngine 4.12.0 T0 M190 S60 M104 S215 M104 T1 S175 M104 T2 S175 M104 T3 S175 M109 S215 M109 T1 S175 M109 T2 S175 M109 T3 S175 M82 ;absolute extrusion mode ; ABOVE this line is generated by cura M82 ;absolute extrusion mode G28 ;Home Z_TILT_ADJUST ;true bed level BED_MESH_CALIBRATE ;preform bed mesh G92 E0 G1 F200 E3 My Issue is the "T0" placement before the heating section. i have code to run after tool selection that errors because of heaters not on. is there any way to move the "T0" after the Last "M109"? I am running a Octopi and klipper on a Octopus V1.1
  5. oh great...something else to learn. lol thanks for the reply
  6. I have myself a Kraken hot end with four nozzles, I want to be able to print an object requiring supports in two colors. what I need to do is be able to assign the same color support as the object it's touching. having supports limited to one nozzle unfortunately means that when I print a blue ball that suspended in the air and has a support that is printed in Orange, because that is the color of the main item, I end up with orange stuck to the blue. all I need to be able to do is assign individual colors or extruders to the different support areas for example, any support material touching object one, would print with the same color / extruder as that object.
  7. I am having a strange issue after upgrading to 4.10.0 after slicing the file it is trying to push too much filament to the point it skips the extruder and blobs filament on the bed below are 2 gcode files the larger of the 2 was sliced in 4.8 i believe and prints fine Cura 4.10.gcode old cura working.gcode
  8. I am having a similar issue and need help. i have a custom printer, Core X/Y with a Kraken hot end and the dis allowed ares are all wrong. the issue is in the custom and or the linked fdmprinter json there is no defined disallowed area to remove. I am not sure where to look next. the last pic is what it should look like print area is from x5 to x300 and y0 to y330
  9. This is weird. i select a generic nylon and it changes me to unsupported profile and .1mm layer height. how do i fix this
  10. I think you are correct, it would be good if we could have it move to the tower before pausing so as not to scare us as it pauses right above the print.
  11. Cura 4.5.0 - mutli color prints I hope i am posting in the right area.(please let me know ) i have a curiosity, not necessarily a bug(not sure). when i slice a multi color print all seems fine. when i print it an the gcode gets to the T1 (change tool) it perforfn the retraction over the work and then pauses for 30 -60 sec .....and then moves to the prime tower. i do not understand where the pause comes from... it it not in the gcode. where would be a good place to start to look
  12. Man i just LOVE hanging out with smart people Thanks so much. solved
  13. 1. i found the logs. lol 2. i added the customjobprefix plugin, but i have no idea how to use it. i dont see any settings to change and there are no instructions. the link above has a button to click and add plugin, after i click it it says that it it added. i reopen cura and cannot find any setting to change. *******Update****** noticed that the plugin dir did not have the files in it so i d/l the plugin from github and installed it manually in the plugin dir. restarted and there it was. cura.log cura1.log
  14. Do You have 2 physical nozzles or 1 nozzle with 2 extruder. if it is 1 nozzle with 2 extruders, you need to check the shared heater box. in the image you posted you have set the part to use the 2nd extruder( based on color) if you only want to use the 2nd extruder, you need to make sure that the infill and support etc are set to use extruder 2 as well (by default they are assigned to extruder 1.)
  15. Where is the log, i can not seam to find it. Update Just some more info that might help... the dir was read only at the start, i had to give myself permissions on the folder to be able to edit the files. if i remove the modified files and restore the original ones ....all is fine. then i go in to the creality_cr-x.def.json file and change the "machine_extruder_count": { "default_value": 2 } to "machine_extruder_count": { "default_value": 4 } save & exit Cura wont start.
  16. I have a Tronxy Machine that was so bad i have had to throw away their electronics and replace with a duet 2 board and a 4 color print head :). i had wanted to use the creality cr-x and modify the resource files to add the 2 extra extruders and created the 2 extra extruder files. I thought i was a smartie pants till i restarted Cura...see attached image. All edits were done in Notepad++ 1. Is there a way to do this??? 2. is there a way to change the file prefix name creality_cr-x.res files.zip
×
×
  • Create New...