FDMBot
About
- Username
- FDMBot
- Joined
- Visits
- 39
- Last Active
- Roles
- Member
Comments
-
Correct - CuraEngine. I found the slider. Didn't realise it is responsible for infill. Thank you again.
-
Now i found another problem. Cura does not apply Infill settings. Always print ~5-10%. And there is no Honeycomb option.
-
I'm end up with this code ; Default start code M220 S40 ; 40mm print speed G28 ; Home extruder G1 Z15 F{Z_TRAVEL_SPEED} M107 ; Turn off fan G90 ; Absolute positioning M82 ; Extruder in absolute mode M190 S110 ; Bed Temp ; Activate all used extruder…
-
; Default start code G28 ; Home extruder G1 Z15 F{Z_TRAVEL_SPEED} M107 ; Turn off fan G90 ; Absolute positioning M82 ; Extruder in absolute mode {IF_BED}M190 S{BED} ; Activate all used extruder {IF_EXT0}M104 T0 S{TEMP0} G92 E0 ; Reset extruder posit…
-
Same problem with the temperatures but on Windows 7 Pro 64. Setting 110 degrees for the bed and 225 degrees for extruder. But when i hit print button it always drops temperatures to 50 for bed and 210 for extruder. I have to pause the printing, rise…