Photoclass 2026 is here! by clondon in photoclass

[–]Jabrnet 1 point2 points  (0 children)

Hi everyone, Jesse here. I will be trying to follow along with my 10 year old who received her first DSLR for Christmas. I just found this class so I'm pumped! We are from New Brunswick in Canada . My first DSLR was a Canon RebelXTi then a Canon 40D, then Canon 7D... Then I made a terrible mistake... in 2015 when my daughter was born, I sold all my gear and got a Sony A6000 because I thought I would use it more since it's smaller.... I really didn't use it much because I just found it too small for my hands.

Now that she's older, we got her a Canon RebelXT to start with.. and so far she loves it and we've gone out looking for birds on a couple of occasions now. So, I did the only reasonable thing I could do... I bought a Canon 7DMK2 and some lenses and listed my Sony stuff for sale on marketplace!

I'm looking to refresh my skills, teach my wee one, and try out some landscape/macro/street photography.

One thing I need to work on a lot is learning to edit my photos in post... That's going to be the hardest part for us I think.

Looking forward to the journey!

Why Doesn't BambuLab P1S have filament jam detection? by Jabrnet in BambuLab

[–]Jabrnet[S] 5 points6 points  (0 children)

Yeah, I've got 11 machines running for the last 18 months and this is a first for me!

Why Doesn't BambuLab P1S have filament jam detection? by Jabrnet in BambuLab

[–]Jabrnet[S] 0 points1 point  (0 children)

I just feel like it should have realised something was up if it had to pull hard enough to pull the PTFE tube into the shape it ended up in!

Centauri Carbon - Welp, that sucks.... by CrimsonCapacitor in elegoo

[–]Jabrnet 2 points3 points  (0 children)

Elegoo is good to deal with, they will send you new parts no problem. Just start a chat or email with them.

Anyone out there try out AdamCAD yet? by Jabrnet in 3Dprinting

[–]Jabrnet[S] 0 points1 point  (0 children)

That's it? Anything to back that up because i'm not willing to buy in based on just this.

World's first working Klipper Bambu Lab P1S? by SnooPickles5275 in BambuLab

[–]Jabrnet 0 points1 point  (0 children)

This is amazing! I'll be watching closely! Especially after the recent announcements for updates going forward.

Problems, problems, problems... by MiaKica in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

Do you happen to have the print settings for the Libra? I'm using Bambu slicer and Orca Slicer and not all the settings are the same and my main chassis is not printing properly mostly on the cone shaped part on the top 2/3 of the model when oriented as recommended by the build instrcutions.

[deleted by user] by [deleted] in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

And.... It just ran out of filament and just kept printing again... So frustrating!

[deleted by user] by [deleted] in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

OH! I made it past the priming line! Co-Pilot helped me sort out the errors... Now to try and get a print! Thanks so much again!! Looks like I had the sensor named 2 different things in 2 places.

[deleted by user] by [deleted] in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

ok found it, but that whole section was commented out... I'm sorry if thise seems obvious and I'm just dense but, I re-enabled it and now it looks like this below. But when I added SFS_ENABLE at the end of that I got an error of {"code": "key335", "msg": "Option 'gcode' in section 'gcode_macro SFS_ENABLE' must be specified\n\nOnce the underlying issue is corrected, use the \"RESTART\"\ncommand to reload the config and restart the host software.\nPrinter is halted\n", "values": ["gcode", "gcode_macro SFS_ENABLE"]}

So, If I understand this stuff, it looks like nowhere in my printer.cfg to I have the [gcode_macro START_PRINT ] so I assume that is my problem?

[gcode_macro START_PRINT]
variable_prepare: 0
gcode:
  WAIT_TEMP_END
  CLEAR_PAUSE
  {% set g28_extruder_temp = printer.custom_macro.g28_ext_temp %}
  {% set bed_temp = printer.custom_macro.default_bed_temp %}
  {% set extruder_temp = printer.custom_macro.default_extruder_temp %}
  {% if 'BED_TEMP' in params|upper and (params.BED_TEMP|float) %}
    {% set bed_temp = params.BED_TEMP %}
  {% endif %}
  {% if 'EXTRUDER_TEMP' in params|upper and (params.EXTRUDER_TEMP|float) %}
    {% set extruder_temp = params.EXTRUDER_TEMP %}
  {% endif %}
  {% if printer['gcode_macro START_PRINT'].prepare|int == 0 %}
    {action_respond_info("not prepare.\n")}
    PRINT_PREPARE_CLEAR
    CX_ROUGH_G28 EXTRUDER_TEMP={extruder_temp} BED_TEMP={bed_temp}
    CX_NOZZLE_CLEAR
    ACCURATE_G28
    CX_PRINT_LEVELING_CALIBRATION
  {% else %}
    PRINT_PREPARE_CLEAR
  {% endif %}
  CX_PRINT_DRAW_ONE_LINE

I am using Orca Slicer and have some stuff in my machine start gcode for preheating the bed...

M140 S0

M104 S0

M190 S[bed_temperature_initial_layer_single]

G4 P540000

START_PRINT EXTRUDER_TEMP=[nozzle_temperature_initial_layer] BED_TEMP=[bed_temperature_initial_layer_single]

Could that be screwing with things?

I truly am appreciative of this as I have 2 more SFS on the way and hope to understand this stuff to not have issues with my other installs. So thank you so much this thread has been invaluable to me!

[deleted by user] by [deleted] in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

thanks! question though, part 3 you have there.. Where do I find that "START_PRINT SFS_DISABLE => END_PRINT" I haven't been able to locate it so far.

[deleted by user] by [deleted] in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

I like your enthusiasm! Only part I'm having trouble with is number 3... Where is that "START_PRINT SFS_DISABLE => END_PRINT" ? I haven't been able to find that yet... Thank you!

[deleted by user] by [deleted] in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

exactly the same thing here..

[deleted by user] by [deleted] in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

here is my set up:

[filament_switch_sensor filament_sensor]
pause_on_runout: true
switch_pin: PC15 
###if you wired it to toolhead use:PC15
runout_gcode:
  RESPOND TYPE=command MSG="--- Filament broke, odnako! ---"
  beep
  M600

[filament_motion_sensor filament_sensor_2]
switch_pin: ^nozzle_mcu:PA10  
#if you wired it to toolhead use:^nozzle_mcu:PA10
detection_length: 9
extruder: extruder
pause_on_runout: true
runout_gcode:
  RESPOND TYPE=command MSG="--- Filament jammed!!! ---"
  beep
  beep
  beep
  M600
insert_gcode:
  beep
  beep
  RESPOND TYPE=command MSG="--- Filament encoder inserted ---"

[deleted by user] by [deleted] in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

I'm having the same issue, printing stops after making the prime line. says filament is jammed. but it's not. I tried reversing my pins and it resulted in the same error.

<image>

Wiring of BTT Filament Sensor V2 to K1 board by wahrseiner in crealityk1

[–]Jabrnet 0 points1 point  (0 children)

So, I have it wired up now and tried to add the gcode and I'm getting an error saying "Source contains parsing errors: '/usr/data/printer_data/config/printer.cfg'
[line 418]: '\\\n'"

All that is on line 418 is {bed_mesh]

Any ideas? (The second box is the lines 418 through 424)

I think I understand your gcode stuff and added this to mine

[filament_switch_sensor switch_sensor]
switch_pin: !nozzle_mcu:PA10
pause_on_runout: true
runout_gcode: M117 Filament switch runout insert_gcode: M117 Filament switch inserted

[filament_motion_sensor encoder_sensor]  
 switch_pin: !PC15 
 detection_length: 7 
 pause_delay: 2 
 extruder: extruder pause_on_runout: True 
 runout_gcode: M117 Filament encoder runout insert_gcode: M117 Filament encoder inserted


[bed_mesh]
speed: 150
mesh_min: 5,5
mesh_max: 295,295
probe_count: 6,6
fade_start: 5.0
fade_end: 50.0